Skip to content

Commit 563f285

Browse files
Fix quotes
1 parent 0735f24 commit 563f285

File tree

1 file changed

+9
-9
lines changed
  • instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask

1 file changed

+9
-9
lines changed

instrumentation/opentelemetry-instrumentation-flask/src/opentelemetry/instrumentation/flask/__init__.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,15 @@ def response_hook(span: Span, status: str, response_headers: List):
240240
241241
The following sqlcomment key-values can be opted out of through ``commenter_options``:
242242
243-
+-------------------+----------------------------------------------------+----------------------------+
244-
| Commenter Option | Description | Example |
245-
+===================+====================================================+============================+
246-
| ``framework`` | Flask framework name with version (URL encoded). | ``flask%%%%3A2.9.3`` |
247-
+-------------------+----------------------------------------------------+----------------------------+
248-
| ``route`` | Flask route URI pattern. | ``route='/home'`` |
249-
+-------------------+----------------------------------------------------+----------------------------+
250-
| ``controller`` | Flask controller/endpoint name. | ``controller='home_view'`` |
251-
+-------------------+----------------------------------------------------+----------------------------+
243+
+-------------------+----------------------------------------------------+----------------------------------------+
244+
| Commenter Option | Description | Example |
245+
+===================+====================================================+========================================+
246+
| ``framework`` | Flask framework name with version (URL encoded). | ``framework='flask%%%%3A2.9.3'`` |
247+
+-------------------+----------------------------------------------------+----------------------------------------+
248+
| ``route`` | Flask route URI pattern. | ``route='/home'`` |
249+
+-------------------+----------------------------------------------------+----------------------------------------+
250+
| ``controller`` | Flask controller/endpoint name. | ``controller='home_view'`` |
251+
+-------------------+----------------------------------------------------+----------------------------------------+
252252
253253
API
254254
---

0 commit comments

Comments
 (0)