We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522e548 commit 43363e3Copy full SHA for 43363e3
1 file changed
rock/admin/metrics/monitor.py
@@ -9,6 +9,7 @@
9
10
from rock import env_vars
11
from rock.admin.metrics.constants import MetricsConstants
12
+from rock.admin.metrics.gc_view_instrument_match import patch_view_instrument_match
13
from rock.utils import get_uniagent_endpoint
14
15
@@ -21,6 +22,7 @@ def __init__(
21
22
role: str = "test",
23
export_interval_millis: int = 10000,
24
):
25
+ patch_view_instrument_match()
26
self._init_basic_attributes(host, port, env, role)
27
self._init_telemetry(export_interval_millis)
28
self.counters: dict[str, Counter] = {}
0 commit comments