Datadog

From Federal Burro of Information
Revision as of 16:07, 27 May 2019 by David (talk | contribs) (Created page with "Lessons Tip s and tricks. CPU by container: <pre> { "viz": "heatmap", "requests": [ { "q": "avg:kubernetes.cpu.usage.total{kube_namespace:kube-system,env:prod-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Lessons Tip s and tricks.

CPU by container:

{
  "viz": "heatmap",
  "requests": [
    {
      "q": "avg:kubernetes.cpu.usage.total{kube_namespace:kube-system,env:prod-blue} by {container_name}",
      "type": null,
      "style": {
        "palette": "dog_classic",
        "type": "solid",
        "width": "normal"
      },
      "conditional_formats": []
    }
  ],
  "autoscale": true
}