Functionality to configure resampling

This commit is contained in:
Aditya Ujeniya
2025-12-12 14:51:01 +01:00
parent f13be109c2
commit fed62b6c45
5 changed files with 24 additions and 14 deletions

View File

@@ -102,6 +102,10 @@ var configSchema = `
"description": "Enable dynamic zoom in frontend metric plots.",
"type": "object",
"properties": {
"minimumPoints": {
"description": "Minimum points to trigger resampling of time-series data.",
"type": "integer"
},
"trigger": {
"description": "Trigger next zoom level at less than this many visible datapoints.",
"type": "integer"