Skip to content

Conversation

JaredforReal
Copy link
Contributor

@JaredforReal JaredforReal commented Oct 5, 2025

What type of PR is this?
feat: refactor observability configs for Compose and add for Local

What this PR does / why we need it:

  • Use Docker to set up Grafana and Prometheus for Local Installation, which is mostly the same as Docker Compose Deployment, so this PR merges them together like:
tools/observability/   # unified for local and compose
├── prometheus.yaml              
├── grafana-datasource.yaml
├── grafana-dashboard.yaml
├── llm-router-dashboard.json
├── README.md
└── scripts/
    ├── start-observability.sh
    └── stop-observability.sh

docker-compose.obs.yml           # Local
docker-compose.yml               # Compose(updated to use configs in tools/observability/)
  • Original configs for Grafana and Prometheus in config/ are no longer needed.
  • Update docs/tutorials/observability/observability.md.
  • Introduce new make commands for easy access.

Copy link

netlify bot commented Oct 5, 2025

Deploy Preview for vllm-semantic-router ready!

Name Link
🔨 Latest commit 3c57f9b
🔍 Latest deploy log https://app.netlify.com/projects/vllm-semantic-router/deploys/68e2a95d7eeccc000857a3f2
😎 Deploy Preview https://deploy-preview-351--vllm-semantic-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

github-actions bot commented Oct 5, 2025

👥 vLLM Semantic Team Notification

The following members have been identified for the changed files in this PR and have been automatically assigned:

📁 Root Directory

Owners: @rootfs, @Xunzhuo
Files changed:

  • docker-compose.obs.yml
  • Makefile
  • docker-compose.yml

📁 tools

Owners: @yuluo-yx, @rootfs, @Xunzhuo
Files changed:

  • tools/make/observability.mk
  • tools/observability/README.md
  • tools/observability/grafana-dashboard.yaml
  • tools/observability/grafana-datasource.yaml
  • tools/observability/llm-router-dashboard.json
  • tools/observability/prometheus.yaml
  • tools/observability/scripts/start-observability.sh
  • tools/observability/scripts/stop-observability.sh
  • tools/make/common.mk

📁 website

Owners: @Xunzhuo
Files changed:

  • website/docs/tutorials/observability/observability.md

vLLM

🎉 Thanks for your contributions!

This comment was automatically generated based on the OWNER files in the repository.

@JaredforReal
Copy link
Contributor Author

Need further test, leave it as a draft.

@JaredforReal JaredforReal changed the title feat: refactored observability configs for Compose and added for Local feat: refactor observability configs for Compose and add for Local Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants