feat(observability): add Prometheus/Grafana/Loki/Alertmanager/Alloy stack and remove legacy Monitoring UI

This commit is contained in:
Developer
2026-06-16 11:08:32 +00:00
parent 615e02e970
commit e2ad731b5f
80 changed files with 5020 additions and 3665 deletions
+5
View File
@@ -30,6 +30,11 @@ export default defineConfig(({ mode }) => {
changeOrigin: true,
secure: false,
},
"/grafana": {
target: "http://localhost:3000",
changeOrigin: true,
rewrite: (path: string) => path.replace(/^\/grafana/, ""),
},
},
},
resolve: {