While working at #26824 I noticed that the current implementation of the gcp module for Metricbeat does not seem to align to naming conventions.
Examples:
gcp.compute.instance.uptime.value is a value in seconds, for which sec suffix should be used
gcp.compute.instance.firewall.dropped_bytes_count.value is a bytes value, for which bytes suffix should be used
While working at #26824 I noticed that the current implementation of the
gcpmodule for Metricbeat does not seem to align to naming conventions.Examples:
gcp.compute.instance.uptime.valueis a value in seconds, for whichsecsuffix should be usedgcp.compute.instance.firewall.dropped_bytes_count.valueis a bytes value, for whichbytessuffix should be used