mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added enterprise features to the schema (#38463)
This commit is contained in:
parent
2156980edb
commit
8d126de305
@ -440,6 +440,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"enterpriseFeatures": {
|
||||
"type": "object",
|
||||
"description": "Grafana Enerprise specific features",
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"healthDiagnosticsErrors": {
|
||||
"type": "boolean",
|
||||
"description": "Enable/Disable health diagnostics errors. Requires Grafana >=7.5.5",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user