chore: grafana entry
This commit is contained in:
+4
-2
@@ -1,11 +1,13 @@
|
||||
import { atom } from 'jotai';
|
||||
|
||||
export interface SystemConfig {
|
||||
grafana_url: string;
|
||||
disable_builtin_observability: boolean;
|
||||
debug: boolean;
|
||||
grafana_url: string;
|
||||
server_external_url: string | null;
|
||||
grafana_model_dashboard_uid: string;
|
||||
grafana_worker_dashboard_uid: string;
|
||||
system_default_container_registry: string | null;
|
||||
server_external_url: string | null;
|
||||
showMonitoring?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user