Skip to content

Commit f3a7b30

Browse files
committed
merge from master
2 parents cc3d223 + 4dc47f6 commit f3a7b30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

applicationinsights/applicationinsights.d.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Application Insights v0.15.8
1+
// Type definitions for Application Insights v0.15.12
22
// Project: https://github.com/Microsoft/ApplicationInsights-node.js
33
// Definitions by: Scott Southwood <https://github.com/scsouthw/>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -338,7 +338,9 @@ interface Client {
338338
* @param max the max sample for this set
339339
* @param stdDev the standard deviation of the set
340340
*/
341-
trackMetric(name: string, value: number, count?:number, min?: number, max?: number, stdDev?: number): void;
341+
trackMetric(name: string, value: number, count?:number, min?: number, max?: number, stdDev?: number, properties?: {
342+
[key: string]: string;
343+
}): void;
342344
trackRequest(request: any /* http.ServerRequest */, response: any /* http.ServerResponse */, properties?: {
343345
[key: string]: string;
344346
}): void;

0 commit comments

Comments
 (0)