@opentelemetry/resource-detector-instana 0.24.2 → 0.25.0
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# OpenTelemetry Resource Detector for Instana
|
|
2
2
|
|
|
3
3
|
[![NPM Published Version][npm-img]][npm-url]
|
|
4
|
-
[![Apache License][license-image]][license-
|
|
4
|
+
[![Apache License][license-image]][license-image]
|
|
5
5
|
|
|
6
6
|
This resource detector will detect the Instana agent to register the Opentelemetry as a Node.js process. The created resource will be automatically merged with the existing resources and contains the real PID, which is returned from the Instana agent. This mechanism is needed to connect the Node.js Otel process with the incoming Opentelemetry spans.
|
|
7
7
|
|
|
@@ -62,4 +62,4 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
|
|
|
62
62
|
[license-url]: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/LICENSE
|
|
63
63
|
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
|
|
64
64
|
[npm-url]: https://www.npmjs.com/package/@opentelemetry/resource-detector-instana
|
|
65
|
-
[npm-img]: https://
|
|
65
|
+
[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Fresource-detector-instana.svg
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentelemetry/resource-detector-instana",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "OpenTelemetry SDK resource detector for Instana",
|
|
5
5
|
"main": "build/src/index.js",
|
|
6
6
|
"module": "build/esm/index.js",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@opentelemetry/api": "^1.3.0",
|
|
48
|
-
"@opentelemetry/contrib-test-utils": "^0.
|
|
49
|
-
"@opentelemetry/sdk-node": "^0.
|
|
48
|
+
"@opentelemetry/contrib-test-utils": "^0.53.0",
|
|
49
|
+
"@opentelemetry/sdk-node": "^0.206.0",
|
|
50
50
|
"@types/mocha": "10.0.10",
|
|
51
51
|
"@types/node": "18.18.14",
|
|
52
52
|
"@types/semver": "7.5.8",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
},
|
|
65
65
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/resource-detector-instana#readme",
|
|
66
66
|
"sideEffects": false,
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "333e026413f082f90859bb778abf7519fbffa940"
|
|
68
68
|
}
|