Get all counters in specific groups Usage: >>> # Get all counters under the group 'Flume'. Result is one level dict: {'counter' -> value} >>> counter._get_group_counter("Flume") >>> counter._get_group_counter() # same sa previous call >>> # Get all counters under groups(Flume a
(group="Flume", *other_groups)