Skip to content

Commit

Permalink
Cherry-pick elastic#18802 to 7.8: Add missing network.sent_packets_co…
Browse files Browse the repository at this point in the history
…unt metric into compute googlecloud (elastic#18834)
  • Loading branch information
kaiyan-sheng authored May 29, 2020
1 parent d026616 commit 1003247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix storage metricset to allow config without region/zone. {issue}17623[17623] {pull}17624[17624]
- Fix overflow on Prometheus rates when new buckets are added on the go. {pull}17753[17753]
- Fix tags_filter for cloudwatch metricset in aws. {pull}18524[18524]
- Add missing network.sent_packets_count metric into compute metricset in googlecloud module. {pull}18802[18802]

*Packetbeat*

Expand Down
1 change: 1 addition & 0 deletions x-pack/metricbeat/module/googlecloud/compute/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ input:
- "compute.googleapis.com/instance/network/received_bytes_count"
- "compute.googleapis.com/instance/network/received_packets_count"
- "compute.googleapis.com/instance/network/sent_bytes_count"
- "compute.googleapis.com/instance/network/sent_packets_count"
- "compute.googleapis.com/instance/uptime"

0 comments on commit 1003247

Please sign in to comment.