UNPKG

skywalking-apache

Version:

The NodeJS agent for Apache SkyWalking

21 lines (20 loc) 1.11 kB
/// <reference types="grpc" /> export namespace CLRMetricReportServiceService { export namespace collect { export const path: string; export const requestStream: boolean; export const responseStream: boolean; export const requestType: typeof import("./CLRMetric_pb.js").CLRMetricCollection; export const responseType: typeof import("../common/Common_pb.js").Commands; export { serialize_CLRMetricCollection as requestSerialize }; export { deserialize_CLRMetricCollection as requestDeserialize }; export { serialize_Commands as responseSerialize }; export { deserialize_Commands as responseDeserialize }; } } export var CLRMetricReportServiceClient: typeof import("grpc").Client; declare function serialize_CLRMetricCollection(arg: any): Buffer; declare function deserialize_CLRMetricCollection(buffer_arg: any): import("./CLRMetric_pb.js").CLRMetricCollection; declare function serialize_Commands(arg: any): Buffer; declare function deserialize_Commands(buffer_arg: any): import("../common/Common_pb.js").Commands; export {};