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
15 lines (14 loc) • 379 B
TypeScript
declare const _default: {
serverUrl: any;
serviceName: string;
agentName: string;
agentVersion: string;
automaticStart: boolean;
isCatchPageload: boolean;
isCatchError: boolean;
transactionDurationThreshold: number;
flushInterval: number;
errorThrottleInterval: number;
transactionThrottleInterval: number;
};
export default _default;