From 7e0ae599ea15dd812d739c64b4d5cded73ed5280 Mon Sep 17 00:00:00 2001 From: DJ Date: Wed, 24 Aug 2022 09:11:48 +0900 Subject: [PATCH] update tests after updating ESreceiver metric names and types --- .../elasticsearchreceiver/documentation.md | 2 +- .../internal/metadata/generated_metrics.go | 14 +- receiver/elasticsearchreceiver/metadata.yaml | 4 +- .../expected_metrics/clusterSkip.json | 877 +++++++++-------- .../testdata/expected_metrics/full.json | 913 +++++++++--------- .../fullWithoutDirection.json | 913 +++++++++--------- 6 files changed, 1404 insertions(+), 1319 deletions(-) diff --git a/receiver/elasticsearchreceiver/documentation.md b/receiver/elasticsearchreceiver/documentation.md index 22166a4c094b..3d3337ec2189 100644 --- a/receiver/elasticsearchreceiver/documentation.md +++ b/receiver/elasticsearchreceiver/documentation.md @@ -46,7 +46,7 @@ These are the metrics available for this scraper. | **elasticsearch.node.open_files** | The number of open file descriptors held by the node. | {files} | Sum(Int) | | | **elasticsearch.node.operations.completed** | The number of operations completed. | {operations} | Sum(Int) | | | **elasticsearch.node.operations.time** | Time spent on operations. | ms | Sum(Int) | | -| **elasticsearch.node.pipeline.ingest.documents.current** | Total number of documents currently being ingested by a pipeline. | {documents} | Gauge(Int) | | +| **elasticsearch.node.pipeline.ingest.documents.current** | Total number of documents currently being ingested by a pipeline. | {documents} | Sum(Int) | | | **elasticsearch.node.pipeline.ingest.documents.preprocessed** | Number of documents preprocessed by the ingest pipeline. | {documents} | Sum(Int) | | | **elasticsearch.node.pipeline.ingest.operations.failed** | Total number of failed operations for the ingest pipeline. | {operation} | Sum(Int) | | | **elasticsearch.node.script.cache_evictions** | Total number of times the script cache has evicted old data. | 1 | Sum(Int) | | diff --git a/receiver/elasticsearchreceiver/internal/metadata/generated_metrics.go b/receiver/elasticsearchreceiver/internal/metadata/generated_metrics.go index 9338afab1093..9eeb77242733 100644 --- a/receiver/elasticsearchreceiver/internal/metadata/generated_metrics.go +++ b/receiver/elasticsearchreceiver/internal/metadata/generated_metrics.go @@ -2733,15 +2733,17 @@ func (m *metricElasticsearchNodePipelineIngestDocumentsCurrent) init() { m.data.SetName("elasticsearch.node.pipeline.ingest.documents.current") m.data.SetDescription("Total number of documents currently being ingested by a pipeline.") m.data.SetUnit("{documents}") - m.data.SetDataType(pmetric.MetricDataTypeGauge) - m.data.Gauge().DataPoints().EnsureCapacity(m.capacity) + m.data.SetDataType(pmetric.MetricDataTypeSum) + m.data.Sum().SetIsMonotonic(false) + m.data.Sum().SetAggregationTemporality(pmetric.MetricAggregationTemporalityCumulative) + m.data.Sum().DataPoints().EnsureCapacity(m.capacity) } func (m *metricElasticsearchNodePipelineIngestDocumentsCurrent) recordDataPoint(start pcommon.Timestamp, ts pcommon.Timestamp, val int64, ingestPipelineNameAttributeValue string) { if !m.settings.Enabled { return } - dp := m.data.Gauge().DataPoints().AppendEmpty() + dp := m.data.Sum().DataPoints().AppendEmpty() dp.SetStartTimestamp(start) dp.SetTimestamp(ts) dp.SetIntVal(val) @@ -2750,14 +2752,14 @@ func (m *metricElasticsearchNodePipelineIngestDocumentsCurrent) recordDataPoint( // updateCapacity saves max length of data point slices that will be used for the slice capacity. func (m *metricElasticsearchNodePipelineIngestDocumentsCurrent) updateCapacity() { - if m.data.Gauge().DataPoints().Len() > m.capacity { - m.capacity = m.data.Gauge().DataPoints().Len() + if m.data.Sum().DataPoints().Len() > m.capacity { + m.capacity = m.data.Sum().DataPoints().Len() } } // emit appends recorded metric data to a metrics slice and prepares it for recording another set of data points. func (m *metricElasticsearchNodePipelineIngestDocumentsCurrent) emit(metrics pmetric.MetricSlice) { - if m.settings.Enabled && m.data.Gauge().DataPoints().Len() > 0 { + if m.settings.Enabled && m.data.Sum().DataPoints().Len() > 0 { m.updateCapacity() m.data.MoveTo(metrics.AppendEmpty()) m.init() diff --git a/receiver/elasticsearchreceiver/metadata.yaml b/receiver/elasticsearchreceiver/metadata.yaml index 913c9003f66b..55e4b93a6359 100644 --- a/receiver/elasticsearchreceiver/metadata.yaml +++ b/receiver/elasticsearchreceiver/metadata.yaml @@ -694,7 +694,9 @@ metrics: elasticsearch.node.pipeline.ingest.documents.current: description: Total number of documents currently being ingested by a pipeline. unit: "{documents}" - gauge: + sum: + monotonic: false + aggregation: cumulative value_type: int attributes: [ ingest_pipeline_name ] enabled: true diff --git a/receiver/elasticsearchreceiver/testdata/expected_metrics/clusterSkip.json b/receiver/elasticsearchreceiver/testdata/expected_metrics/clusterSkip.json index d5b211b7c0ce..62d3c0c37418 100644 --- a/receiver/elasticsearchreceiver/testdata/expected_metrics/clusterSkip.json +++ b/receiver/elasticsearchreceiver/testdata/expected_metrics/clusterSkip.json @@ -30,12 +30,12 @@ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -43,12 +43,12 @@ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -56,12 +56,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -69,38 +69,38 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { - "asInt": "0", + "asInt": "305152000", "attributes": [ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { - "asInt": "305152000", + "asInt": "0", "attributes": [ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -113,19 +113,6 @@ "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ - { - "asInt": "322122547", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "request" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - }, { "asInt": "214748364", "attributes": [ @@ -136,8 +123,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "536870912", @@ -149,8 +136,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "268435456", @@ -162,8 +149,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "536870912", @@ -175,8 +162,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "510027366", @@ -188,8 +175,21 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "322122547", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "request" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -207,12 +207,12 @@ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -220,12 +220,12 @@ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -233,12 +233,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -246,12 +246,12 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -259,12 +259,12 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -272,12 +272,12 @@ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -285,59 +285,104 @@ "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the coordinating stage.", - "gauge": { + "description": "Number of differences between published cluster states.", + "name": "elasticsearch.cluster.published_states.differences", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ + { + "asInt": "1", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "compatible" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "incompatible" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.coordinating", - "unit": "By" + "unit": "1" }, { - "description": "Configured memory limit, in bytes, for the indexing requests.", - "gauge": { + "description": "Number of published cluster states.", + "name": "elasticsearch.cluster.published_states.full", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { - "asInt": "53687091", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "asInt": "2", + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.limit", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", - "gauge": { + "description": "Number of cluster states in queue.", + "name": "elasticsearch.cluster.state_queue", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "committed" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "pending" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.primary", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", + "description": "Configured memory limit, in bytes, for the indexing requests.", "gauge": { "dataPoints": [ { - "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "asInt": "53687091", + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.replica", + "name": "elasticsearch.indexing_pressure.memory.limit", "unit": "By" }, { @@ -348,8 +393,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -364,14 +409,63 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true }, "unit": "1" }, + { + "description": "Memory consumed, in bytes, by indexing requests in the specified stage.", + "name": "elasticsearch.memory.indexing_pressure", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "primary" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "coordinating" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "replica" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + } + ] + }, + "unit": "By" + }, { "description": "The number of evictions from the cache.", "name": "elasticsearch.node.cache.evictions", @@ -388,8 +482,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "938", @@ -401,8 +495,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -425,8 +519,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "394", @@ -438,8 +532,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -453,8 +547,8 @@ "dataPoints": [ { "asInt": "100", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -476,8 +570,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "157732", @@ -489,84 +583,14 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true }, "unit": "By" }, - { - "description": "Number of compatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "1", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.compatible", - "unit": "1" - }, - { - "description": "Number of published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "2", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.full", - "unit": "1" - }, - { - "description": "Number of incompatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.incompatible", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.committed", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.pending", - "unit": "1" - }, { "description": "The total number of kilobytes read across all file stores for this node.", "name": "elasticsearch.node.disk.io.read", @@ -575,8 +599,8 @@ "dataPoints": [ { "asInt": "1617780", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -590,8 +614,8 @@ "dataPoints": [ { "asInt": "602016", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -613,8 +637,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "200", @@ -626,8 +650,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -641,8 +665,8 @@ "dataPoints": [ { "asInt": "12293464064", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -656,8 +680,8 @@ "dataPoints": [ { "asInt": "2", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -665,14 +689,14 @@ }, { "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.count", + "name": "elasticsearch.node.ingest.documents", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -681,137 +705,29 @@ }, { "description": "Total number of documents currently being ingested.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ] - }, - "name": "elasticsearch.node.ingest.current", - "unit": "{documents}" - }, - { - "description": "Total number of failed ingest operations during the lifetime of this node.", - "name": "elasticsearch.node.ingest.failed", + "name": "elasticsearch.node.ingest.documents.current", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ], - "isMonotonic": true - }, - "unit": "{operation}" - }, - { - "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.pipeline.count", - "sum": { - "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - } - ], - "isMonotonic": true - }, - "unit": "{documents}" - }, - { - "description": "Total number of documents currently being ingested by a pipeline.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, - "name": "elasticsearch.node.ingest.pipeline.current", "unit": "{documents}" }, { - "description": "Total number of failed operations for the ingest pipeline.", - "name": "elasticsearch.node.ingest.pipeline.failed", + "description": "Total number of failed ingest operations during the lifetime of this node.", + "name": "elasticsearch.node.ingest.operations.failed", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -826,8 +742,8 @@ "dataPoints": [ { "asInt": "270", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -849,8 +765,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "400", @@ -862,8 +778,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "600", @@ -875,8 +791,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "124", @@ -888,8 +804,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "234", @@ -901,8 +817,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "235", @@ -914,8 +830,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "5234", @@ -927,8 +843,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "5234", @@ -940,8 +856,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "958", @@ -953,8 +869,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "345", @@ -966,8 +882,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "0", @@ -979,8 +895,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -1003,8 +919,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "500", @@ -1016,8 +932,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "500", @@ -1029,8 +945,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "2354", @@ -1042,8 +958,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "256", @@ -1055,8 +971,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "5234", @@ -1068,8 +984,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "2342", @@ -1081,8 +997,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "25345", @@ -1094,8 +1010,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "544", @@ -1107,8 +1023,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "995", @@ -1120,8 +1036,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "664", @@ -1133,14 +1049,123 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true }, "unit": "ms" }, + { + "description": "Total number of documents currently being ingested by a pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.current", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Number of documents preprocessed by the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.preprocessed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Total number of failed operations for the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.operations.failed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" + } + ], + "isMonotonic": true + }, + "unit": "{operation}" + }, { "description": "Total number of times the script cache has evicted old data.", "name": "elasticsearch.node.script.cache_evictions", @@ -1149,10 +1174,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1164,10 +1190,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1179,8 +1206,8 @@ "dataPoints": [ { "asInt": "1", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1194,8 +1221,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1209,8 +1236,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1224,8 +1251,8 @@ "dataPoints": [ { "asInt": "300", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1253,8 +1280,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "4", @@ -1272,8 +1299,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -1296,8 +1323,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1325,8 +1352,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "-2", @@ -1344,8 +1371,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1359,8 +1386,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -1375,8 +1402,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1390,8 +1417,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1403,8 +1430,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1417,8 +1444,8 @@ "dataPoints": [ { "asDouble": 0, - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1431,8 +1458,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1445,8 +1472,8 @@ "dataPoints": [ { "asInt": "3", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1467,8 +1494,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "294109184", @@ -1480,8 +1507,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1494,8 +1521,8 @@ "dataPoints": [ { "asInt": "20695", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1518,8 +1545,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "10", @@ -1531,8 +1558,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -1555,8 +1582,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "5", @@ -1568,8 +1595,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ], "isMonotonic": true @@ -1582,8 +1609,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1596,8 +1623,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1610,8 +1637,8 @@ "dataPoints": [ { "asInt": "305152000", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1624,8 +1651,8 @@ "dataPoints": [ { "asInt": "131792896", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1638,8 +1665,8 @@ "dataPoints": [ { "asInt": "128825192", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1660,8 +1687,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "736870912", @@ -1673,8 +1700,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "536870912", @@ -1686,8 +1713,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1708,8 +1735,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "10485760", @@ -1721,8 +1748,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" }, { "asInt": "76562432", @@ -1734,8 +1761,8 @@ } } ], - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, @@ -1748,8 +1775,8 @@ "dataPoints": [ { "asInt": "27", - "startTimeUnixNano": "1661135376193210000", - "timeUnixNano": "1661135376204250000" + "startTimeUnixNano": "1661327548460643000", + "timeUnixNano": "1661327548472169000" } ] }, diff --git a/receiver/elasticsearchreceiver/testdata/expected_metrics/full.json b/receiver/elasticsearchreceiver/testdata/expected_metrics/full.json index b269da6f1c37..4ad54649766e 100644 --- a/receiver/elasticsearchreceiver/testdata/expected_metrics/full.json +++ b/receiver/elasticsearchreceiver/testdata/expected_metrics/full.json @@ -30,12 +30,12 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -43,25 +43,25 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "305152000", + "asInt": "0", "attributes": [ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -69,25 +69,25 @@ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "0", + "asInt": "305152000", "attributes": [ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -95,12 +95,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -114,17 +114,17 @@ "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { - "asInt": "268435456", + "asInt": "214748364", "attributes": [ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "536870912", @@ -132,64 +132,64 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "510027366", + "asInt": "268435456", "attributes": [ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "322122547", + "asInt": "536870912", "attributes": [ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "214748364", + "asInt": "510027366", "attributes": [ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { - "asInt": "536870912", + "asInt": "322122547", "attributes": [ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -207,12 +207,12 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -220,12 +220,12 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -233,12 +233,12 @@ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -246,12 +246,12 @@ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -259,12 +259,12 @@ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -272,12 +272,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -285,59 +285,104 @@ "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the coordinating stage.", - "gauge": { + "description": "Number of differences between published cluster states.", + "name": "elasticsearch.cluster.published_states.differences", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ + { + "asInt": "1", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "compatible" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "incompatible" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.coordinating", - "unit": "By" + "unit": "1" }, { - "description": "Configured memory limit, in bytes, for the indexing requests.", - "gauge": { + "description": "Number of published cluster states.", + "name": "elasticsearch.cluster.published_states.full", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { - "asInt": "53687091", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "asInt": "2", + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.limit", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", - "gauge": { + "description": "Number of cluster states in queue.", + "name": "elasticsearch.cluster.state_queue", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "committed" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "pending" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.primary", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", + "description": "Configured memory limit, in bytes, for the indexing requests.", "gauge": { "dataPoints": [ { - "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "asInt": "53687091", + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.replica", + "name": "elasticsearch.indexing_pressure.memory.limit", "unit": "By" }, { @@ -348,8 +393,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -364,14 +409,63 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true }, "unit": "1" }, + { + "description": "Memory consumed, in bytes, by indexing requests in the specified stage.", + "name": "elasticsearch.memory.indexing_pressure", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "primary" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "coordinating" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "replica" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + } + ] + }, + "unit": "By" + }, { "description": "The number of evictions from the cache.", "name": "elasticsearch.node.cache.evictions", @@ -388,8 +482,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "938", @@ -401,8 +495,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -425,8 +519,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "394", @@ -438,8 +532,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -453,8 +547,8 @@ "dataPoints": [ { "asInt": "100", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -476,8 +570,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "157732", @@ -489,84 +583,14 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true }, "unit": "By" }, - { - "description": "Number of compatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "1", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.compatible", - "unit": "1" - }, - { - "description": "Number of published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "2", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.full", - "unit": "1" - }, - { - "description": "Number of incompatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.incompatible", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.committed", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.pending", - "unit": "1" - }, { "description": "The total number of kilobytes read across all file stores for this node.", "name": "elasticsearch.node.disk.io.read", @@ -575,8 +599,8 @@ "dataPoints": [ { "asInt": "1617780", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -590,8 +614,8 @@ "dataPoints": [ { "asInt": "602016", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -613,8 +637,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "200", @@ -626,8 +650,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -641,8 +665,8 @@ "dataPoints": [ { "asInt": "12293464064", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -656,8 +680,8 @@ "dataPoints": [ { "asInt": "2", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -665,14 +689,14 @@ }, { "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.count", + "name": "elasticsearch.node.ingest.documents", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -681,137 +705,29 @@ }, { "description": "Total number of documents currently being ingested.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ] - }, - "name": "elasticsearch.node.ingest.current", - "unit": "{documents}" - }, - { - "description": "Total number of failed ingest operations during the lifetime of this node.", - "name": "elasticsearch.node.ingest.failed", + "name": "elasticsearch.node.ingest.documents.current", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ], - "isMonotonic": true - }, - "unit": "{operation}" - }, - { - "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.pipeline.count", - "sum": { - "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - } - ], - "isMonotonic": true - }, - "unit": "{documents}" - }, - { - "description": "Total number of documents currently being ingested by a pipeline.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, - "name": "elasticsearch.node.ingest.pipeline.current", "unit": "{documents}" }, { - "description": "Total number of failed operations for the ingest pipeline.", - "name": "elasticsearch.node.ingest.pipeline.failed", + "description": "Total number of failed ingest operations during the lifetime of this node.", + "name": "elasticsearch.node.ingest.operations.failed", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -826,8 +742,8 @@ "dataPoints": [ { "asInt": "270", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -849,8 +765,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "400", @@ -862,8 +778,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "600", @@ -875,8 +791,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "124", @@ -888,8 +804,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "234", @@ -901,8 +817,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "235", @@ -914,8 +830,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "5234", @@ -927,8 +843,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "5234", @@ -940,8 +856,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "958", @@ -953,8 +869,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "345", @@ -966,8 +882,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -979,8 +895,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -1003,8 +919,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "500", @@ -1016,8 +932,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "500", @@ -1029,8 +945,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "2354", @@ -1042,8 +958,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "256", @@ -1055,8 +971,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "5234", @@ -1068,8 +984,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "2342", @@ -1081,8 +997,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "25345", @@ -1094,8 +1010,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "544", @@ -1107,8 +1023,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "995", @@ -1120,8 +1036,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "664", @@ -1133,14 +1049,123 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true }, "unit": "ms" }, + { + "description": "Total number of documents currently being ingested by a pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.current", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Number of documents preprocessed by the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.preprocessed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Total number of failed operations for the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.operations.failed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" + } + ], + "isMonotonic": true + }, + "unit": "{operation}" + }, { "description": "Total number of times the script cache has evicted old data.", "name": "elasticsearch.node.script.cache_evictions", @@ -1149,10 +1174,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1164,10 +1190,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1179,8 +1206,8 @@ "dataPoints": [ { "asInt": "1", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1194,8 +1221,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1209,8 +1236,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1224,8 +1251,8 @@ "dataPoints": [ { "asInt": "300", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1253,8 +1280,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "4", @@ -1272,8 +1299,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -1296,8 +1323,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1325,8 +1352,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "-2", @@ -1344,8 +1371,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1359,8 +1386,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -1375,8 +1402,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1390,8 +1417,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1403,8 +1430,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1417,8 +1444,8 @@ "dataPoints": [ { "asDouble": 0, - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1431,8 +1458,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1445,8 +1472,8 @@ "dataPoints": [ { "asInt": "3", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1467,8 +1494,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "294109184", @@ -1480,8 +1507,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1494,8 +1521,8 @@ "dataPoints": [ { "asInt": "20695", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1518,8 +1545,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "10", @@ -1531,8 +1558,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -1555,8 +1582,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "5", @@ -1568,8 +1595,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ], "isMonotonic": true @@ -1582,8 +1609,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1596,8 +1623,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1610,8 +1637,8 @@ "dataPoints": [ { "asInt": "305152000", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1624,8 +1651,8 @@ "dataPoints": [ { "asInt": "131792896", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1638,8 +1665,8 @@ "dataPoints": [ { "asInt": "128825192", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1660,8 +1687,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "736870912", @@ -1673,8 +1700,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "536870912", @@ -1686,8 +1713,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1708,8 +1735,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "10485760", @@ -1721,8 +1748,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "76562432", @@ -1734,8 +1761,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1748,8 +1775,8 @@ "dataPoints": [ { "asInt": "27", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1786,8 +1813,8 @@ "dataPoints": [ { "asInt": "25", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1809,8 +1836,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "1", @@ -1822,8 +1849,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "0", @@ -1835,8 +1862,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1850,8 +1877,8 @@ "dataPoints": [ { "asInt": "46", - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, @@ -1873,8 +1900,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "2", @@ -1886,8 +1913,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "10", @@ -1899,8 +1926,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" }, { "asInt": "3", @@ -1912,8 +1939,8 @@ } } ], - "startTimeUnixNano": "1661135165333568000", - "timeUnixNano": "1661135165344879000" + "startTimeUnixNano": "1661327492459812000", + "timeUnixNano": "1661327492473099000" } ] }, diff --git a/receiver/elasticsearchreceiver/testdata/expected_metrics/fullWithoutDirection.json b/receiver/elasticsearchreceiver/testdata/expected_metrics/fullWithoutDirection.json index 978d1f045e7d..0461c7ff0097 100644 --- a/receiver/elasticsearchreceiver/testdata/expected_metrics/fullWithoutDirection.json +++ b/receiver/elasticsearchreceiver/testdata/expected_metrics/fullWithoutDirection.json @@ -25,17 +25,17 @@ "gauge": { "dataPoints": [ { - "asInt": "0", + "asInt": "305152000", "attributes": [ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -43,12 +43,12 @@ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -56,12 +56,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -69,12 +69,12 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -82,25 +82,25 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { - "asInt": "305152000", + "asInt": "0", "attributes": [ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -113,6 +113,19 @@ "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ + { + "asInt": "510027366", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "parent" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, { "asInt": "322122547", "attributes": [ @@ -123,8 +136,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "214748364", @@ -136,8 +149,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "536870912", @@ -149,8 +162,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "268435456", @@ -162,8 +175,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "536870912", @@ -175,21 +188,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - }, - { - "asInt": "510027366", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "parent" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -207,12 +207,12 @@ { "key": "name", "value": { - "stringValue": "request" + "stringValue": "parent" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -220,12 +220,12 @@ { "key": "name", "value": { - "stringValue": "fielddata" + "stringValue": "request" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -233,12 +233,12 @@ { "key": "name", "value": { - "stringValue": "in_flight_requests" + "stringValue": "fielddata" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -246,12 +246,12 @@ { "key": "name", "value": { - "stringValue": "model_inference" + "stringValue": "in_flight_requests" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -259,12 +259,12 @@ { "key": "name", "value": { - "stringValue": "accounting" + "stringValue": "model_inference" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -272,12 +272,12 @@ { "key": "name", "value": { - "stringValue": "parent" + "stringValue": "accounting" } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -285,59 +285,104 @@ "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the coordinating stage.", - "gauge": { + "description": "Number of differences between published cluster states.", + "name": "elasticsearch.cluster.published_states.differences", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ + { + "asInt": "1", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "compatible" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "incompatible" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.coordinating", - "unit": "By" + "unit": "1" }, { - "description": "Configured memory limit, in bytes, for the indexing requests.", - "gauge": { + "description": "Number of published cluster states.", + "name": "elasticsearch.cluster.published_states.full", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { - "asInt": "53687091", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "asInt": "2", + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.limit", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", - "gauge": { + "description": "Number of cluster states in queue.", + "name": "elasticsearch.cluster.state_queue", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "committed" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "state", + "value": { + "stringValue": "pending" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.primary", - "unit": "By" + "unit": "1" }, { - "description": "Memory consumed, in bytes, by indexing requests in the primary stage.", + "description": "Configured memory limit, in bytes, for the indexing requests.", "gauge": { "dataPoints": [ { - "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "asInt": "53687091", + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, - "name": "elasticsearch.indexing_pressure.memory.replica", + "name": "elasticsearch.indexing_pressure.memory.limit", "unit": "By" }, { @@ -348,8 +393,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -364,14 +409,63 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true }, "unit": "1" }, + { + "description": "Memory consumed, in bytes, by indexing requests in the specified stage.", + "name": "elasticsearch.memory.indexing_pressure", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "primary" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "coordinating" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "stage", + "value": { + "stringValue": "replica" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + } + ] + }, + "unit": "By" + }, { "description": "The number of evictions from the cache.", "name": "elasticsearch.node.cache.evictions", @@ -388,8 +482,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "938", @@ -401,8 +495,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -425,8 +519,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "394", @@ -438,8 +532,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -453,8 +547,8 @@ "dataPoints": [ { "asInt": "100", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -468,8 +562,8 @@ "dataPoints": [ { "asInt": "129384", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -484,84 +578,14 @@ "dataPoints": [ { "asInt": "157732", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true }, "unit": "By" }, - { - "description": "Number of compatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "1", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.compatible", - "unit": "1" - }, - { - "description": "Number of published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "2", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.full", - "unit": "1" - }, - { - "description": "Number of incompatible differences between published cluster states.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.cluster.published_states.incompatible", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.committed", - "unit": "1" - }, - { - "description": "Number of pending cluster states in queue.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.cluster.state_queue.pending", - "unit": "1" - }, { "description": "The total number of kilobytes read across all file stores for this node.", "name": "elasticsearch.node.disk.io.read", @@ -570,8 +594,8 @@ "dataPoints": [ { "asInt": "1617780", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -585,8 +609,8 @@ "dataPoints": [ { "asInt": "602016", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -608,8 +632,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "200", @@ -621,8 +645,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -636,8 +660,8 @@ "dataPoints": [ { "asInt": "12293464064", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -651,8 +675,8 @@ "dataPoints": [ { "asInt": "2", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -660,14 +684,14 @@ }, { "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.count", + "name": "elasticsearch.node.ingest.documents", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -676,137 +700,29 @@ }, { "description": "Total number of documents currently being ingested.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ] - }, - "name": "elasticsearch.node.ingest.current", - "unit": "{documents}" - }, - { - "description": "Total number of failed ingest operations during the lifetime of this node.", - "name": "elasticsearch.node.ingest.failed", + "name": "elasticsearch.node.ingest.documents.current", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ], - "isMonotonic": true - }, - "unit": "{operation}" - }, - { - "description": "Total number of documents ingested during the lifetime of this node.", - "name": "elasticsearch.node.ingest.pipeline.count", - "sum": { - "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - } - ], - "isMonotonic": true - }, - "unit": "{documents}" - }, - { - "description": "Total number of documents currently being ingested by a pipeline.", - "gauge": { - "dataPoints": [ - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, - "name": "elasticsearch.node.ingest.pipeline.current", "unit": "{documents}" }, { - "description": "Total number of failed operations for the ingest pipeline.", - "name": "elasticsearch.node.ingest.pipeline.failed", + "description": "Total number of failed ingest operations during the lifetime of this node.", + "name": "elasticsearch.node.ingest.operations.failed", "sum": { "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", "dataPoints": [ { "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_6" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" - }, - { - "asInt": "0", - "attributes": [ - { - "key": "name", - "value": { - "stringValue": "xpack_monitoring_7" - } - } - ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -821,8 +737,8 @@ "dataPoints": [ { "asInt": "270", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -844,8 +760,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "400", @@ -857,8 +773,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "600", @@ -870,8 +786,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "124", @@ -883,8 +799,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "234", @@ -896,8 +812,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "235", @@ -909,8 +825,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "5234", @@ -922,8 +838,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "5234", @@ -935,8 +851,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "958", @@ -948,8 +864,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "345", @@ -961,8 +877,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -974,8 +890,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -998,8 +914,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "500", @@ -1011,8 +927,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "500", @@ -1024,8 +940,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "2354", @@ -1037,8 +953,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "256", @@ -1050,8 +966,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "5234", @@ -1063,8 +979,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "2342", @@ -1076,8 +992,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "25345", @@ -1089,8 +1005,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "544", @@ -1102,8 +1018,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "995", @@ -1115,8 +1031,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "664", @@ -1128,14 +1044,123 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true }, "unit": "ms" }, + { + "description": "Total number of documents currently being ingested by a pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.current", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Number of documents preprocessed by the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.documents.preprocessed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + } + ] + }, + "unit": "{documents}" + }, + { + "description": "Total number of failed operations for the ingest pipeline.", + "name": "elasticsearch.node.pipeline.ingest.operations.failed", + "sum": { + "aggregationTemporality": "AGGREGATION_TEMPORALITY_CUMULATIVE", + "dataPoints": [ + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_6" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + }, + { + "asInt": "0", + "attributes": [ + { + "key": "name", + "value": { + "stringValue": "xpack_monitoring_7" + } + } + ], + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" + } + ], + "isMonotonic": true + }, + "unit": "{operation}" + }, { "description": "Total number of times the script cache has evicted old data.", "name": "elasticsearch.node.script.cache_evictions", @@ -1144,10 +1169,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1159,10 +1185,11 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } - ] + ], + "isMonotonic": true }, "unit": "1" }, @@ -1174,8 +1201,8 @@ "dataPoints": [ { "asInt": "1", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1189,8 +1216,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1204,8 +1231,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1219,8 +1246,8 @@ "dataPoints": [ { "asInt": "300", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1248,8 +1275,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "4", @@ -1267,8 +1294,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -1291,8 +1318,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1320,8 +1347,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "-2", @@ -1339,8 +1366,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1354,8 +1381,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -1370,8 +1397,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1385,8 +1412,8 @@ "dataPoints": [ { "asInt": "0", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1398,8 +1425,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1412,8 +1439,8 @@ "dataPoints": [ { "asDouble": 0, - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1426,8 +1453,8 @@ "dataPoints": [ { "asDouble": 0.02, - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1440,8 +1467,8 @@ "dataPoints": [ { "asInt": "3", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1462,8 +1489,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "294109184", @@ -1475,8 +1502,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1489,8 +1516,8 @@ "dataPoints": [ { "asInt": "20695", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1513,8 +1540,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "10", @@ -1526,8 +1553,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -1550,8 +1577,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "5", @@ -1563,8 +1590,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ], "isMonotonic": true @@ -1577,8 +1604,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1591,8 +1618,8 @@ "dataPoints": [ { "asInt": "536870912", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1605,8 +1632,8 @@ "dataPoints": [ { "asInt": "305152000", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1619,8 +1646,8 @@ "dataPoints": [ { "asInt": "131792896", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1633,8 +1660,8 @@ "dataPoints": [ { "asInt": "128825192", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1655,8 +1682,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "736870912", @@ -1668,8 +1695,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "536870912", @@ -1681,8 +1708,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1703,8 +1730,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "10485760", @@ -1716,8 +1743,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "76562432", @@ -1729,8 +1756,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1743,8 +1770,8 @@ "dataPoints": [ { "asInt": "27", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1781,8 +1808,8 @@ "dataPoints": [ { "asInt": "25", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1804,8 +1831,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "1", @@ -1817,8 +1844,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "0", @@ -1830,8 +1857,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1845,8 +1872,8 @@ "dataPoints": [ { "asInt": "46", - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] }, @@ -1868,8 +1895,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "2", @@ -1881,8 +1908,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "10", @@ -1894,8 +1921,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" }, { "asInt": "3", @@ -1907,8 +1934,8 @@ } } ], - "startTimeUnixNano": "1661135407586280000", - "timeUnixNano": "1661135407597820000" + "startTimeUnixNano": "1661327518980688000", + "timeUnixNano": "1661327518992890000" } ] },