Skip to content

Commit 4963c3d

Browse files
authored
docs: add missing observability articles to sidebar (#412)
* docs: add missing observability articles to sidebar - Add distributed-tracing to observability section - Add open-webui-integration to observability section - Rename observability.md to metrics.md for better clarity - Remove tracing-quickstart.md as it's no longer needed This ensures all observability documentation is accessible through the website sidebar navigation. Signed-off-by: bitliu <bitliu@tencent.com> * more Signed-off-by: bitliu <bitliu@tencent.com> --------- Signed-off-by: bitliu <bitliu@tencent.com>
1 parent b58a4d6 commit 4963c3d

File tree

5 files changed

+7
-120
lines changed

5 files changed

+7
-120
lines changed

website/docs/tutorials/observability/observability.md renamed to website/docs/tutorials/observability/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Observability
1+
# Metrics & Monitoring
22

33
Metrics collection and visualization for Semantic Router using Prometheus and Grafana.
44

website/docs/tutorials/observability/tracing-quickstart.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

website/docs/tutorials/semantic-cache/in-memory-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ The in-memory cache automatically manages memory through:
162162

163163
- **[Milvus Cache](./milvus-cache.md)** - Set up persistent, distributed caching
164164
- **[Cache Overview](./overview.md)** - Learn about semantic caching concepts
165-
- **[Observability](../observability/observability.md)** - Monitor cache performance
165+
- **[Observability](../observability/overview.md)** - Monitor cache performance

website/docs/tutorials/semantic-cache/milvus-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ curl -X POST http://localhost:8080/v1/chat/completions \
145145
## Next Steps
146146

147147
- **[In-Memory Cache](./in-memory-cache.md)** - Compare with in-memory caching
148-
- **[Cache Overview](./overview.md)** - Learn semantic caching concepts
149-
- **[Observability](../observability/observability.md)** - Monitor Milvus performance
148+
- **[Cache Overview](./overview.md)** - Learn semantic caching concepts
149+
- **[Observability](../observability/overview.md)** - Monitor Milvus performance

website/sidebars.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ const sidebars: SidebarsConfig = {
8787
label: 'Observability',
8888
items: [
8989
'tutorials/observability/overview',
90-
'tutorials/observability/observability',
90+
'tutorials/observability/metrics',
91+
'tutorials/observability/distributed-tracing',
92+
'tutorials/observability/open-webui-integration',
9193
],
9294
},
9395
],

0 commit comments

Comments
 (0)