UNPKG

skywalking-apache

Version:

The NodeJS agent for Apache SkyWalking

21 lines (20 loc) 1.17 kB
/// <reference types="grpc" /> export namespace ServiceMeshMetricServiceService { export namespace collect { export const path: string; export const requestStream: boolean; export const responseStream: boolean; export const requestType: typeof import("./service-mesh_pb.js").ServiceMeshMetric; export const responseType: typeof import("./service-mesh_pb.js").MeshProbeDownstream; export { serialize_ServiceMeshMetric as requestSerialize }; export { deserialize_ServiceMeshMetric as requestDeserialize }; export { serialize_MeshProbeDownstream as responseSerialize }; export { deserialize_MeshProbeDownstream as responseDeserialize }; } } export var ServiceMeshMetricServiceClient: typeof import("grpc").Client; declare function serialize_ServiceMeshMetric(arg: any): Buffer; declare function deserialize_ServiceMeshMetric(buffer_arg: any): import("./service-mesh_pb.js").ServiceMeshMetric; declare function serialize_MeshProbeDownstream(arg: any): Buffer; declare function deserialize_MeshProbeDownstream(buffer_arg: any): import("./service-mesh_pb.js").MeshProbeDownstream; export {};