Skip to content

Commit 360c2e0

Browse files
authored
docs: mention opentelemetry example (#112)
2 parents b9b1cc1 + 27904a8 commit 360c2e0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/opentelemetry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ In cases when metrics events are sent, they will not be viewable outside of infr
2929
| `http.status_code ` | `int` | The status code of the response |
3030
| `http.method` | `string` | The HTTP method for the request |
3131
| `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

Comments
 (0)