Skip to content
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

Closed
kaiyan-sheng opened this issue Mar 20, 2020 · 4 comments · Fixed by #17608
Closed

[Metricbeat] pubsub metricset not collecting from all subscriptions and topics #17160

kaiyan-sheng opened this issue Mar 20, 2020 · 4 comments · Fixed by #17608
Assignees
Labels
bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team

Comments

@kaiyan-sheng
Copy link
Contributor

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:
Screen Shot 2020-03-20 at 11 31 57 AM

Screen Shot 2020-03-20 at 11 32 04 AM

Screenshot from Kibana:
Screen Shot 2020-03-20 at 11 34 22 AM

@kaiyan-sheng kaiyan-sheng self-assigned this Mar 20, 2020
@kaiyan-sheng kaiyan-sheng added bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team labels Mar 20, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

@sayden
Copy link
Contributor

sayden commented Apr 8, 2020

Let me take a look at this

@sayden
Copy link
Contributor

sayden commented Apr 8, 2020

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 test-topic and test-topic-2

{
  "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
                }
              }
            }
          }
        }
      ]
    }
  ]
}

@kaiyan-sheng
Copy link
Contributor Author

Sorry it took me several tries to unassign myself...... Thank you for taking this Mario!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Metricbeat Metricbeat Team:Platforms Label for the Integrations - Platforms team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants