@ms-cloudpack/external-telemetry 0.5.157 → 0.5.159
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/README.md +3 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @ms-cloudpack/external-telemetry
|
|
2
2
|
|
|
3
|
-
A library for
|
|
3
|
+
A library for reporting external (non-Cloudpack) telemetry data relevant to Cloudpack workflows. Data will be reported to Application Insights using Open Telemetry standards and show up on our internal dashboards for monitoring the changes in timings and usage of existing scenarios while migrating to new Cloudpack-powered workflows.
|
|
4
|
+
|
|
5
|
+
Telemetry is only reported by this package if a connection string is configured (`telemetry.connectionString` in `cloudpack.config.json`, or `CLOUDPACK_TELEMETRY_CONNECTION_STRING` environment variable). It will only be sent to your own Application Insights instance referenced by the connection string, not to Microsoft.
|
|
4
6
|
|
|
5
7
|
## Example usage
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/external-telemetry",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.159",
|
|
4
4
|
"description": "Reporting external telemetry which is not about of cloudpack internals.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@ms-cloudpack/common-types": "^0.
|
|
18
|
-
"@ms-cloudpack/config": "^0.38.
|
|
17
|
+
"@ms-cloudpack/common-types": "^0.28.1",
|
|
18
|
+
"@ms-cloudpack/config": "^0.38.6",
|
|
19
19
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
20
20
|
"@ms-cloudpack/json-utilities": "^0.1.11",
|
|
21
|
-
"@ms-cloudpack/package-utilities": "^12.5.
|
|
22
|
-
"@ms-cloudpack/telemetry": "^0.11.
|
|
21
|
+
"@ms-cloudpack/package-utilities": "^12.5.3",
|
|
22
|
+
"@ms-cloudpack/telemetry": "^0.11.42"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
|