examples/observability/dashboards/perses/README.md
This directory contains Perses dashboard configurations designed to monitor vLLM performance and metrics.
We provide dashboards in the native Perses YAML format that works across all deployment methods:
*.yaml (native Perses dashboard specifications)Import the dashboard specifications via Perses API or CLI:
percli apply -f performance_statistics.yaml
The native YAML format works directly with the Perses Operator:
kubectl apply -f performance_statistics.yaml -n <namespace>
Place the YAML files in a Perses provisioning folder for automatic loading.