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

Cherry-pick #18980 to 7.x: [Metricbeat] Fix googlecloud dashboards #19066

Merged
merged 1 commit into from
Jun 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,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