MCPcopy Create free account
hub / github.com/baidu/bigflow / _get_group_counter

Function _get_group_counter

bigflow_python/python/bigflow/counter.py:116–137  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_get_allFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected