We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f81ed commit 6cb7765Copy full SHA for 6cb7765
instrumentation/opentelemetry-instrumentation-flask/tests/test_programmatic.py
@@ -562,6 +562,7 @@ def _assert_basic_metric(
562
expected_requests_count_attributes,
563
expected_histogram_explicit_bounds=None,
564
):
565
+ # pylint: disable=too-many-nested-blocks
566
metrics_list = self.memory_metrics_reader.get_metrics_data()
567
for resource_metric in metrics_list.resource_metrics:
568
for scope_metrics in resource_metric.scope_metrics:
0 commit comments