WORKAN WOOOO

This commit is contained in:
2025-10-29 23:16:35 -06:00
parent 572075c1f6
commit 362f44abdc
+164 -79
View File
@@ -102,50 +102,28 @@
}, },
{ {
"datasource": { "datasource": {
"type": "datasource", "type": "influxdb",
"uid": "grafana" "uid": "ff2k44t741udcc"
}, },
"description": "Average chrony time offset over last minute in nonoseconds", "description": "System Time (ISO) and Offset (Seconds",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
"mode": "palette-classic" "mode": "thresholds"
}, },
"custom": { "custom": {
"axisBorderShow": false, "align": "auto",
"axisCenteredZero": false, "cellOptions": {
"axisColorMode": "text", "type": "auto"
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
}, },
"insertNulls": false, "footer": {
"lineInterpolation": "linear", "reducers": [
"lineWidth": 1, "mean"
"pointSize": 5, ]
"scaleDistribution": {
"type": "linear"
}, },
"showPoints": "auto", "inspect": true
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
}, },
"thresholdsStyle": { "fieldMinMax": true,
"mode": "off"
}
},
"displayName": "Offset (ns)",
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
@@ -160,7 +138,7 @@
} }
] ]
}, },
"unit": "ns" "unit": "s"
}, },
"overrides": [] "overrides": []
}, },
@@ -170,61 +148,42 @@
"x": 12, "x": 12,
"y": 0 "y": 0
}, },
"id": 3, "id": 9,
"options": { "options": {
"legend": { "cellHeight": "sm",
"calcs": [], "showHeader": true,
"displayMode": "list", "sortBy": [
"placement": "bottom", {
"showLegend": true "desc": false,
}, "displayName": "Time"
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
} }
]
}, },
"pluginVersion": "12.2.1", "pluginVersion": "12.2.1",
"targets": [ "targets": [
{ {
"groupBy": [ "groupBy": [],
{ "limit": "10",
"params": [
"1m"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "chrony", "measurement": "chrony",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "autogen", "policy": "default",
"refId": "A", "refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
{ {
"params": [ "params": [
"last_offset" "system_time"
], ],
"type": "field" "type": "field"
},
{
"params": [],
"type": "mean"
} }
] ]
], ],
"tags": [] "tags": []
} }
], ],
"title": "Last Time Offset (Nanoseconds)", "title": "System Time and Offset",
"type": "timeseries" "type": "table"
}, },
{ {
"datasource": { "datasource": {
@@ -362,11 +321,11 @@
"type": "datasource", "type": "datasource",
"uid": "grafana" "uid": "grafana"
}, },
"description": "Average chrony skew over past minute", "description": "Average chrony time offset over last minute in nonoseconds",
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"color": { "color": {
"mode": "palette-classic-by-name" "mode": "palette-classic"
}, },
"custom": { "custom": {
"axisBorderShow": false, "axisBorderShow": false,
@@ -402,7 +361,7 @@
"mode": "off" "mode": "off"
} }
}, },
"displayName": "Skew (PPM)", "displayName": "Offset (ns)",
"mappings": [], "mappings": [],
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
@@ -417,7 +376,7 @@
} }
] ]
}, },
"unit": "ppm" "unit": "ns"
}, },
"overrides": [] "overrides": []
}, },
@@ -427,7 +386,7 @@
"x": 12, "x": 12,
"y": 8 "y": 8
}, },
"id": 2, "id": 3,
"options": { "options": {
"legend": { "legend": {
"calcs": [], "calcs": [],
@@ -467,7 +426,7 @@
[ [
{ {
"params": [ "params": [
"skew" "last_offset"
], ],
"type": "field" "type": "field"
}, },
@@ -480,7 +439,7 @@
"tags": [] "tags": []
} }
], ],
"title": "Frequency Skew (PPM)", "title": "Last Time Offset (Nanoseconds)",
"type": "timeseries" "type": "timeseries"
}, },
{ {
@@ -608,6 +567,132 @@
], ],
"title": "Frequency Offset (PPM)", "title": "Frequency Offset (PPM)",
"type": "timeseries" "type": "timeseries"
},
{
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"description": "Average chrony skew over past minute",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic-by-name"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"showValues": false,
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"displayName": "Skew (PPM)",
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ppm"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 16
},
"id": 2,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.2.1",
"targets": [
{
"groupBy": [
{
"params": [
"1m"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "chrony",
"orderByTime": "ASC",
"policy": "autogen",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"skew"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": []
}
],
"title": "Frequency Skew (PPM)",
"type": "timeseries"
} }
], ],
"preload": false, "preload": false,
@@ -618,12 +703,12 @@
"list": [] "list": []
}, },
"time": { "time": {
"from": "2025-10-29T23:28:59.423Z", "from": "now-6h",
"to": "2025-10-30T01:44:27.424Z" "to": "now"
}, },
"timepicker": {}, "timepicker": {},
"timezone": "browser", "timezone": "browser",
"title": "Chrony", "title": "Chrony",
"uid": "69a006d6-ccaa-4e9e-a8ec-6dba0b30fa1e", "uid": "69a006d6-ccaa-4e9e-a8ec-6dba0b30fa1e",
"version": 40 "version": 44
} }