go-collectd icon indicating copy to clipboard operation
go-collectd copied to clipboard

Package api: Implement ValueList.Check().

Open octo opened this issue 5 years ago • 0 comments

This new function does a sanity check on a ValueList, e.g. checking that the Host field is set and that the number of values and DS names match.

In particular, the need to check for duplicate data source names came up in prometheus/collectd_exporter#78.

octo avatar May 12 '20 12:05 octo