From 110fc46238408733d64d8afc615fe032bd0979b5 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Tue, 27 Aug 2024 19:20:15 -0700 Subject: [PATCH] [chore] add test showing what hostmetrics metrics we capture (#1422) --- functional_tests/functional_test.go | 25 + .../expected_hostmetrics_metrics.yaml | 6638 +++++++++++++++++ 2 files changed, 6663 insertions(+) create mode 100644 functional_tests/testdata/expected_kind_values/expected_hostmetrics_metrics.yaml diff --git a/functional_tests/functional_test.go b/functional_tests/functional_test.go index eeb5ba684f..37069fc3d0 100644 --- a/functional_tests/functional_test.go +++ b/functional_tests/functional_test.go @@ -1084,6 +1084,31 @@ func testAgentMetrics(t *testing.T) { "up", } checkMetricsAreEmitted(t, agentMetricsConsumer, metricNames, nil) + + expectedHostmetricsMetrics, err := golden.ReadMetrics(filepath.Join(testDir, expectedValuesDir, "expected_hostmetrics_metrics.yaml")) + require.NoError(t, err) + selectHostmetricsMetrics := selectMetricSet(expectedHostmetricsMetrics, "system.filesystem.usage", agentMetricsConsumer, false) + require.NotNil(t, selectHostmetricsMetrics) + + err = pmetrictest.CompareMetrics(expectedHostmetricsMetrics, *selectHostmetricsMetrics, + pmetrictest.IgnoreTimestamp(), + pmetrictest.IgnoreStartTimestamp(), + pmetrictest.IgnoreResourceAttributeValue("device"), + pmetrictest.IgnoreMetricAttributeValue("k8s.pod.uid", metricNames...), + pmetrictest.IgnoreMetricAttributeValue("k8s.pod.name", metricNames...), + pmetrictest.IgnoreMetricAttributeValue("device", "system.network.errors", "system.network.io", "disk.utilization", "system.filesystem.usage", "system.disk.operations"), + pmetrictest.IgnoreMetricAttributeValue("mode", "system.filesystem.usage"), + pmetrictest.IgnoreMetricAttributeValue("direction", "system.network.errors", "system.network.io"), + pmetrictest.IgnoreSubsequentDataPoints("system.disk.operations", "system.network.errors", "system.network.io"), + pmetrictest.IgnoreMetricValues(), + pmetrictest.IgnoreScopeVersion(), + pmetrictest.IgnoreResourceMetricsOrder(), + pmetrictest.IgnoreMetricsOrder(), + pmetrictest.IgnoreScopeMetricsOrder(), + pmetrictest.IgnoreMetricDataPointsOrder(), + ) + assert.NoError(t, err) + expectedInternalMetrics, err := golden.ReadMetrics(filepath.Join(testDir, expectedValuesDir, "expected_internal_metrics.yaml")) require.NoError(t, err) diff --git a/functional_tests/testdata/expected_kind_values/expected_hostmetrics_metrics.yaml b/functional_tests/testdata/expected_kind_values/expected_hostmetrics_metrics.yaml new file mode 100644 index 0000000000..2b036f56d3 --- /dev/null +++ b/functional_tests/testdata/expected_kind_values/expected_hostmetrics_metrics.yaml @@ -0,0 +1,6638 @@ +resourceMetrics: + - resource: {} + scopeMetrics: + - metrics: + - name: system.network.errors + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: erspan0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: erspan0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: eth0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: eth0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gre0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gre0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gretap0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gretap0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6_vti0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6_vti0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6gre0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6gre0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6tnl0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6tnl0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip_vti0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip_vti0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: lo + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: lo + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: sit0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: sit0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: tunl0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: tunl0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth1e913d8a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth1e913d8a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2225d150 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2225d150 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2d9ec93e + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2d9ec93e + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2f51a925 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2f51a925 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth354cdbdd + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth354cdbdd + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth463f90e2 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth463f90e2 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth509b126a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth509b126a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth57daa14a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth57daa14a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth5fd44bce + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth5fd44bce + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth69e8787b + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth69e8787b + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth825660a6 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth825660a6 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth936e0af8 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth936e0af8 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9607eeb8 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9607eeb8 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9e0a3c2a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9e0a3c2a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethcc50f106 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethcc50f106 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd25e2456 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd25e2456 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd706a88f + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd706a88f + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethdabe0ec3 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethdabe0ec3 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethf102b532 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethf102b532 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: system.network.io + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: erspan0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: erspan0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "493520958" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: eth0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "377657541" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: eth0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gre0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gre0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gretap0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: gretap0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6_vti0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6_vti0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6gre0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6gre0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6tnl0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip6tnl0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip_vti0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: ip_vti0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "396045583" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: lo + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "396045583" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: lo + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: sit0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: sit0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: tunl0 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: tunl0 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "656" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth1e913d8a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth1e913d8a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "1342091" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2225d150 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "2878038" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2225d150 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "656" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2d9ec93e + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2d9ec93e + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "10873848" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2f51a925 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "5815402" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth2f51a925 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "586" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth354cdbdd + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth354cdbdd + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "16030" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth463f90e2 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "1858" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth463f90e2 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "30608" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth509b126a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "2101" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth509b126a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "10822944" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth57daa14a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "5777953" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth57daa14a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "656" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth5fd44bce + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth5fd44bce + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "53631" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth69e8787b + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "9163" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth69e8787b + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "656" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth825660a6 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth825660a6 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "47578" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth936e0af8 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "103219" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth936e0af8 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "42221" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9607eeb8 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "2480" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9607eeb8 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "656" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9e0a3c2a + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "446" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: veth9e0a3c2a + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "970862" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethcc50f106 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "8288857" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethcc50f106 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "32051" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd25e2456 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "183344" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd25e2456 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "996902" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd706a88f + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "1017701" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethd706a88f + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "15559" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethdabe0ec3 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "335312" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethdabe0ec3 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "2820952" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethf102b532 + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "1823820" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vethf102b532 + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: system.network.packets.total + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "1215764" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "1234588" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: system.network.io.total + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "917635684" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: receive + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "799945048" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: transmit + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: network.total + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "1717580732" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - gauge: + dataPoints: + - asDouble: 3.5806987057057404 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: cpu.utilization + - gauge: + dataPoints: + - asInt: "10" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: cpu.num_processors + - name: cpu.idle + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "856153596" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - gauge: + dataPoints: + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/lib/docker/containers + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/lib/docker/containers + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/log + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/log + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /dev/termination-log + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /dev/termination-log + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hostname + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hostname + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hosts + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hosts + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hostname + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hostname + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hosts + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hosts + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /usr/lib/splunk-otel-collector/agent-bundle/run/collectd + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /usr/lib/splunk-otel-collector/agent-bundle/run/collectd + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "46328107008" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /var/addon/splunk/otel_pos + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asInt: "95336374272" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /var/addon/splunk/otel_pos + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + name: system.filesystem.usage + - gauge: + dataPoints: + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /conf + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/lib/docker/containers + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: ro + - key: mountpoint + value: + stringValue: /var/log + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /dev/termination-log + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hostname + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/hosts + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hostname + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/hosts + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /hostfs/etc/resolv.conf + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /usr/lib/splunk-otel-collector/agent-bundle/run/collectd + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: /dev/vda1 + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: mode + value: + stringValue: rw + - key: mountpoint + value: + stringValue: /var/addon/splunk/otel_pos + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: ext4 + timeUnixNano: "1000000" + name: disk.utilization + - gauge: + dataPoints: + - asDouble: 67.29730233760398 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: disk.summary_utilization + - name: system.paging.operations + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "36292501504" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: page_in + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: major + timeUnixNano: "1000000" + - asInt: "80193785856" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: page_out + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: type + value: + stringValue: major + timeUnixNano: "1000000" + isMonotonic: true + - name: vmpage_io.swap.in + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "8860474" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: vmpage_io.swap.out + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "19578561" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - gauge: + dataPoints: + - asDouble: 4.14 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: system.cpu.load_average.15m + - gauge: + dataPoints: + - asDouble: 4.07 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: system.cpu.load_average.1m + - gauge: + dataPoints: + - asDouble: 4.09 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: system.cpu.load_average.5m + - gauge: + dataPoints: + - asInt: "545402880" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: buffered + timeUnixNano: "1000000" + - asInt: "6886641664" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: cached + timeUnixNano: "1000000" + - asInt: "1949896704" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: free + timeUnixNano: "1000000" + - asInt: "326721536" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: slab_reclaimable + timeUnixNano: "1000000" + - asInt: "123252736" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: slab_unreclaimable + timeUnixNano: "1000000" + - asInt: "3151261696" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + - key: state + value: + stringValue: used + timeUnixNano: "1000000" + name: system.memory.usage + - gauge: + dataPoints: + - asInt: "12533202944" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: memory.total + - gauge: + dataPoints: + - asDouble: 25.143307022795785 + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: memory.utilization + - name: system.disk.operations + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "6109379" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vda + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "15016995" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vda + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "6109308" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vda1 + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "15016995" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vda1 + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "93544" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vdb + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vdb + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "246351" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vdc + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "0" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: device + value: + stringValue: vdc + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: system.disk.operations.total + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "12558582" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "30033990" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - name: system.disk.io.total + sum: + aggregationTemporality: 2 + dataPoints: + - asInt: "170574985216" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: read + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + - asInt: "398679777280" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: direction + value: + stringValue: write + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + isMonotonic: true + - gauge: + dataPoints: + - asInt: "674" + attributes: + - key: cluster_name + value: + stringValue: ci-k8s-cluster + - key: customfield1 + value: + stringValue: customvalue1 + - key: customfield2 + value: + stringValue: customvalue2 + - key: deployment.environment + value: + stringValue: dev + - key: host.name + value: + stringValue: kind-control-plane + - key: k8s.cluster.name + value: + stringValue: dev-operator + - key: k8s.node.name + value: + stringValue: kind-control-plane + - key: os.type + value: + stringValue: linux + timeUnixNano: "1000000" + name: disk_ops.total + scope: {}