You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/opentelemetry.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,3 +29,7 @@ In cases when metrics events are sent, they will not be viewable outside of infr
29
29
|`http.status_code `|`int`| The status code of the response |
30
30
|`http.method`|`string`| The HTTP method for the request |
31
31
|`http.host`|`string`| Host identifier of the origin the request was sent to |
32
+
33
+
## Example
34
+
35
+
There is an [example project](https://github.com/openfga/python-sdk/blob/main/example/opentelemetry) that provides some guidance on how to configure OpenTelemetry available in the examples directory.
0 commit comments