Skip to content

Instantly share code, notes, and snippets.

@inokappa
Created May 31, 2014 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inokappa/8ec0b09f3735796f3793 to your computer and use it in GitHub Desktop.
Save inokappa/8ec0b09f3735796f3793 to your computer and use it in GitHub Desktop.
Export Dashboard の一部
{
"title": "td-agent monitor example",
"services": {
"filter": {
"list": [],
"time": {
"from": "now-1h",
"to": "now"
}
}
},
"rows": [
{
"title": "memo",
"height": "100px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"error": false,
"span": 12,
"editable": true,
"type": "text",
"loadingEditor": false,
"mode": "markdown",
"content": "td-agent(fluentd) の monitor_agent から取得出来る値を Graphite で収集して Grafana で表示したもの。",
"style": {},
"title": "これは何?"
}
],
"notice": false
},
{
"title": "td-agent overview",
"height": "250px",
"editable": true,
"collapse": false,
"collapsable": true,
"panels": [
{
"span": 12,
"editable": true,
"type": "graphite",
"loadingEditor": false,
"datasource": null,
"renderer": "flot",
"x-axis": true,
"y-axis": true,
"scale": 1,
"y_formats": [
"short",
"short"
],
"grid": {
"max": null,
"min": null,
"threshold1": null,
"threshold2": null,
"threshold1Color": "rgba(216, 200, 27, 0.27)",
"threshold2Color": "rgba(234, 112, 112, 0.22)"
},
"annotate": {
"enable": false
},
"resolution": 100,
"lines": true,
"fill": 1,
"linewidth": 1,
"points": false,
"pointradius": 5,
"bars": false,
"stack": false,
"legend": {
"show": true,
"values": false,
"min": false,
"max": false,
"current": false,
"total": false,
"avg": false
},
"percentage": false,
"zerofill": true,
"nullPointMode": "connected",
"steppedLine": true,
"tooltip": {
"value_type": "cumulative",
"query_as_alias": true
},
"targets": [
{
"target": "xx-xxx-xxx-xx.file.buffer_queue_length"
},
{
"target": "xx-xxx-xxx-xx.file.buffer_total_queued_size"
},
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment