We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d130ed + 97d1da0 commit cc3d811Copy full SHA for cc3d811
examples/observability/README.md
@@ -2,7 +2,14 @@
2
3
This demo shows how to view open telemetry traces within your pipelines.
4
5
-First start a local [jaeger] instance like this:
+First generate an OPENAI API Key and set as an environment variable: https://platform.openai.com/docs/api-reference/introduction
6
+
7
+```
8
+export OPENAI_API_KEY= <API KEY>
9
10
11
12
+Next start a local [jaeger] instance like this:
13
14
```
15
docker run --rm --name jaeger \
0 commit comments