文件操作 - module.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/grafana/public/app/plugins/datasource/loki/module.ts
编辑文件内容
import { DataSourcePlugin } from '@grafana/data'; import Datasource from './datasource'; import LokiCheatSheet from './components/LokiCheatSheet'; import LokiExploreQueryEditor from './components/LokiExploreQueryEditor'; import LokiQueryEditor from './components/LokiQueryEditor'; import { LokiAnnotationsQueryCtrl } from './LokiAnnotationsQueryCtrl'; import { ConfigEditor } from './configuration/ConfigEditor'; export const plugin = new DataSourcePlugin(Datasource) .setQueryEditor(LokiQueryEditor) .setConfigEditor(ConfigEditor) .setExploreQueryField(LokiExploreQueryEditor) .setExploreStartPage(LokiCheatSheet) .setAnnotationQueryCtrl(LokiAnnotationsQueryCtrl);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件