@opentelemetry/resource-detector-alibaba-cloud 0.31.7 → 0.31.8
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 +0 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
# OpenTelemetry Resource Detector for Alibaba Cloud
|
|
2
2
|
|
|
3
|
-
[![NPM Published Version][npm-img]][npm-url]
|
|
4
|
-
[![Apache License][license-image]][license-url]
|
|
5
|
-
|
|
6
3
|
Resource detector for Alibaba Cloud.
|
|
7
4
|
|
|
8
5
|
The OpenTelemetry Resource is an immutable representation of the entity producing telemetry. For example, a process producing telemetry that is running in a container on Kubernetes has a Pod name, it is in a namespace and possibly is part of a Deployment which also has a name. All three of these attributes can be included in the `Resource`.
|
|
@@ -49,7 +46,3 @@ Populates `cloud` and `host` for processes running on [Alibaba Cloud ECS](https:
|
|
|
49
46
|
| host.type | Value of `instance-type` on Alibaba Cloud |
|
|
50
47
|
|
|
51
48
|
[resource-semantic_conventions]: https://github.com/open-telemetry/opentelemetry-specification/tree/master/specification/resource/semantic_conventions
|
|
52
|
-
[license-url]: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/master/LICENSE
|
|
53
|
-
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
|
|
54
|
-
[npm-url]: https://www.npmjs.com/package/@opentelemetry/resource-detector-alibaba-cloud
|
|
55
|
-
[npm-img]: https://img.shields.io/npm/v/%40opentelemetry%2Fresource-detector-alibaba-cloud.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentelemetry/resource-detector-alibaba-cloud",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.8",
|
|
4
4
|
"description": "OpenTelemetry resource detector for Alibaba Cloud",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"module": "build/esm/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@opentelemetry/api": "^1.0.0",
|
|
50
|
-
"@opentelemetry/contrib-test-utils": "^0.52.
|
|
50
|
+
"@opentelemetry/contrib-test-utils": "^0.52.2",
|
|
51
51
|
"@opentelemetry/sdk-trace-base": "^2.0.0",
|
|
52
52
|
"@types/mocha": "10.0.10",
|
|
53
53
|
"@types/node": "18.18.14",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/resource-detector-alibaba-cloud#readme",
|
|
69
69
|
"sideEffects": false,
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "5a5918fd4f9f16b14c9ef4d3de08ab98c20e5b46"
|
|
71
71
|
}
|