Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Observability
# Metrics & Monitoring

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

Expand Down
115 changes: 0 additions & 115 deletions website/docs/tutorials/observability/tracing-quickstart.md

This file was deleted.

2 changes: 1 addition & 1 deletion website/docs/tutorials/semantic-cache/in-memory-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ The in-memory cache automatically manages memory through:

- **[Milvus Cache](./milvus-cache.md)** - Set up persistent, distributed caching
- **[Cache Overview](./overview.md)** - Learn about semantic caching concepts
- **[Observability](../observability/observability.md)** - Monitor cache performance
- **[Observability](../observability/overview.md)** - Monitor cache performance
4 changes: 2 additions & 2 deletions website/docs/tutorials/semantic-cache/milvus-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ curl -X POST http://localhost:8080/v1/chat/completions \
## Next Steps

- **[In-Memory Cache](./in-memory-cache.md)** - Compare with in-memory caching
- **[Cache Overview](./overview.md)** - Learn semantic caching concepts
- **[Observability](../observability/observability.md)** - Monitor Milvus performance
- **[Cache Overview](./overview.md)** - Learn semantic caching concepts
- **[Observability](../observability/overview.md)** - Monitor Milvus performance
4 changes: 3 additions & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ const sidebars: SidebarsConfig = {
label: 'Observability',
items: [
'tutorials/observability/overview',
'tutorials/observability/observability',
'tutorials/observability/metrics',
'tutorials/observability/distributed-tracing',
'tutorials/observability/open-webui-integration',
],
},
],
Expand Down
Loading