Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix: caputre => capture #1108

Merged
merged 2 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def client_response_hook(span: Span, message: dict):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def response_hook(span, req, resp):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def client_response_hook(span: Span, message: dict):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def response_hook(span: Span, status: str, response_headers: List):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def client_response_hook(span: Span, message: dict):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def client_resposne_hook(span, future):
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def response_hook(span: Span, environ: WSGIEnvironment, status: str, response_he
``http.response.header.custom_response_header = ["<value1>,<value2>"]``

Note:
Environment variable names to caputre http headers are still experimental, and thus are subject to change.
Environment variable names to capture http headers are still experimental, and thus are subject to change.

API
---
Expand Down