diff --git a/exporter/collector/integrationtest/testcases.go b/exporter/collector/integrationtest/testcases.go index 0627354ad..32146a72e 100644 --- a/exporter/collector/integrationtest/testcases.go +++ b/exporter/collector/integrationtest/testcases.go @@ -83,9 +83,9 @@ var ( Name: "GKE Workload Metrics", OTLPInputFixturePath: "testdata/fixtures/workload_metrics.json", ExpectFixturePath: "testdata/fixtures/workload_metrics_expect.json", - Skip: true, Configure: func(cfg *collector.Config) { cfg.MetricConfig.Prefix = "workload.googleapis.com/" + cfg.MetricConfig.SkipCreateMetricDescriptor = true }, }, { diff --git a/exporter/collector/integrationtest/testdata/fixtures/batching_metrics_expect.json b/exporter/collector/integrationtest/testdata/fixtures/batching_metrics_expect.json index 8090e8901..d334dfb6d 100644 --- a/exporter/collector/integrationtest/testdata/fixtures/batching_metrics_expect.json +++ b/exporter/collector/integrationtest/testdata/fixtures/batching_metrics_expect.json @@ -1,8329 +1,8388 @@ { - "createTimeSeriesRequests": [ + "createTimeSeriesRequests": [ { - "name": "projects/fakeprojectid", - "timeSeries": [ + "timeSeries": [ { - "metric": { - "type": "workload.googleapis.com/testsummary 1_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 1_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 1_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 1_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 1_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 1_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 1_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 1_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 1_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 1_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 2_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 2_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 2_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 2_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 2_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 2_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 2_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 2_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 2_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 2_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 3_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 3_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 3_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 3_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 3_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 3_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 3_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 3_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 3_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 3_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 4_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 4_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 4_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 4_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 4_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 4_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 4_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 4_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 4_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 4_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 5_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 5_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 5_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 5_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 5_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 5_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 5_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 5_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 5_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 5_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 6_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 6_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 6_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 6_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 6_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 6_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 6_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 6_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 6_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 6_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 7_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 7_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 7_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 7_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 7_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 7_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 7_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 7_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 7_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 7_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 8_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 8_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 8_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 8_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 8_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 8_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 8_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 8_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 8_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 8_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 9_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 9_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 9_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 9_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 9_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 9_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 9_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 9_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 9_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 9_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 10_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 10_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 10_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 10_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 10_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 10_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 10_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 10_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 10_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 10_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 11_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 11_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 11_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 11_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 11_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 11_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 11_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 11_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 11_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 11_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 12_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 12_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 12_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 12_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 12_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 12_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 12_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 12_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 12_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 12_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 13_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 13_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 13_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 13_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 13_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 13_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 13_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 13_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 13_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 13_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 14_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 14_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 14_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 14_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 14_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 14_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 14_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 14_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 14_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 14_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 15_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 15_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 15_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 15_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 15_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 15_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 15_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 15_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 15_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 15_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 16_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 16_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 16_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 16_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 16_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 16_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 16_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 16_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 16_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 16_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 17_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 17_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 17_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 17_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 17_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 17_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 17_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 17_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 17_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 17_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 18_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 18_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 18_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 18_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 18_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 18_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 18_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 18_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 18_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 18_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 19_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 19_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 19_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 19_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 19_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 19_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 19_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 19_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 19_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 19_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 20_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 20_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 20_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 20_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 20_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 20_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 20_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 20_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 20_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 20_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 21_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 21_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 21_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 21_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 21_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 21_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 21_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 21_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 21_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 21_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 22_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 22_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 22_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 22_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 22_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 22_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 22_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 22_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 22_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 22_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 23_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 23_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 23_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 23_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 23_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 23_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 23_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 23_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 23_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 23_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 24_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 24_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 24_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 24_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 24_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 24_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 24_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 24_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 24_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 24_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 25_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 25_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 25_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 25_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 25_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 25_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 25_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 25_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 25_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 25_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 26_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 26_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 26_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 26_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 26_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 26_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 26_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 26_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 26_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 26_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 27_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 27_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 27_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 27_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 27_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 27_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 27_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 27_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 27_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 27_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 28_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 28_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 28_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 28_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 28_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 28_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 28_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 28_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 28_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 28_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 29_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 29_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 29_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 29_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 29_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 29_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 29_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 29_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 29_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 29_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 30_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 30_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 30_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 30_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 30_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 30_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 30_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 30_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 30_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 30_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 31_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 31_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 31_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 31_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 31_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 31_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 31_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 31_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 31_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 31_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 32_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 32_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 32_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 32_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 32_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 32_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 32_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 32_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 32_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 32_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 33_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 33_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 33_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 33_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 33_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 33_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 33_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 33_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 33_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 33_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 34_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 34_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 34_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 34_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 34_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 34_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 34_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 34_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 34_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 34_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 35_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 35_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 35_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 35_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 35_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 35_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 35_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 35_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 35_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 35_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 36_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 36_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 36_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 36_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 36_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 36_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 36_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 36_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 36_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 36_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 37_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 37_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 37_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 37_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 37_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 37_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 37_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 37_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 37_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 37_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 38_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 38_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 38_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 38_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 38_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 38_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 38_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 38_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 38_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 38_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 39_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 39_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 39_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 39_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 39_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 39_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 39_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 39_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 39_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 39_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 40_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 40_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 40_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 40_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 40_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 40_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 40_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 40_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 40_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 40_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" } ] }, { - "name": "projects/fakeprojectid", - "timeSeries": [ + "timeSeries": [ { - "metric": { - "type": "workload.googleapis.com/testsummary 41_summary_sum", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 41_summary_sum", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 123.4 + "value": { + "doubleValue": 123.4 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 41_summary_count", - "labels": { - "foo": "bar" + "metric": { + "type": "workload.googleapis.com/testsummary 41_summary_count", + "labels": { + "foo": "bar" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "points": [ + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z", - "startTime": "2022-01-26T19:22:11.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "int64Value": "10" + "value": { + "int64Value": "10" } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 41_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "50.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 41_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "50.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 10.2 + "value": { + "doubleValue": 10.2 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 41_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "75.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 41_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "75.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 25.5 + "value": { + "doubleValue": 25.5 } } ], - "unit": "1" + "unit": "1" }, { - "metric": { - "type": "workload.googleapis.com/testsummary 41_summary_percentile", - "labels": { - "foo": "bar", - "percentile": "90.000000" + "metric": { + "type": "workload.googleapis.com/testsummary 41_summary_percentile", + "labels": { + "foo": "bar", + "percentile": "90.000000" } }, - "resource": { - "type": "generic_node", - "labels": { - "location": "global", - "namespace": "", - "node_id": "" + "resource": { + "type": "generic_node", + "labels": { + "location": "global", + "namespace": "", + "node_id": "" } }, - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "points": [ + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.442980117Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z" }, - "value": { - "doubleValue": 100.2 + "value": { + "doubleValue": 100.2 } } ], - "unit": "1" + "unit": "1" } ] } ], - "createMetricDescriptorRequests": [ + "createMetricDescriptorRequests": [ { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 1_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 1_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 1_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 1_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 1_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 1_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 1_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 1_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 1_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 1_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 1_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 1_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 2_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 2_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 2_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 2_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 2_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 2_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 2_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 2_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 2_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 2_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 2_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 2_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 3_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 3_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 3_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 3_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 3_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 3_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 3_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 3_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 3_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 3_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 3_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 3_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 4_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 4_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 4_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 4_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 4_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 4_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 4_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 4_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 4_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 4_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 4_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 4_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 5_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 5_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 5_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 5_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 5_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 5_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 5_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 5_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 5_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 5_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 5_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 5_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 6_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 6_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 6_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 6_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 6_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 6_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 6_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 6_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 6_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 6_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 6_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 6_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 7_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 7_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 7_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 7_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 7_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 7_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 7_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 7_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 7_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 7_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 7_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 7_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 8_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 8_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 8_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 8_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 8_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 8_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 8_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 8_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 8_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 8_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 8_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 8_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 9_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 9_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 9_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 9_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 9_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 9_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 9_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 9_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 9_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 9_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 9_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 9_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 10_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 10_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 10_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 10_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 10_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 10_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 10_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 10_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 10_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 10_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 10_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 10_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 11_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 11_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 11_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 11_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 11_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 11_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 11_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 11_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 11_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 11_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 11_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 11_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 12_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 12_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 12_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 12_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 12_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 12_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 12_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 12_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 12_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 12_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 12_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 12_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 13_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 13_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 13_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 13_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 13_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 13_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 13_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 13_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 13_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 13_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 13_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 13_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 14_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 14_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 14_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 14_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 14_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 14_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 14_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 14_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 14_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 14_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 14_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 14_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 15_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 15_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 15_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 15_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 15_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 15_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 15_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 15_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 15_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 15_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 15_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 15_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 16_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 16_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 16_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 16_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 16_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 16_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 16_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 16_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 16_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 16_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 16_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 16_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 17_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 17_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 17_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 17_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 17_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 17_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 17_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 17_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 17_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 17_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 17_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 17_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 18_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 18_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 18_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 18_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 18_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 18_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 18_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 18_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 18_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 18_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 18_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 18_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 19_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 19_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 19_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 19_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 19_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 19_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 19_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 19_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 19_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 19_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 19_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 19_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 20_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 20_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 20_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 20_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 20_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 20_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 20_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 20_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 20_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 20_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 20_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 20_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 21_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 21_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 21_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 21_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 21_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 21_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 21_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 21_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 21_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 21_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 21_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 21_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 22_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 22_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 22_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 22_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 22_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 22_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 22_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 22_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 22_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 22_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 22_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 22_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 23_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 23_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 23_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 23_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 23_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 23_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 23_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 23_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 23_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 23_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 23_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 23_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 24_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 24_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 24_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 24_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 24_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 24_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 24_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 24_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 24_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 24_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 24_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 24_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 25_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 25_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 25_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 25_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 25_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 25_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 25_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 25_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 25_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 25_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 25_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 25_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 26_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 26_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 26_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 26_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 26_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 26_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 26_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 26_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 26_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 26_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 26_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 26_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 27_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 27_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 27_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 27_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 27_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 27_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 27_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 27_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 27_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 27_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 27_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 27_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 28_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 28_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 28_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 28_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 28_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 28_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 28_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 28_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 28_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 28_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 28_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 28_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 29_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 29_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 29_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 29_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 29_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 29_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 29_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 29_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 29_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 29_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 29_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 29_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 30_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 30_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 30_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 30_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 30_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 30_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 30_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 30_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 30_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 30_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 30_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 30_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 31_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 31_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 31_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 31_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 31_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 31_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 31_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 31_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 31_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 31_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 31_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 31_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 32_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 32_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 32_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 32_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 32_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 32_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 32_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 32_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 32_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 32_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 32_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 32_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 33_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 33_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 33_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 33_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 33_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 33_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 33_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 33_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 33_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 33_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 33_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 33_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 34_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 34_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 34_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 34_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 34_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 34_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 34_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 34_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 34_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 34_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 34_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 34_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 35_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 35_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 35_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 35_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 35_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 35_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 35_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 35_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 35_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 35_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 35_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 35_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 36_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 36_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 36_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 36_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 36_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 36_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 36_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 36_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 36_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 36_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 36_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 36_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 37_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 37_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 37_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 37_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 37_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 37_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 37_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 37_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 37_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 37_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 37_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 37_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 38_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 38_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 38_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 38_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 38_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 38_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 38_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 38_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 38_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 38_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 38_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 38_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 39_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 39_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 39_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 39_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 39_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 39_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 39_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 39_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 39_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 39_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 39_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 39_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 40_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 40_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 40_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 40_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 40_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 40_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 40_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 40_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 40_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 40_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 40_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 40_summary_percentile" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 41_summary_sum", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 41_summary_sum", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 41_summary_sum" + "metricKind": "CUMULATIVE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 41_summary_sum" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 41_summary_count", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 41_summary_count", + "labels": [ { - "key": "foo" + "key": "foo" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 41_summary_count" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 41_summary_count" } }, { - "name": "projects/fakeprojectid", - "metricDescriptor": { - "type": "workload.googleapis.com/testsummary 41_summary_percentile", - "labels": [ + "metricDescriptor": { + "type": "workload.googleapis.com/testsummary 41_summary_percentile", + "labels": [ { - "key": "foo" + "key": "foo" }, { - "key": "percentile", - "description": "the value at a given percentile of a distribution" + "key": "percentile", + "description": "the value at a given percentile of a distribution" } ], - "metricKind": "GAUGE", - "valueType": "DOUBLE", - "unit": "1", - "description": "This is a test summary", - "displayName": "testsummary 41_summary_percentile" + "metricKind": "GAUGE", + "valueType": "DOUBLE", + "unit": "1", + "description": "This is a test summary", + "displayName": "testsummary 41_summary_percentile" } } ], - "selfObservabilityMetrics": { - "createTimeSeriesRequests": [ + "selfObservabilityMetrics": { + "createTimeSeriesRequests": [ { - "name": "projects/myproject", - "timeSeries": [ + "timeSeries": [ { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" + "metric": { + "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", + "labels": { + "status": "OK" } }, - "resource": { - "type": "global" + "resource": { + "type": "global" }, - "points": [ + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.463162384Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "distributionValue": { - "count": "123", - "mean": 0.2264184471544716, - "sumOfSquaredDeviation": 7.299005819184409, - "bucketOptions": { - "explicitBuckets": { - "bounds": [ + "value": { + "int64Value": "205" + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor", + "grpc_client_status": "OK" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "int64Value": "123" + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries", + "grpc_client_status": "OK" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "int64Value": "2" + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ + 0, + 1024, + 2048, + 4096, + 16384, + 65536, + 262144, + 1048576, + 4194304, + 16777216, + 67108864, + 268435456, + 1073741824, + 4294967296 + ] + } + }, + "bucketCounts": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + } + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ + 0, + 1024, + 2048, + 4096, + 16384, + 65536, + 262144, + 1048576, + 4194304, + 16777216, + 67108864, + 268435456, + 1073741824, + 4294967296 + ] + } + }, + "bucketCounts": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + } + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ 0, 0.01, 0.05, @@ -8368,17 +8427,17 @@ ] } }, - "bucketCounts": [ + "bucketCounts": [ + "0", + "0", + "0", + "0", "0", "0", "0", "0", - "114", - "7", "0", - "1", "0", - "1", "0", "0", "0", @@ -8418,29 +8477,26 @@ ] }, { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" } }, - "resource": { - "type": "global" + "resource": { + "type": "global" }, - "points": [ + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.465644798Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "distributionValue": { - "count": "2", - "mean": 2.4966215, - "sumOfSquaredDeviation": 8.8792477654445, - "bucketOptions": { - "explicitBuckets": { - "bounds": [ + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ 0, 0.01, 0.05, @@ -8485,19 +8541,17 @@ ] } }, - "bucketCounts": [ + "bucketCounts": [ "0", "0", "0", "0", "0", - "1", "0", "0", "0", "0", "0", - "1", "0", "0", "0", @@ -8527,135 +8581,6 @@ "0", "0", "0", - "0" - ] - } - } - } - ] - }, - { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor", - "grpc_client_status": "OK" - } - }, - "resource": { - "type": "global" - }, - "points": [ - { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.463162384Z" - }, - "value": { - "int64Value": "123" - } - } - ] - }, - { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries", - "grpc_client_status": "OK" - } - }, - "resource": { - "type": "global" - }, - "points": [ - { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.465644798Z" - }, - "value": { - "int64Value": "2" - } - } - ] - }, - { - "metric": { - "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", - "labels": { - "status": "OK" - } - }, - "resource": { - "type": "global" - }, - "points": [ - { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.465650809Z" - }, - "value": { - "int64Value": "205" - } - } - ] - }, - { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" - } - }, - "resource": { - "type": "global" - }, - "points": [ - { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.465644798Z" - }, - "value": { - "distributionValue": { - "count": "2", - "mean": 19763.5, - "sumOfSquaredDeviation": 705038800.5, - "bucketOptions": { - "explicitBuckets": { - "bounds": [ - 0, - 1024, - 2048, - 4096, - 16384, - 65536, - 262144, - 1048576, - 4194304, - 16777216, - 67108864, - 268435456, - 1073741824, - 4294967296 - ] - } - }, - "bucketCounts": [ - "0", - "1", - "0", - "0", - "0", - "1", - "0", - "0", - "0", - "0", - "0", - "0", "0", "0", "0" @@ -8666,29 +8591,26 @@ ] }, { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" } }, - "resource": { - "type": "global" + "resource": { + "type": "global" }, - "points": [ + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.463162384Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "distributionValue": { - "count": "123", - "mean": 171.56097560975604, - "sumOfSquaredDeviation": 166708.29268292684, - "bucketOptions": { - "explicitBuckets": { - "bounds": [ + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ 0, 1024, 2048, @@ -8706,70 +8628,9 @@ ] } }, - "bucketCounts": [ + "bucketCounts": [ "0", - "123", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0", - "0" - ] - } - } - } - ] - }, - { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateMetricDescriptor" - } - }, - "resource": { - "type": "global" - }, - "points": [ - { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.463162384Z" - }, - "value": { - "distributionValue": { - "count": "123", - "bucketOptions": { - "explicitBuckets": { - "bounds": [ - 0, - 1024, - 2048, - 4096, - 16384, - 65536, - 262144, - 1048576, - 4194304, - 16777216, - 67108864, - 268435456, - 1073741824, - 4294967296 - ] - } - }, - "bucketCounts": [ "0", - "123", "0", "0", "0", @@ -8790,27 +8651,26 @@ ] }, { - "metric": { - "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", - "labels": { - "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" } }, - "resource": { - "type": "global" + "resource": { + "type": "global" }, - "points": [ + "points": [ { - "interval": { - "endTime": "2022-01-26T19:22:12.492489696Z", - "startTime": "2022-01-26T19:22:12.465644798Z" + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" }, - "value": { - "distributionValue": { - "count": "2", - "bucketOptions": { - "explicitBuckets": { - "bounds": [ + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ 0, 1024, 2048, @@ -8828,9 +8688,9 @@ ] } }, - "bucketCounts": [ + "bucketCounts": [ + "0", "0", - "2", "0", "0", "0", @@ -8853,93 +8713,83 @@ ] } ], - "createMetricDescriptorRequests": [ + "createMetricDescriptorRequests": [ { - "name": "projects/myproject", - "metricDescriptor": { - "name": "projects/myproject/metricDescriptors/custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", - "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", - "labels": [ + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", + "labels": [ { - "key": "grpc_client_method" + "key": "status" } ], - "metricKind": "CUMULATIVE", - "valueType": "DISTRIBUTION", - "unit": "ms", - "description": "Distribution of round-trip latency, by method.", - "displayName": "OpenCensus/grpc.io/client/roundtrip_latency" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "Count of metric points written to Cloud Monitoring.", + "displayName": "OpenCensus/googlecloudmonitoring/point_count" } }, { - "name": "projects/myproject", - "metricDescriptor": { - "name": "projects/myproject/metricDescriptors/custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", - "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", - "labels": [ + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", + "labels": [ { - "key": "grpc_client_method" + "key": "grpc_client_method" }, { - "key": "grpc_client_status" + "key": "grpc_client_status" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "Count of RPCs by method and status.", - "displayName": "OpenCensus/grpc.io/client/completed_rpcs" + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "Count of RPCs by method and status.", + "displayName": "OpenCensus/grpc.io/client/completed_rpcs" } }, { - "name": "projects/myproject", - "metricDescriptor": { - "name": "projects/myproject/metricDescriptors/custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", - "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", - "labels": [ + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", + "labels": [ { - "key": "status" + "key": "grpc_client_method" } ], - "metricKind": "CUMULATIVE", - "valueType": "INT64", - "unit": "1", - "description": "Count of metric points written to Cloud Monitoring.", - "displayName": "OpenCensus/googlecloudmonitoring/point_count" + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "By", + "description": "Distribution of bytes received per RPC, by method.", + "displayName": "OpenCensus/grpc.io/client/received_bytes_per_rpc" } }, { - "name": "projects/myproject", - "metricDescriptor": { - "name": "projects/myproject/metricDescriptors/custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", - "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", - "labels": [ + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", + "labels": [ { - "key": "grpc_client_method" + "key": "grpc_client_method" } ], - "metricKind": "CUMULATIVE", - "valueType": "DISTRIBUTION", - "unit": "By", - "description": "Distribution of bytes sent per RPC, by method.", - "displayName": "OpenCensus/grpc.io/client/sent_bytes_per_rpc" + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "ms", + "description": "Distribution of round-trip latency, by method.", + "displayName": "OpenCensus/grpc.io/client/roundtrip_latency" } }, { - "name": "projects/myproject", - "metricDescriptor": { - "name": "projects/myproject/metricDescriptors/custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", - "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", - "labels": [ + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", + "labels": [ { - "key": "grpc_client_method" + "key": "grpc_client_method" } ], - "metricKind": "CUMULATIVE", - "valueType": "DISTRIBUTION", - "unit": "By", - "description": "Distribution of bytes received per RPC, by method.", - "displayName": "OpenCensus/grpc.io/client/received_bytes_per_rpc" + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "By", + "description": "Distribution of bytes sent per RPC, by method.", + "displayName": "OpenCensus/grpc.io/client/sent_bytes_per_rpc" } } ] diff --git a/exporter/collector/integrationtest/testdata/fixtures/workload_metrics.json b/exporter/collector/integrationtest/testdata/fixtures/workload_metrics.json index 9d8cdc564..51916ddf0 100644 --- a/exporter/collector/integrationtest/testdata/fixtures/workload_metrics.json +++ b/exporter/collector/integrationtest/testdata/fixtures/workload_metrics.json @@ -4,19 +4,19 @@ "resource":{ "attributes":[ { - "key":"cloud.zone", + "key":"cloud.availability_zone", "value":{ "stringValue":"us-central1-c" } }, { - "key":"container.name", + "key":"k8s.container.name", "value":{ "stringValue":"rabbitmq" } }, { - "key":"host.name", + "key":"k8s.node.name", "value":{ "stringValue":"10.92.5.2" } @@ -50,6 +50,12 @@ "value":{ "stringValue":"rabbitmq-server-0" } + }, + { + "key":"cloud.platform", + "value":{ + "stringValue":"gcp_kubernetes_engine" + } } ] }, diff --git a/exporter/collector/integrationtest/testdata/fixtures/workload_metrics_expect.json b/exporter/collector/integrationtest/testdata/fixtures/workload_metrics_expect.json index b26a3aa19..be2e752c5 100644 --- a/exporter/collector/integrationtest/testdata/fixtures/workload_metrics_expect.json +++ b/exporter/collector/integrationtest/testdata/fixtures/workload_metrics_expect.json @@ -1379,7 +1379,8 @@ "doubleValue": 192868352 } } - ] + ], + "unit": "By" }, { "metric": { @@ -1409,7 +1410,8 @@ "doubleValue": 10141614080 } } - ] + ], + "unit": "By" }, { "metric": { @@ -1622,7 +1624,8 @@ "doubleValue": 687194767 } } - ] + ], + "unit": "By" }, { "metric": { @@ -1652,7 +1655,8 @@ "doubleValue": 2000000000 } } - ] + ], + "unit": "By" }, { "metric": { @@ -1742,7 +1746,8 @@ "doubleValue": 60 } } - ] + ], + "unit": "s" }, { "metric": { @@ -1772,7 +1777,8 @@ "doubleValue": 3625.239 } } - ] + ], + "unit": "s" }, { "metric": { @@ -2573,7 +2579,8 @@ "doubleValue": 0 } } - ] + ], + "unit": "s" }, { "metric": { @@ -2784,7 +2791,8 @@ "doubleValue": 2927472 } } - ] + ], + "unit": "By" }, { "metric": { @@ -2844,7 +2852,8 @@ "doubleValue": 2772 } } - ] + ], + "unit": "By" }, { "metric": { @@ -2964,7 +2973,8 @@ "doubleValue": 2772 } } - ] + ], + "unit": "By" }, { "metric": { @@ -2994,7 +3004,8 @@ "doubleValue": 0 } } - ] + ], + "unit": "By" }, { "metric": { @@ -3024,7 +3035,8 @@ "doubleValue": 2772 } } - ] + ], + "unit": "By" }, { "metric": { @@ -3084,7 +3096,8 @@ "doubleValue": 0 } } - ] + ], + "unit": "By" }, { "metric": { @@ -3462,7 +3475,8 @@ "doubleValue": 114277 } } - ] + ], + "unit": "By" }, { "metric": { @@ -3496,7 +3510,8 @@ "int64Value": "10" } } - ] + ], + "unit": "By" }, { "metric": { @@ -3529,7 +3544,8 @@ "doubleValue": 1486743 } } - ] + ], + "unit": "By" }, { "metric": { @@ -3562,7 +3578,8 @@ "int64Value": "10" } } - ] + ], + "unit": "By" }, { "metric": { @@ -3595,7 +3612,8 @@ "doubleValue": 1.297912543 } } - ] + ], + "unit": "s" }, { "metric": { @@ -3628,7 +3646,8 @@ "int64Value": "10" } } - ] + ], + "unit": "s" }, { "metric": { @@ -6414,48 +6433,371 @@ ] } ], - "selfObservabilityMetrics": [ - { - "name": "exporter/enqueue_failed_log_records", - "val": "0", - "labels": { - "exporter": "googlecloud" - } - }, - { - "name": "exporter/enqueue_failed_metric_points", - "val": "0", - "labels": { - "exporter": "googlecloud" - } - }, - { - "name": "exporter/enqueue_failed_spans", - "val": "0", - "labels": { - "exporter": "googlecloud" - } - }, - { - "name": "exporter/send_failed_metric_points", - "val": "0", - "labels": { - "exporter": "googlecloud" + "selfObservabilityMetrics": { + "createTimeSeriesRequests": [ + { + "timeSeries": [ + { + "metric": { + "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", + "labels": { + "status": "OK" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "int64Value": "203" + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries", + "grpc_client_status": "OK" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "int64Value": "2" + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ + 0, + 1024, + 2048, + 4096, + 16384, + 65536, + 262144, + 1048576, + 4194304, + 16777216, + 67108864, + 268435456, + 1073741824, + 4294967296 + ] + } + }, + "bucketCounts": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + } + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ + 0, + 0.01, + 0.05, + 0.1, + 0.3, + 0.6, + 0.8, + 1, + 2, + 3, + 4, + 5, + 6, + 8, + 10, + 13, + 16, + 20, + 25, + 30, + 40, + 50, + 65, + 80, + 100, + 130, + 160, + 200, + 250, + 300, + 400, + 500, + 650, + 800, + 1000, + 2000, + 5000, + 10000, + 20000, + 50000, + 100000 + ] + } + }, + "bucketCounts": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + } + } + } + ] + }, + { + "metric": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", + "labels": { + "grpc_client_method": "google.monitoring.v3.MetricService/CreateTimeSeries" + } + }, + "resource": { + "type": "global" + }, + "points": [ + { + "interval": { + "endTime": "1970-01-01T00:00:00Z", + "startTime": "1970-01-01T00:00:00Z" + }, + "value": { + "distributionValue": { + "bucketOptions": { + "explicitBuckets": { + "bounds": [ + 0, + 1024, + 2048, + 4096, + 16384, + 65536, + 262144, + 1048576, + 4194304, + 16777216, + 67108864, + 268435456, + 1073741824, + 4294967296 + ] + } + }, + "bucketCounts": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + } + } + } + ] + } + ] } - }, - { - "name": "exporter/sent_metric_points", - "val": "200", - "labels": { - "exporter": "googlecloud" - } - }, - { - "name": "googlecloudmonitoring/point_count", - "val": "200", - "labels": { - "status": "OK" + ], + "createMetricDescriptorRequests": [ + { + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/googlecloudmonitoring/point_count", + "labels": [ + { + "key": "status" + } + ], + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "Count of metric points written to Cloud Monitoring.", + "displayName": "OpenCensus/googlecloudmonitoring/point_count" + } + }, + { + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/completed_rpcs", + "labels": [ + { + "key": "grpc_client_method" + }, + { + "key": "grpc_client_status" + } + ], + "metricKind": "CUMULATIVE", + "valueType": "INT64", + "unit": "1", + "description": "Count of RPCs by method and status.", + "displayName": "OpenCensus/grpc.io/client/completed_rpcs" + } + }, + { + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/received_bytes_per_rpc", + "labels": [ + { + "key": "grpc_client_method" + } + ], + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "By", + "description": "Distribution of bytes received per RPC, by method.", + "displayName": "OpenCensus/grpc.io/client/received_bytes_per_rpc" + } + }, + { + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/roundtrip_latency", + "labels": [ + { + "key": "grpc_client_method" + } + ], + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "ms", + "description": "Distribution of round-trip latency, by method.", + "displayName": "OpenCensus/grpc.io/client/roundtrip_latency" + } + }, + { + "metricDescriptor": { + "type": "custom.googleapis.com/opencensus/grpc.io/client/sent_bytes_per_rpc", + "labels": [ + { + "key": "grpc_client_method" + } + ], + "metricKind": "CUMULATIVE", + "valueType": "DISTRIBUTION", + "unit": "By", + "description": "Distribution of bytes sent per RPC, by method.", + "displayName": "OpenCensus/grpc.io/client/sent_bytes_per_rpc" + } } - } - ] + ] + } }