Skip to content

Commit cc3d811

Browse files
authored
Merge pull request #14 from redpanda-data/garrett-raska-patch-1
2 parents 9d130ed + 97d1da0 commit cc3d811

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/observability/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
This demo shows how to view open telemetry traces within your pipelines.
44

5-
First start a local [jaeger] instance like this:
5+
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:
613

714
```
815
docker run --rm --name jaeger \

0 commit comments

Comments
 (0)