Skip to content
Snippets Groups Projects
panel.json.j2 1.62 KiB
{
    "aliasColors": {},
    "bars": false,
    "collapsed": null,
    "dashLength": 10,
    "dashes": false,
    "datasource": "{{ datasource }}",
    "fieldConfig": {
        "defaults": {
            "custom": {}
        },
        "overrides": []
    },
    "fill": 1,
    "fillGradient": 5,
    "gridPos": {
        "h": {{ height }},
        "w": {{ width }},
        "x": 0,
        "y": {{ y }}
    },
    "hiddenSeries": false,
    "id": {{ id }},
    "legend": {
        "alignAsTable": true,
        "avg": true,
        "current": true,
        "max": true,
        "min": false,
        "rightSide": null,
        "show": true,
        "total": false,
        "values": true
    },
    "lines": true,
    "linewidth": 1,
    "nullPointMode": "null",
    "options": {
        "alertThreshold": true
    },
    "percentage": false,
    "pointradius": 2,
    "points": false,
    "renderer": "flot",
    "search": null,
    "seriesOverrides": [],
    "spaceLength": 10,
    "stack": null,
    "steppedLine": false,
    "tags": null,
    "thresholds": [],
    "timeFrom": null,
    "timeRegions": [],
    "timeShift": null,
    "title": "{{ title }}",
    "tooltip": {
        "shared": true,
        "sort": 0,
        "value_type": "individual"
    },
    "type": "graph",
    "xaxis": {
        "buckets": null,
        "mode": "time",
        "name": null,
        "show": true,
        "values": null
    },
    "yaxes": [
        {{ yaxes }}
    ],
    "yaxis": {
        "align": false,
        "alignLevel": null
    },
    "targets": [
    {% for target in targets %}
        {{ target }}{{ "," if not loop.last }}
    {% endfor %}
    ]
}