UNPKG

pandora-metrics

Version:
9 lines (8 loc) 302 B
import { EndPointService } from '../service/EndPointService'; import { ActuatorResource } from '../domain'; export declare class TraceResource implements ActuatorResource { prefix: string; endPointService: EndPointService; constructor(endPointService: any); route(router: any): void; }