Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metrics/family):
len()
returns the number of metrics
this commit introduces a `len()` method to `Family<S, M, C>`, which returns the number of series within a metric family. see also prometheus#245, which allows callers to check if a family `contains()` a given label set. Signed-off-by: katelyn martin <[email protected]>
- Loading branch information