@ms-cloudpack/telemetry 0.11.40 → 0.11.41
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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @ms-cloudpack/telemetry
|
|
2
2
|
|
|
3
|
-
A library for
|
|
3
|
+
A library for reporting Cloudpack telemetry to Application Insights using Open Telemetry standards.
|
|
4
|
+
|
|
5
|
+
Telemetry is only reported by the Cloudpack CLI 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
|
Currently, this library only supports [Tracing](https://opentelemetry.io/docs/concepts/signals/traces/). Metrics and Logs can be added later when needed.
|
|
6
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/telemetry",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.41",
|
|
4
4
|
"description": "Helpers for reporting telemetry in Cloudpack.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@azure/monitor-opentelemetry-exporter": "1.0.0-beta.28",
|
|
18
18
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
19
19
|
"@ms-cloudpack/eslint-plugin-internal": "^0.0.1",
|
|
20
|
-
"@ms-cloudpack/package-utilities": "^12.5.
|
|
20
|
+
"@ms-cloudpack/package-utilities": "^12.5.2",
|
|
21
21
|
"@ms-cloudpack/scripts": "^0.0.1",
|
|
22
22
|
"@opentelemetry/api": "~1.9.0",
|
|
23
23
|
"@opentelemetry/context-async-hooks": "~1.30.0",
|