remove method

void remove(
  1. List<String> labelValues
)
inherited

Remove a Child metric based on it's label values.

Implementation

void remove(List<String> labelValues) {
  _children.remove(labelValues);
}