Skip to content

Commit eef0cce

Browse files
authored
Cherry-pick #18802 to 7.8: Add missing network.sent_packets_count metric into compute googlecloud (#18834)
1 parent 5dd150f commit eef0cce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
184184
- Fix storage metricset to allow config without region/zone. {issue}17623[17623] {pull}17624[17624]
185185
- Fix overflow on Prometheus rates when new buckets are added on the go. {pull}17753[17753]
186186
- Fix tags_filter for cloudwatch metricset in aws. {pull}18524[18524]
187+
- Add missing network.sent_packets_count metric into compute metricset in googlecloud module. {pull}18802[18802]
187188

188189
*Packetbeat*
189190

x-pack/metricbeat/module/googlecloud/compute/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ input:
1818
- "compute.googleapis.com/instance/network/received_bytes_count"
1919
- "compute.googleapis.com/instance/network/received_packets_count"
2020
- "compute.googleapis.com/instance/network/sent_bytes_count"
21+
- "compute.googleapis.com/instance/network/sent_packets_count"
2122
- "compute.googleapis.com/instance/uptime"

0 commit comments

Comments
 (0)