diff options
| author | 2023-06-09 16:04:23 +0200 | |
|---|---|---|
| committer | 2023-06-09 16:04:23 +0200 | |
| commit | 6f6b8576f025434410e0c049a2971e20e29f108f (patch) | |
| tree | 308528502c62c2534dc4c61c861fe5989129a20c /mkdocs.yml | |
| parent | [chore] update latest deps, ensure readme up to date (#1873) (diff) | |
| download | gotosocial-6f6b8576f025434410e0c049a2971e20e29f108f.tar.xz | |
[docs] Add example tracing infrastructure (#1866)
This adds an example on how to get Grafana Tempo up to receive spans as
well as Grafana itself to view them.
I've added this as a separate Tracing doc in the installation guide as
the Advanced one was starting to get rather full.
Fixes: #1791
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 42d7c89d9..d5414429c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,6 +63,7 @@ nav: - "installation_guide/third_party.md" - "installation_guide/websocket.md" - "installation_guide/advanced.md" + - "installation_guide/tracing.md" - "Configuration": - "configuration/index.md" - "configuration/general.md" |
