From 27904a87ef0a94d214ad21c12297dee196a983aa Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 19 Jul 2024 16:53:55 +0100 Subject: [PATCH] docs: mention opentelemetry example --- docs/opentelemetry.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/opentelemetry.md b/docs/opentelemetry.md index ce32858..cc8e695 100644 --- a/docs/opentelemetry.md +++ b/docs/opentelemetry.md @@ -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. \ No newline at end of file