diff --git a/.gitignore b/.gitignore index 007838b4df64c42cf9cab20b36a05cb5270ef183..17bae4677796e15229d94aa02480af41fed0e255 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,7 @@ server/handler/assets/ server/handler/index.html web/node_modules web/dist/ +web/public/topo.json +docs/time-series.json go.work* \ No newline at end of file diff --git a/docs/topo-graph.json b/docs/topo-graph.json new file mode 100644 index 0000000000000000000000000000000000000000..41b664463393a17b297dcb9e76fb8c3f878b3ada --- /dev/null +++ b/docs/topo-graph.json @@ -0,0 +1,19 @@ +{ + "id": null, + "refresh": "5s", + "version": 1, + "panels": [ + { + "id": 0, + "version": 1, + "type": "graph", + "title": "CPU总使用率", + "grid": { + "x": 0, + "y": 0, + "w": 2, + "h": 2 + } + } + ] +} \ No newline at end of file