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 283e6f3 commit 3d3cbd9Copy full SHA for 3d3cbd9
azure-monitor-opentelemetry-distro/tests/test_flask.py
@@ -6,7 +6,6 @@
6
class TestFlaskInstrumentation(unittest.TestCase):
7
def test_instrument(self):
8
excluded_urls = "client/.*/info,healthcheck"
9
-
10
try:
11
FlaskInstrumentor().instrument(excluded_urls=excluded_urls)
12
except Exception as ex: # pylint: disable=broad-except
azure-monitor-opentelemetry-distro/tests/test_requests.py
@@ -1,4 +1,3 @@
1
-import requests
2
import unittest
3
4
from opentelemetry.instrumentation.requests import RequestsInstrumentor
0 commit comments