File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ def test_main(self):
574
574
for _ , metric in interfaces .agent .get_metrics ()
575
575
if metric ["metric" ].startswith ("runtime." ) or metric ["metric" ].startswith ("jvm." )
576
576
]
577
-
577
+
578
578
runtime_metrics_sketches = [
579
579
metric
580
580
for _ , metric in interfaces .agent .get_sketches ()
@@ -619,7 +619,7 @@ def test_main(self):
619
619
for _ , metric in interfaces .agent .get_metrics ()
620
620
if metric ["metric" ].startswith ("runtime." ) or metric ["metric" ].startswith ("jvm." )
621
621
]
622
-
622
+
623
623
runtime_metrics_sketches = [
624
624
metric
625
625
for _ , metric in interfaces .agent .get_sketches ()
@@ -656,7 +656,7 @@ def test_main(self):
656
656
for _ , metric in interfaces .agent .get_metrics ()
657
657
if metric ["metric" ].startswith ("runtime." ) or metric ["metric" ].startswith ("jvm." )
658
658
]
659
-
659
+
660
660
runtime_metrics_sketches = [
661
661
metric
662
662
for _ , metric in interfaces .agent .get_sketches ()
You can’t perform that action at this time.
0 commit comments