UNPKG

applicationinsights

Version:

Microsoft Application Insights module for Node.js

1 lines 588 B
{"version":3,"file":"telemetry.js","sourceRoot":"","sources":["../../../../../src/declarations/contracts/telemetryTypes/telemetry.ts"],"names":[],"mappings":"","sourcesContent":["/**\r\n * Base telemetry interface encapsulating coming properties\r\n */\r\nexport interface Telemetry {\r\n /**\r\n * Telemetry time stamp. When it is not specified, current timestamp will be used.\r\n */\r\n time?: Date;\r\n /**\r\n * Additional data used to filter events and metrics in the portal. Defaults to empty.\r\n */\r\n properties?: { [key: string]: any };\r\n}\r\n"]}