@microsoft/applicationinsights-common 2.8.0-beta.2203-16 → 2.8.0-nightly.2204-05
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-common.integrity.json +9 -9
- package/browser/applicationinsights-common.js +521 -743
- package/browser/applicationinsights-common.js.map +1 -1
- package/browser/applicationinsights-common.min.js +2 -2
- package/browser/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.api.json +2816 -1246
- package/dist/applicationinsights-common.api.md +87 -43
- package/dist/applicationinsights-common.d.ts +503 -290
- package/dist/applicationinsights-common.js +521 -743
- package/dist/applicationinsights-common.js.map +1 -1
- package/dist/applicationinsights-common.min.js +2 -2
- package/dist/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.rollup.d.ts +503 -290
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -1
- package/dist-esm/HelperFuncs.js +1 -1
- package/dist-esm/Interfaces/ConnectionString.js +1 -1
- package/dist-esm/Interfaces/Context/IApplication.js +1 -1
- package/dist-esm/Interfaces/Context/IDevice.js +1 -1
- package/dist-esm/Interfaces/Context/IInternal.js +1 -1
- package/dist-esm/Interfaces/Context/ILocation.js +1 -1
- package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
- package/dist-esm/Interfaces/Context/ISample.js +1 -1
- package/dist-esm/Interfaces/Context/ISession.js +1 -1
- package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
- package/dist-esm/Interfaces/Context/IUser.js +1 -1
- package/dist-esm/Interfaces/Context/IWeb.js +1 -1
- package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
- package/dist-esm/Interfaces/Contracts/IData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
- package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/IAppInsights.js +1 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
- package/dist-esm/Interfaces/IConfig.js +1 -1
- package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
- package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
- package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
- package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
- package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPartC.js +1 -1
- package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
- package/dist-esm/Interfaces/IRequestContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
- package/dist-esm/Interfaces/PartAExtensions.js +2 -2
- package/dist-esm/Interfaces/PartAExtensions.js.map +1 -1
- package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
- package/dist-esm/RequestResponseHeaders.js +1 -1
- package/dist-esm/StorageHelperFuncs.js +8 -8
- package/dist-esm/StorageHelperFuncs.js.map +1 -1
- package/dist-esm/Telemetry/Common/Data.js +6 -11
- package/dist-esm/Telemetry/Common/Data.js.map +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +8 -9
- package/dist-esm/Telemetry/Common/DataPoint.js.map +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +9 -9
- package/dist-esm/Telemetry/Common/DataSanitizer.js.map +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +12 -12
- package/dist-esm/Telemetry/Common/Envelope.js.map +1 -1
- package/dist-esm/Telemetry/Event.js +9 -12
- package/dist-esm/Telemetry/Event.js.map +1 -1
- package/dist-esm/Telemetry/Exception.js +74 -81
- package/dist-esm/Telemetry/Exception.js.map +1 -1
- package/dist-esm/Telemetry/Metric.js +9 -12
- package/dist-esm/Telemetry/Metric.js.map +1 -1
- package/dist-esm/Telemetry/PageView.js +12 -15
- package/dist-esm/Telemetry/PageView.js.map +1 -1
- package/dist-esm/Telemetry/PageViewPerformance.js +16 -19
- package/dist-esm/Telemetry/PageViewPerformance.js.map +1 -1
- package/dist-esm/Telemetry/RemoteDependencyData.js +17 -20
- package/dist-esm/Telemetry/RemoteDependencyData.js.map +1 -1
- package/dist-esm/Telemetry/Trace.js +10 -13
- package/dist-esm/Telemetry/Trace.js.map +1 -1
- package/dist-esm/TelemetryItemCreator.js +1 -1
- package/dist-esm/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +1 -1
- package/dist-esm/applicationinsights-common.js +3 -6
- package/dist-esm/applicationinsights-common.js.map +1 -1
- package/package.json +3 -3
- package/src/Interfaces/IExceptionTelemetry.ts +1 -1
- package/src/Interfaces/ITraceTelemetry.ts +1 -1
- package/src/Interfaces/PartAExtensions.ts +1 -1
- package/src/Interfaces/Telemetry/IEnvelope.ts +35 -3
- package/src/StorageHelperFuncs.ts +7 -7
- package/src/Telemetry/Common/Data.ts +12 -4
- package/src/Telemetry/Common/DataPoint.ts +38 -2
- package/src/Telemetry/Common/DataSanitizer.ts +10 -10
- package/src/Telemetry/Common/Envelope.ts +51 -10
- package/src/Telemetry/Event.ts +30 -12
- package/src/Telemetry/Exception.ts +158 -71
- package/src/Telemetry/Metric.ts +27 -7
- package/src/Telemetry/PageView.ts +45 -10
- package/src/Telemetry/PageViewPerformance.ts +76 -14
- package/src/Telemetry/RemoteDependencyData.ts +70 -15
- package/src/Telemetry/Trace.ts +34 -8
- package/src/applicationinsights-common.ts +5 -5
- package/types/Enums.d.ts +4 -4
- package/types/Interfaces/IExceptionTelemetry.d.ts +1 -1
- package/types/Interfaces/ITraceTelemetry.d.ts +1 -1
- package/types/Interfaces/PartAExtensions.d.ts +1 -1
- package/types/Interfaces/Telemetry/IEnvelope.d.ts +24 -0
- package/types/Telemetry/Common/Data.d.ts +10 -2
- package/types/Telemetry/Common/DataPoint.d.ts +31 -2
- package/types/Telemetry/Common/DataSanitizer.d.ts +3 -3
- package/types/Telemetry/Common/Envelope.d.ts +35 -4
- package/types/Telemetry/Event.d.ts +19 -3
- package/types/Telemetry/Exception.d.ts +75 -7
- package/types/Telemetry/Metric.d.ts +19 -2
- package/types/Telemetry/PageView.d.ts +30 -2
- package/types/Telemetry/PageViewPerformance.d.ts +50 -2
- package/types/Telemetry/RemoteDependencyData.d.ts +46 -2
- package/types/Telemetry/Trace.d.ts +23 -3
- package/types/applicationinsights-common.d.ts +5 -5
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js +0 -27
- package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/Base.js +0 -17
- package/dist-esm/Interfaces/Contracts/Generated/Base.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js +0 -89
- package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/Data.js +0 -21
- package/dist-esm/Interfaces/Contracts/Generated/Data.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js +0 -21
- package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js +0 -16
- package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js +0 -17
- package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js +0 -17
- package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/Domain.js +0 -8
- package/dist-esm/Interfaces/Contracts/Generated/Domain.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/Envelope.js +0 -28
- package/dist-esm/Interfaces/Contracts/Generated/Envelope.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/EventData.js +0 -28
- package/dist-esm/Interfaces/Contracts/Generated/EventData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js +0 -32
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js +0 -24
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/MessageData.js +0 -28
- package/dist-esm/Interfaces/Contracts/Generated/MessageData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/MetricData.js +0 -32
- package/dist-esm/Interfaces/Contracts/Generated/MetricData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js +0 -34
- package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js +0 -34
- package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js +0 -32
- package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/RequestData.js +0 -28
- package/dist-esm/Interfaces/Contracts/Generated/RequestData.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js +0 -19
- package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js.map +0 -1
- package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js +0 -17
- package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js.map +0 -1
- package/dist-esm/Telemetry/Common/Base.js +0 -22
- package/dist-esm/Telemetry/Common/Base.js.map +0 -1
- package/src/Interfaces/Contracts/Generated/AvailabilityData.ts +0 -57
- package/src/Interfaces/Contracts/Generated/Base.ts +0 -18
- package/src/Interfaces/Contracts/Generated/ContextTagKeys.ts +0 -299
- package/src/Interfaces/Contracts/Generated/Data.ts +0 -26
- package/src/Interfaces/Contracts/Generated/DataPoint.ts +0 -44
- package/src/Interfaces/Contracts/Generated/DataPointType.ts +0 -11
- package/src/Interfaces/Contracts/Generated/DependencyKind.ts +0 -12
- package/src/Interfaces/Contracts/Generated/DependencySourceType.ts +0 -12
- package/src/Interfaces/Contracts/Generated/Domain.ts +0 -10
- package/src/Interfaces/Contracts/Generated/Envelope.ts +0 -50
- package/src/Interfaces/Contracts/Generated/EventData.ts +0 -33
- package/src/Interfaces/Contracts/Generated/ExceptionData.ts +0 -40
- package/src/Interfaces/Contracts/Generated/ExceptionDetails.ts +0 -46
- package/src/Interfaces/Contracts/Generated/MessageData.ts +0 -39
- package/src/Interfaces/Contracts/Generated/MetricData.ts +0 -34
- package/src/Interfaces/Contracts/Generated/PageViewData.ts +0 -50
- package/src/Interfaces/Contracts/Generated/PageViewPerfData.ts +0 -70
- package/src/Interfaces/Contracts/Generated/RemoteDependencyData.ts +0 -68
- package/src/Interfaces/Contracts/Generated/RequestData.ts +0 -50
- package/src/Interfaces/Contracts/Generated/SeverityLevel.ts +0 -15
- package/src/Interfaces/Contracts/Generated/StackFrame.ts +0 -34
- package/src/Telemetry/Common/Base.ts +0 -14
- package/types/Interfaces/Contracts/Generated/AvailabilityData.d.ts +0 -42
- package/types/Interfaces/Contracts/Generated/Base.d.ts +0 -10
- package/types/Interfaces/Contracts/Generated/ContextTagKeys.d.ts +0 -175
- package/types/Interfaces/Contracts/Generated/Data.d.ts +0 -15
- package/types/Interfaces/Contracts/Generated/DataPoint.d.ts +0 -34
- package/types/Interfaces/Contracts/Generated/DataPointType.d.ts +0 -7
- package/types/Interfaces/Contracts/Generated/DependencyKind.d.ts +0 -8
- package/types/Interfaces/Contracts/Generated/DependencySourceType.d.ts +0 -8
- package/types/Interfaces/Contracts/Generated/Domain.d.ts +0 -5
- package/types/Interfaces/Contracts/Generated/Envelope.d.ts +0 -38
- package/types/Interfaces/Contracts/Generated/EventData.d.ts +0 -23
- package/types/Interfaces/Contracts/Generated/ExceptionData.d.ts +0 -29
- package/types/Interfaces/Contracts/Generated/ExceptionDetails.d.ts +0 -34
- package/types/Interfaces/Contracts/Generated/MessageData.d.ts +0 -28
- package/types/Interfaces/Contracts/Generated/MetricData.d.ts +0 -24
- package/types/Interfaces/Contracts/Generated/PageViewData.d.ts +0 -35
- package/types/Interfaces/Contracts/Generated/PageViewPerfData.d.ts +0 -51
- package/types/Interfaces/Contracts/Generated/RemoteDependencyData.d.ts +0 -51
- package/types/Interfaces/Contracts/Generated/RequestData.d.ts +0 -38
- package/types/Interfaces/Contracts/Generated/SeverityLevel.d.ts +0 -10
- package/types/Interfaces/Contracts/Generated/StackFrame.d.ts +0 -25
- package/types/Telemetry/Common/Base.d.ts +0 -8
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Domain } from "./Domain";
|
|
2
|
-
/**
|
|
3
|
-
* Instances of Event represent structured event records that can be grouped and searched by their properties. Event data item also creates a metric of event count by name.
|
|
4
|
-
*/
|
|
5
|
-
export declare class EventData implements Domain {
|
|
6
|
-
/**
|
|
7
|
-
* Schema version
|
|
8
|
-
*/
|
|
9
|
-
ver: number;
|
|
10
|
-
/**
|
|
11
|
-
* Event name. Keep it low cardinality to allow proper grouping and useful metrics.
|
|
12
|
-
*/
|
|
13
|
-
name: string;
|
|
14
|
-
/**
|
|
15
|
-
* Collection of custom properties.
|
|
16
|
-
*/
|
|
17
|
-
properties: any;
|
|
18
|
-
/**
|
|
19
|
-
* Collection of custom measurements.
|
|
20
|
-
*/
|
|
21
|
-
measurements: any;
|
|
22
|
-
constructor();
|
|
23
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { ExceptionDetails } from "./ExceptionDetails";
|
|
2
|
-
import { Domain } from "./Domain";
|
|
3
|
-
import { SeverityLevel } from "./SeverityLevel";
|
|
4
|
-
/**
|
|
5
|
-
* An instance of Exception represents a handled or unhandled exception that occurred during execution of the monitored application.
|
|
6
|
-
*/
|
|
7
|
-
export declare class ExceptionData implements Domain {
|
|
8
|
-
/**
|
|
9
|
-
* Schema version
|
|
10
|
-
*/
|
|
11
|
-
ver: number;
|
|
12
|
-
/**
|
|
13
|
-
* Exception chain - list of inner exceptions.
|
|
14
|
-
*/
|
|
15
|
-
exceptions: ExceptionDetails[];
|
|
16
|
-
/**
|
|
17
|
-
* Severity level. Mostly used to indicate exception severity level when it is reported by logging library.
|
|
18
|
-
*/
|
|
19
|
-
severityLevel: SeverityLevel;
|
|
20
|
-
/**
|
|
21
|
-
* Collection of custom properties.
|
|
22
|
-
*/
|
|
23
|
-
properties: any;
|
|
24
|
-
/**
|
|
25
|
-
* Collection of custom measurements.
|
|
26
|
-
*/
|
|
27
|
-
measurements: any;
|
|
28
|
-
constructor();
|
|
29
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { StackFrame } from "./StackFrame";
|
|
2
|
-
/**
|
|
3
|
-
* Exception details of the exception in a chain.
|
|
4
|
-
*/
|
|
5
|
-
export declare class ExceptionDetails {
|
|
6
|
-
/**
|
|
7
|
-
* In case exception is nested (outer exception contains inner one), the id and outerId properties are used to represent the nesting.
|
|
8
|
-
*/
|
|
9
|
-
id: number;
|
|
10
|
-
/**
|
|
11
|
-
* The value of outerId is a reference to an element in ExceptionDetails that represents the outer exception
|
|
12
|
-
*/
|
|
13
|
-
outerId: number;
|
|
14
|
-
/**
|
|
15
|
-
* Exception type name.
|
|
16
|
-
*/
|
|
17
|
-
typeName: string;
|
|
18
|
-
/**
|
|
19
|
-
* Exception message.
|
|
20
|
-
*/
|
|
21
|
-
message: string;
|
|
22
|
-
/**
|
|
23
|
-
* Indicates if full exception stack is provided in the exception. The stack may be trimmed, such as in the case of a StackOverflow exception.
|
|
24
|
-
*/
|
|
25
|
-
hasFullStack: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Text describing the stack. Either stack or parsedStack should have a value.
|
|
28
|
-
*/
|
|
29
|
-
stack: string;
|
|
30
|
-
/**
|
|
31
|
-
* List of stack frames. Either stack or parsedStack should have a value.
|
|
32
|
-
*/
|
|
33
|
-
parsedStack: StackFrame[];
|
|
34
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { Domain } from "./Domain";
|
|
2
|
-
import { SeverityLevel } from "./SeverityLevel";
|
|
3
|
-
/**
|
|
4
|
-
* Instances of Message represent printf-like trace statements that are text-searched. Log4Net, NLog and other text-based log file entries are translated into intances of this type. The message does not have measurements.
|
|
5
|
-
*/
|
|
6
|
-
export declare class MessageData implements Domain {
|
|
7
|
-
/**
|
|
8
|
-
* Schema version
|
|
9
|
-
*/
|
|
10
|
-
ver: number;
|
|
11
|
-
/**
|
|
12
|
-
* Trace message
|
|
13
|
-
*/
|
|
14
|
-
message: string;
|
|
15
|
-
/**
|
|
16
|
-
* Trace severity level.
|
|
17
|
-
*/
|
|
18
|
-
severityLevel: SeverityLevel;
|
|
19
|
-
/**
|
|
20
|
-
* Collection of custom properties.
|
|
21
|
-
*/
|
|
22
|
-
properties: any;
|
|
23
|
-
/**
|
|
24
|
-
* Collection of custom measurements.
|
|
25
|
-
*/
|
|
26
|
-
measurements: any;
|
|
27
|
-
constructor();
|
|
28
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Domain } from "./Domain";
|
|
2
|
-
import { DataPoint } from "./DataPoint";
|
|
3
|
-
/**
|
|
4
|
-
* An instance of the Metric item is a list of measurements (single data points) and/or aggregations.
|
|
5
|
-
*/
|
|
6
|
-
export declare class MetricData implements Domain {
|
|
7
|
-
/**
|
|
8
|
-
* Schema version
|
|
9
|
-
*/
|
|
10
|
-
ver: number;
|
|
11
|
-
/**
|
|
12
|
-
* List of metrics. Only one metric in the list is currently supported by Application Insights storage. If multiple data points were sent only the first one will be used.
|
|
13
|
-
*/
|
|
14
|
-
metrics: DataPoint[];
|
|
15
|
-
/**
|
|
16
|
-
* Collection of custom properties.
|
|
17
|
-
*/
|
|
18
|
-
properties: any;
|
|
19
|
-
/**
|
|
20
|
-
* Collection of custom measurements.
|
|
21
|
-
*/
|
|
22
|
-
measurements: any;
|
|
23
|
-
constructor();
|
|
24
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { EventData } from "./EventData";
|
|
2
|
-
/**
|
|
3
|
-
* An instance of PageView represents a generic action on a page like a button click. It is also the base type for PageView.
|
|
4
|
-
*/
|
|
5
|
-
export declare class PageViewData extends EventData {
|
|
6
|
-
/**
|
|
7
|
-
* Schema version
|
|
8
|
-
*/
|
|
9
|
-
ver: number;
|
|
10
|
-
/**
|
|
11
|
-
* Request URL with all query string parameters
|
|
12
|
-
*/
|
|
13
|
-
url: string;
|
|
14
|
-
/**
|
|
15
|
-
* Event name. Keep it low cardinality to allow proper grouping and useful metrics.
|
|
16
|
-
*/
|
|
17
|
-
name: string;
|
|
18
|
-
/**
|
|
19
|
-
* Request duration in format: DD.HH:MM:SS.MMMMMM. For a page view (PageViewData), this is the duration. For a page view with performance information (PageViewPerfData), this is the page load time. Must be less than 1000 days.
|
|
20
|
-
*/
|
|
21
|
-
duration: string;
|
|
22
|
-
/**
|
|
23
|
-
* Identifier of a page view instance. Used for correlation between page view and other telemetry items.
|
|
24
|
-
*/
|
|
25
|
-
id: string;
|
|
26
|
-
/**
|
|
27
|
-
* Collection of custom properties.
|
|
28
|
-
*/
|
|
29
|
-
properties: any;
|
|
30
|
-
/**
|
|
31
|
-
* Collection of custom measurements.
|
|
32
|
-
*/
|
|
33
|
-
measurements: any;
|
|
34
|
-
constructor();
|
|
35
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { PageViewData } from "./PageViewData";
|
|
2
|
-
/**
|
|
3
|
-
* An instance of PageViewPerf represents: a page view with no performance data, a page view with performance data, or just the performance data of an earlier page request.
|
|
4
|
-
*/
|
|
5
|
-
export declare class PageViewPerfData extends PageViewData {
|
|
6
|
-
/**
|
|
7
|
-
* Schema version
|
|
8
|
-
*/
|
|
9
|
-
ver: number;
|
|
10
|
-
/**
|
|
11
|
-
* Request URL with all query string parameters
|
|
12
|
-
*/
|
|
13
|
-
url: string;
|
|
14
|
-
/**
|
|
15
|
-
* Performance total in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff
|
|
16
|
-
*/
|
|
17
|
-
perfTotal: string;
|
|
18
|
-
/**
|
|
19
|
-
* Event name. Keep it low cardinality to allow proper grouping and useful metrics.
|
|
20
|
-
*/
|
|
21
|
-
name: string;
|
|
22
|
-
/**
|
|
23
|
-
* Request duration in format: DD.HH:MM:SS.MMMMMM. For a page view (PageViewData), this is the duration. For a page view with performance information (PageViewPerfData), this is the page load time. Must be less than 1000 days.
|
|
24
|
-
*/
|
|
25
|
-
duration: string;
|
|
26
|
-
/**
|
|
27
|
-
* Network connection time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff
|
|
28
|
-
*/
|
|
29
|
-
networkConnect: string;
|
|
30
|
-
/**
|
|
31
|
-
* Sent request time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff
|
|
32
|
-
*/
|
|
33
|
-
sentRequest: string;
|
|
34
|
-
/**
|
|
35
|
-
* Received response time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff
|
|
36
|
-
*/
|
|
37
|
-
receivedResponse: string;
|
|
38
|
-
/**
|
|
39
|
-
* DOM processing time in TimeSpan 'G' (general long) format: d:hh:mm:ss.fffffff
|
|
40
|
-
*/
|
|
41
|
-
domProcessing: string;
|
|
42
|
-
/**
|
|
43
|
-
* Collection of custom properties.
|
|
44
|
-
*/
|
|
45
|
-
properties: any;
|
|
46
|
-
/**
|
|
47
|
-
* Collection of custom measurements.
|
|
48
|
-
*/
|
|
49
|
-
measurements: any;
|
|
50
|
-
constructor();
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Domain } from "./Domain";
|
|
2
|
-
/**
|
|
3
|
-
* An instance of Remote Dependency represents an interaction of the monitored component with a remote component/service like SQL or an HTTP endpoint.
|
|
4
|
-
*/
|
|
5
|
-
export declare class RemoteDependencyData implements Domain {
|
|
6
|
-
/**
|
|
7
|
-
* Schema version
|
|
8
|
-
*/
|
|
9
|
-
ver: number;
|
|
10
|
-
/**
|
|
11
|
-
* Name of the command initiated with this dependency call. Low cardinality value. Examples are stored procedure name and URL path template.
|
|
12
|
-
*/
|
|
13
|
-
name: string;
|
|
14
|
-
/**
|
|
15
|
-
* Identifier of a dependency call instance. Used for correlation with the request telemetry item corresponding to this dependency call.
|
|
16
|
-
*/
|
|
17
|
-
id: string;
|
|
18
|
-
/**
|
|
19
|
-
* Result code of a dependency call. Examples are SQL error code and HTTP status code.
|
|
20
|
-
*/
|
|
21
|
-
resultCode: string;
|
|
22
|
-
/**
|
|
23
|
-
* Request duration in format: DD.HH:MM:SS.MMMMMM. Must be less than 1000 days.
|
|
24
|
-
*/
|
|
25
|
-
duration: string;
|
|
26
|
-
/**
|
|
27
|
-
* Indication of successful or unsuccessful call.
|
|
28
|
-
*/
|
|
29
|
-
success: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Command initiated by this dependency call. Examples are SQL statement and HTTP URL's with all query parameters.
|
|
32
|
-
*/
|
|
33
|
-
data: string;
|
|
34
|
-
/**
|
|
35
|
-
* Target site of a dependency call. Examples are server name, host address.
|
|
36
|
-
*/
|
|
37
|
-
target: string;
|
|
38
|
-
/**
|
|
39
|
-
* Dependency type name. Very low cardinality value for logical grouping of dependencies and interpretation of other fields like commandName and resultCode. Examples are SQL, Azure table, and HTTP.
|
|
40
|
-
*/
|
|
41
|
-
type: string;
|
|
42
|
-
/**
|
|
43
|
-
* Collection of custom properties.
|
|
44
|
-
*/
|
|
45
|
-
properties: any;
|
|
46
|
-
/**
|
|
47
|
-
* Collection of custom measurements.
|
|
48
|
-
*/
|
|
49
|
-
measurements: any;
|
|
50
|
-
constructor();
|
|
51
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Domain } from "./Domain";
|
|
2
|
-
/**
|
|
3
|
-
* An instance of Request represents completion of an external request to the application to do work and contains a summary of that request execution and the results.
|
|
4
|
-
*/
|
|
5
|
-
export declare class RequestData implements Domain {
|
|
6
|
-
/**
|
|
7
|
-
* Schema version
|
|
8
|
-
*/
|
|
9
|
-
ver: number;
|
|
10
|
-
/**
|
|
11
|
-
* Identifier of a request call instance. Used for correlation between request and other telemetry items.
|
|
12
|
-
*/
|
|
13
|
-
id: string;
|
|
14
|
-
/**
|
|
15
|
-
* Source of the request. Examples are the instrumentation key of the caller or the ip address of the caller.
|
|
16
|
-
*/
|
|
17
|
-
source: string;
|
|
18
|
-
/**
|
|
19
|
-
* Name of the request. Represents code path taken to process request. Low cardinality value to allow better grouping of requests. For HTTP requests it represents the HTTP method and URL path template like 'GET /values/{id}'.
|
|
20
|
-
*/
|
|
21
|
-
name: string;
|
|
22
|
-
/**
|
|
23
|
-
* Indication of successful or unsuccessful call.
|
|
24
|
-
*/
|
|
25
|
-
success: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Request URL with all query string parameters.
|
|
28
|
-
*/
|
|
29
|
-
url: string;
|
|
30
|
-
/**
|
|
31
|
-
* Collection of custom properties.
|
|
32
|
-
*/
|
|
33
|
-
properties: any;
|
|
34
|
-
/**
|
|
35
|
-
* Collection of custom measurements.
|
|
36
|
-
*/
|
|
37
|
-
measurements: any;
|
|
38
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Stack frame information.
|
|
3
|
-
*/
|
|
4
|
-
export declare class StackFrame {
|
|
5
|
-
/**
|
|
6
|
-
* Level in the call stack. For the long stacks SDK may not report every function in a call stack.
|
|
7
|
-
*/
|
|
8
|
-
level: number;
|
|
9
|
-
/**
|
|
10
|
-
* Method name.
|
|
11
|
-
*/
|
|
12
|
-
method: string;
|
|
13
|
-
/**
|
|
14
|
-
* Name of the assembly (dll, jar, etc.) containing this function.
|
|
15
|
-
*/
|
|
16
|
-
assembly: string;
|
|
17
|
-
/**
|
|
18
|
-
* File name or URL of the method implementation.
|
|
19
|
-
*/
|
|
20
|
-
fileName: string;
|
|
21
|
-
/**
|
|
22
|
-
* Line number of the code implementation.
|
|
23
|
-
*/
|
|
24
|
-
line: number;
|
|
25
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ISerializable } from "../../Interfaces/Telemetry/ISerializable";
|
|
2
|
-
import { Base as AIBase } from "../../Interfaces/Contracts/Generated/Base";
|
|
3
|
-
export declare class Base extends AIBase implements ISerializable {
|
|
4
|
-
/**
|
|
5
|
-
* The data contract for serializing this object.
|
|
6
|
-
*/
|
|
7
|
-
aiDataContract: {};
|
|
8
|
-
}
|