{ "id": 2239, "gridPos": { "x": {{ PANELS.stenographer_pcap_retention_graph.gridPos.x }}, "y": {{ PANELS.stenographer_pcap_retention_graph.gridPos.y }}, "w": {{ PANELS.stenographer_pcap_retention_graph.gridPos.w }}, "h": {{ PANELS.stenographer_pcap_retention_graph.gridPos.h }} }, "type": "timeseries", "title": "Stenographer PCAP Retention", "datasource": "InfluxDB", "pluginVersion": "8.2.1", "maxDataPoints": 750, "interval": "30s", "links": [], "fieldConfig": { "defaults": { "custom": { "drawStyle": "line", "lineInterpolation": "linear", "barAlignment": 0, "lineWidth": 1, "fillOpacity": 10, "gradientMode": "none", "spanNulls": true, "showPoints": "never", "pointSize": 5, "stacking": { "mode": "none", "group": "A" }, "axisPlacement": "auto", "axisLabel": "", "scaleDistribution": { "type": "linear" }, "hideFrom": { "tooltip": false, "viz": false, "legend": false }, "thresholdsStyle": { "mode": "off" } }, "color": { "mode": "palette-classic" }, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "mappings": [], "unit": "s", "decimals": 2 }, "overrides": [ { "matcher": { "id": "byRegexp", "options": "/Trend/" }, "properties": [ { "id": "custom.fillOpacity", "value": 0 }, { "id": "custom.lineWidth", "value": 4 }, { "id": "custom.lineStyle", "value": { "fill": "dash", "dash": [ 4, 10 ] } } ] } ] }, "options": { "tooltip": { "mode": "single" }, "legend": { "displayMode": "hidden", "placement": "bottom", "calcs": [] } }, "targets": [ { "alias": "$tag_host: Oldest Pcap Current", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "type": "tag", "params": [ "host" ] }, { "params": [ "null" ], "type": "fill" } ], "measurement": "pcapage", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "seconds" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$servername$/" } ] }, { "alias": "$tag_host: Oldest Pcap Trend", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "type": "tag", "params": [ "host" ] }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "pcapage", "orderByTime": "ASC", "policy": "so_long_term", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "mean_seconds" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$servername$/" } ] } ], "cacheTimeout": null, "timeFrom": null, "timeShift": null }