Stackdriver / collectd

Stackdriver's monitoring agent based on collectd (http://collectd.org).
https://cloud.google.com/monitoring/agent/
Other
51 stars 15 forks source link

Fix the types of config values for match_throttle_metadata_keys. #180

Closed igorpeshansky closed 4 years ago

igorpeshansky commented 4 years ago

We're dealing with values in multiple gigabytes, which would overflow an int. Took the opportunity to clean up the types of the interval values as well.