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):
contains()
checks if metrics exist
this commit introduces a small accessor to the `Family<S, M, C>` metric family type. this new `contains()` method allows callers to check whether or not a metric with the provided set of labels exists. if no metric has been created via e.g. `get_or_create()`, this method will return `false`. Signed-off-by: katelyn martin <[email protected]>
- Loading branch information