-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] pubsub metricset not collecting from all subscriptions and topics #17160
Labels
Comments
kaiyan-sheng
added
bug
Metricbeat
Metricbeat
Team:Platforms
Label for the Integrations - Platforms team
labels
Mar 20, 2020
Pinging @elastic/integrations-platforms (Team:Platforms) |
Let me take a look at this |
I can confirm it is a bug somewhere in the requester of the light module This is the output of the call to Stackdriver API where you can find {
"timeSeries": [
{
"metric": {
"type": "pubsub.googleapis.com/topic/message_sizes"
},
"resource": {
"type": "pubsub_topic",
"labels": {
"project_id": "some-project",
"topic_id": "_not-found_"
}
},
"metricKind": "DELTA",
"valueType": "DISTRIBUTION",
"points": [
{
"interval": {
"startTime": "2020-04-08T10:25:00Z",
"endTime": "2020-04-08T10:26:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:24:00Z",
"endTime": "2020-04-08T10:25:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:19:00Z",
"endTime": "2020-04-08T10:20:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
}
]
},
{
"metric": {
"type": "pubsub.googleapis.com/topic/message_sizes"
},
"resource": {
"type": "pubsub_topic",
"labels": {
"project_id": "some-project",
"topic_id": "test-topic"
}
},
"metricKind": "DELTA",
"valueType": "DISTRIBUTION",
"points": [
{
"interval": {
"startTime": "2020-04-08T11:00:00Z",
"endTime": "2020-04-08T11:01:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:59:00Z",
"endTime": "2020-04-08T11:00:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:58:00Z",
"endTime": "2020-04-08T10:59:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:57:00Z",
"endTime": "2020-04-08T10:58:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:56:00Z",
"endTime": "2020-04-08T10:57:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:55:00Z",
"endTime": "2020-04-08T10:56:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:54:00Z",
"endTime": "2020-04-08T10:55:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:53:00Z",
"endTime": "2020-04-08T10:54:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:52:00Z",
"endTime": "2020-04-08T10:53:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:51:00Z",
"endTime": "2020-04-08T10:52:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:50:00Z",
"endTime": "2020-04-08T10:51:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:49:00Z",
"endTime": "2020-04-08T10:50:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:48:00Z",
"endTime": "2020-04-08T10:49:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:47:00Z",
"endTime": "2020-04-08T10:48:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:46:00Z",
"endTime": "2020-04-08T10:47:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:45:00Z",
"endTime": "2020-04-08T10:46:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:44:00Z",
"endTime": "2020-04-08T10:45:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:42:00Z",
"endTime": "2020-04-08T10:43:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:41:00Z",
"endTime": "2020-04-08T10:42:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:40:00Z",
"endTime": "2020-04-08T10:41:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:39:00Z",
"endTime": "2020-04-08T10:40:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:38:00Z",
"endTime": "2020-04-08T10:39:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:37:00Z",
"endTime": "2020-04-08T10:38:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:36:00Z",
"endTime": "2020-04-08T10:37:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:35:00Z",
"endTime": "2020-04-08T10:36:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:34:00Z",
"endTime": "2020-04-08T10:35:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:33:00Z",
"endTime": "2020-04-08T10:34:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:32:00Z",
"endTime": "2020-04-08T10:33:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:31:00Z",
"endTime": "2020-04-08T10:32:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:30:00Z",
"endTime": "2020-04-08T10:31:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:29:00Z",
"endTime": "2020-04-08T10:30:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:28:00Z",
"endTime": "2020-04-08T10:29:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:27:00Z",
"endTime": "2020-04-08T10:28:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:26:00Z",
"endTime": "2020-04-08T10:27:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:25:00Z",
"endTime": "2020-04-08T10:26:00Z"
},
"value": {
"distributionValue": {
"count": "1",
"mean": 20,
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 122,
"growthFactor": 1.2,
"scale": 1
}
},
"bucketCounts": [
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"1"
]
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:24:00Z",
"endTime": "2020-04-08T10:25:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:23:00Z",
"endTime": "2020-04-08T10:24:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:22:00Z",
"endTime": "2020-04-08T10:23:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:21:00Z",
"endTime": "2020-04-08T10:22:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:20:00Z",
"endTime": "2020-04-08T10:21:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:19:00Z",
"endTime": "2020-04-08T10:20:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
}
]
},
{
"metric": {
"type": "pubsub.googleapis.com/topic/message_sizes"
},
"resource": {
"type": "pubsub_topic",
"labels": {
"project_id": "some-project",
"topic_id": "test-topic-2"
}
},
"metricKind": "DELTA",
"valueType": "DISTRIBUTION",
"points": [
{
"interval": {
"startTime": "2020-04-08T11:00:00Z",
"endTime": "2020-04-08T11:01:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:59:00Z",
"endTime": "2020-04-08T11:00:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:58:00Z",
"endTime": "2020-04-08T10:59:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:57:00Z",
"endTime": "2020-04-08T10:58:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:56:00Z",
"endTime": "2020-04-08T10:57:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:55:00Z",
"endTime": "2020-04-08T10:56:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:54:00Z",
"endTime": "2020-04-08T10:55:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:53:00Z",
"endTime": "2020-04-08T10:54:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:52:00Z",
"endTime": "2020-04-08T10:53:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:51:00Z",
"endTime": "2020-04-08T10:52:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:50:00Z",
"endTime": "2020-04-08T10:51:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:49:00Z",
"endTime": "2020-04-08T10:50:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:48:00Z",
"endTime": "2020-04-08T10:49:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:47:00Z",
"endTime": "2020-04-08T10:48:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:46:00Z",
"endTime": "2020-04-08T10:47:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:45:00Z",
"endTime": "2020-04-08T10:46:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:44:00Z",
"endTime": "2020-04-08T10:45:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:42:00Z",
"endTime": "2020-04-08T10:43:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:41:00Z",
"endTime": "2020-04-08T10:42:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:40:00Z",
"endTime": "2020-04-08T10:41:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:39:00Z",
"endTime": "2020-04-08T10:40:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:38:00Z",
"endTime": "2020-04-08T10:39:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:37:00Z",
"endTime": "2020-04-08T10:38:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:36:00Z",
"endTime": "2020-04-08T10:37:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:35:00Z",
"endTime": "2020-04-08T10:36:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:34:00Z",
"endTime": "2020-04-08T10:35:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:33:00Z",
"endTime": "2020-04-08T10:34:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:32:00Z",
"endTime": "2020-04-08T10:33:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:31:00Z",
"endTime": "2020-04-08T10:32:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:30:00Z",
"endTime": "2020-04-08T10:31:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:29:00Z",
"endTime": "2020-04-08T10:30:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:28:00Z",
"endTime": "2020-04-08T10:29:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:27:00Z",
"endTime": "2020-04-08T10:28:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:26:00Z",
"endTime": "2020-04-08T10:27:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:25:00Z",
"endTime": "2020-04-08T10:26:00Z"
},
"value": {
"distributionValue": {
"count": "1",
"mean": 20,
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 122,
"growthFactor": 1.2,
"scale": 1
}
},
"bucketCounts": [
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"0",
"1"
]
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:24:00Z",
"endTime": "2020-04-08T10:25:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:23:00Z",
"endTime": "2020-04-08T10:24:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:22:00Z",
"endTime": "2020-04-08T10:23:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:21:00Z",
"endTime": "2020-04-08T10:22:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:20:00Z",
"endTime": "2020-04-08T10:21:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
},
{
"interval": {
"startTime": "2020-04-08T10:19:00Z",
"endTime": "2020-04-08T10:20:00Z"
},
"value": {
"distributionValue": {
"bucketOptions": {
"exponentialBuckets": {
"numFiniteBuckets": 16,
"growthFactor": 4,
"scale": 1
}
}
}
}
}
]
}
]
} |
Sorry it took me several tries to unassign myself...... Thank you for taking this Mario!! |
This was referenced Apr 8, 2020
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I created 3 subscriptions and 2 topics in GCP but metrics collected from googlecloud module only came from 1 subscription and 1 topic.
Screenshot from GCP:
Screenshot from Kibana:
The text was updated successfully, but these errors were encountered: