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.
example glink config for current canvas
{
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment