Skip to content

Commit

Permalink
docs: mention opentelemetry example (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Jul 19, 2024
2 parents b9b1cc1 + 27904a8 commit 360c2e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ In cases when metrics events are sent, they will not be viewable outside of infr
| `http.status_code ` | `int` | The status code of the response |
| `http.method` | `string` | The HTTP method for the request |
| `http.host` | `string` | Host identifier of the origin the request was sent to |

## Example

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 comments on commit 360c2e0

Please sign in to comment.