UNPKG

applicationinsights

Version:
12 lines (11 loc) 275 B
import Constants = require("../Constants"); export declare class AggregatedMetric { name: string; metricType: Constants.MetricId; dimensions: { [key: string]: any; }; value: number; count: number; aggregationInterval: number; }