UNPKG

keep-observers

Version:

This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers

14 lines (13 loc) 406 B
import { KeepObserverPublic } from '@util/index'; declare class KeepObserverReport extends KeepObserverPublic { private _config; private develop; private addReportListener; readonly middleScopeNames: string[]; private _getReportContent; private _handleReport; private _handleResponse; constructor(config?: {}); apply(pipe: any): {}; } export default KeepObserverReport;