skywalking-apache
Version:
The NodeJS agent for Apache SkyWalking
21 lines (20 loc) • 1.11 kB
TypeScript
/// <reference types="grpc" />
export namespace JVMMetricReportServiceService {
export namespace collect {
export const path: string;
export const requestStream: boolean;
export const responseStream: boolean;
export const requestType: typeof import("./JVMMetric_pb.js").JVMMetricCollection;
export const responseType: typeof import("../common/Common_pb.js").Commands;
export { serialize_JVMMetricCollection as requestSerialize };
export { deserialize_JVMMetricCollection as requestDeserialize };
export { serialize_Commands as responseSerialize };
export { deserialize_Commands as responseDeserialize };
}
}
export var JVMMetricReportServiceClient: typeof import("grpc").Client;
declare function serialize_JVMMetricCollection(arg: any): Buffer;
declare function deserialize_JVMMetricCollection(buffer_arg: any): import("./JVMMetric_pb.js").JVMMetricCollection;
declare function serialize_Commands(arg: any): Buffer;
declare function deserialize_Commands(buffer_arg: any): import("../common/Common_pb.js").Commands;
export {};