Skip to content

Commit

Permalink
[Metricbeat] Fix googlecloud dashboards (#18980) (#19067)
Browse files Browse the repository at this point in the history
Co-authored-by: kaiyan-sheng <kaiyan.sheng@elastic.co>
  • Loading branch information
sayden and kaiyan-sheng committed Jun 9, 2020
1 parent f952705 commit 1ac85ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix panic on `metricbeat test modules` when modules are configured in `metricbeat.modules`. {issue}18789[18789] {pull}18797[18797]
- Fix getting gcp compute instance metadata with partial zone/region in config. {pull}18757[18757]
- Add missing network.sent_packets_count metric into compute metricset in googlecloud module. {pull}18802[18802]
- Fix compute and pubsub dashboard for googlecloud module. {issue}18962[18962] {pull}18980[18980]

*Packetbeat*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@
"metrics": [
{
"denominator": "60",
"field": "googlecloud.compute.instance.uptime",
"field": "googlecloud.compute.instance.uptime.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"numerator": "googlecloud.compute.instance.uptime",
"numerator": "googlecloud.compute.instance.uptime.value",
"type": "avg",
"values": [
"60"
Expand Down Expand Up @@ -466,7 +466,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.instance.cpu.utilization",
"field": "googlecloud.compute.instance.cpu.utilization.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -533,7 +533,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.instance.disk.read_ops_count",
"field": "googlecloud.compute.instance.disk.read_ops_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -599,7 +599,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.instance.disk.write_ops_count",
"field": "googlecloud.compute.instance.disk.write_ops_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -665,7 +665,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.instance.network.sent_bytes_count",
"field": "googlecloud.compute.instance.network.sent_bytes_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -731,7 +731,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.instance.network.received_bytes_count",
"field": "googlecloud.compute.instance.network.received_bytes_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -815,7 +815,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.compute.firewall.dropped_bytes_count",
"field": "googlecloud.compute.firewall.dropped_bytes_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -900,7 +900,7 @@
"line_width": "3",
"metrics": [
{
"field": "googlecloud.compute.firewall.dropped_packets_count",
"field": "googlecloud.compute.firewall.dropped_packets_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.oldest_unacked_message_age",
"field": "googlecloud.pubsub.subscription.oldest_unacked_message_age.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "max"
}
Expand Down Expand Up @@ -421,7 +421,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.num_undelivered_messages",
"field": "googlecloud.pubsub.subscription.num_undelivered_messages.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -509,7 +509,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.backlog_bytes",
"field": "googlecloud.pubsub.subscription.backlog_bytes.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -587,7 +587,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.pull_request_count",
"field": "googlecloud.pubsub.subscription.pull_request_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -666,7 +666,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.topic.message_sizes.bucket_options.Options.ExponentialBuckets.num_finite_buckets",
"field": "googlecloud.pubsub.topic.message_sizes.bucket_options.Options.ExponentialBuckets.num_finite_buckets.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -732,7 +732,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.num_undelivered_messages",
"field": "googlecloud.pubsub.subscription.num_undelivered_messages.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down Expand Up @@ -811,7 +811,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.pull_message_operation_count",
"field": "googlecloud.pubsub.subscription.pull_message_operation_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "max"
}
Expand Down Expand Up @@ -890,7 +890,7 @@
"line_width": "2",
"metrics": [
{
"field": "googlecloud.pubsub.subscription.sent_message_count",
"field": "googlecloud.pubsub.subscription.sent_message_count.value",
"id": "61ca57f2-469d-11e7-af02-69e470af7417",
"type": "avg"
}
Expand Down

0 comments on commit 1ac85ce

Please sign in to comment.