We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa69a14 commit 9db187cCopy full SHA for 9db187c
1 file changed
examples/official-site/sqlpage/migrations/73_blog_tracing.sql
@@ -41,10 +41,11 @@ Tracing is especially helpful in SQLPage because one request often maps cleanly
41
42
## The easiest way to try it
43
44
-The simplest way to explore tracing is to run the example shipped with SQLPage:
+The simplest way to explore tracing is to run
45
+[the example shipped with SQLPage](https://github.com/sqlpage/SQLPage/tree/main/examples/telemetry).
46
+After downloading or cloning the example, run this from the example''s folder:
47
48
```bash
-cd examples/telemetry
49
docker compose up --build
50
```
51
0 commit comments