Skip to content

Instantly share code, notes, and snippets.

@knomedia
Last active August 29, 2015 14:16
Show Gist options
  • Save knomedia/d9d6893509ba257a59fb to your computer and use it in GitHub Desktop.
Save knomedia/d9d6893509ba257a59fb to your computer and use it in GitHub Desktop.

Revisions

  1. knomedia renamed this gist Mar 9, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. knomedia renamed this gist Mar 9, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. knomedia created this gist Mar 9, 2015.
    14 changes: 14 additions & 0 deletions .glinkrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    {
    "hostname": "graphite.insops.net",
    "template": "stats.timers.canvas.prod.request.!!#controller#!!.!!#action#!!.!!#type#!!",
    "templateDefaults": [
    "!!#controller#!!===files",
    "!!#action#!!===index",
    "!!#type#!!==={mean,median,upper_95}"
    ],
    "paramsDefaults": {
    "from": "-1week",
    "width": "450",
    "height": "450"
    }
    }