lambdacachev3.1.2

Dashboards

Pre-built dashboards for common stacks. Browse the gallery at lambdacache.io/dashboards.

Import a dashboard

$ lambdacache-cli dashboard import 12345

JSON model

{
  "title": "API latency",
  "panels": [
    { "type": "graph", "targets": [{ "expr": "rate(http_requests[5m])" }] }
  ]
}