This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +22
-21
lines changed
instrumentation-elasticsearch
instrumentation-node-cache
instrumentation-sequelize
instrumentation-socket.io Expand file tree Collapse file tree 10 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The instrumentations in this repo are:
2929- strictly complies with [ open telemetry semantic conventions] ( https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/semantic_conventions )
3030- up to date with latest SDK version
3131
32- ** Compatible with [ SDK stable ^1.0.0] ( https://github.com/open-telemetry/opentelemetry-js/tree/stable/v1.0.0 ) and [ SDK experimental ^0.29 .0] ( https://github.com/open-telemetry/opentelemetry-js/tree/v0.29.0/experimental/packages ) **
32+ ** Compatible with [ SDK stable ^1.0.0] ( https://github.com/open-telemetry/opentelemetry-js/tree/stable/v1.0.0 ) and [ SDK experimental ^0.32 .0] ( https://github.com/open-telemetry/opentelemetry-js/tree/experimental/ v0.32.0 ) **
3333## Instrumentations
3434| Instrumentation Package | Instrumented Lib | NPM |
3535| --- | --- | --- |
@@ -64,6 +64,7 @@ The instrumentations in this repo are:
6464
6565| Instrumentations Version | OpenTelemetry Core | OpenTelemetry Experimental |
6666| --- | --- | --- |
67+ | 0.32.x | ^1.0.0 | ^0.32.0 |
6768| 0.29.x | ^1.0.0 | ^0.29.0 |
6869| 0.28.x | ^1.0.0 | ^0.28.0 |
6970| 0.27.x | ^1.0.1 | ^0.27.0 |
Original file line number Diff line number Diff line change 4646 },
4747 "dependencies" : {
4848 "@opentelemetry/core" : " ^1.0.0" ,
49- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
49+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
5050 "@opentelemetry/semantic-conventions" : " ^1.0.0"
5151 },
5252 "devDependencies" : {
5353 "@elastic/elasticsearch" : " ^7.8.0" ,
5454 "@opentelemetry/api" : " ^1.0.0" ,
55- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
55+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
5656 "@types/chai" : " ^4.2.15" ,
5757 "@types/mocha" : " ^8.2.2" ,
5858 "chai" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 3636 },
3737 "dependencies" : {
3838 "@opentelemetry/core" : " ^1.0.0" ,
39- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
39+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4040 "@opentelemetry/semantic-conventions" : " ^1.0.0" ,
4141 "parseurl" : " ~1.3.3" ,
4242 "path-to-regexp" : " 0.1.7"
4343 },
4444 "devDependencies" : {
4545 "@opentelemetry/api" : " ^1.0.0" ,
46- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
47- "@opentelemetry/instrumentation-http" : " ^0.29 .0" ,
46+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
47+ "@opentelemetry/instrumentation-http" : " ^0.32 .0" ,
4848 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
4949 "@types/express" : " 4.17.8" ,
5050 "@types/mocha" : " ^8.2.2" ,
Original file line number Diff line number Diff line change 3838 "@opentelemetry/api" : " ^1.0.0"
3939 },
4040 "dependencies" : {
41- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
41+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4242 "@opentelemetry/semantic-conventions" : " ^1.0.0"
4343 },
4444 "devDependencies" : {
4545 "@opentelemetry/api" : " ^1.0.0" ,
46- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
46+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
4747 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
4848 "@types/mocha" : " ^8.2.2" ,
4949 "expect" : " ^26.6.2" ,
Original file line number Diff line number Diff line change 4545 },
4646 "dependencies" : {
4747 "@opentelemetry/core" : " ^1.0.0" ,
48- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
48+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4949 "@opentelemetry/semantic-conventions" : " ^1.0.0"
5050 },
5151 "devDependencies" : {
5252 "@opentelemetry/api" : " ^1.0.0" ,
53- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
53+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
5454 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5555 "@types/mocha" : " ^8.2.2" ,
5656 "@types/node" : " ^14.0.0" ,
Original file line number Diff line number Diff line change 4444 "@opentelemetry/api" : " ^1.0.0"
4545 },
4646 "dependencies" : {
47- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
47+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4848 "@opentelemetry/semantic-conventions" : " ^1.0.0"
4949 },
5050 "devDependencies" : {
5151 "@opentelemetry/api" : " ^1.0.0" ,
52- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
52+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
5353 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5454 "@types/mocha" : " ^8.2.2" ,
5555 "expect" : " ^26.6.2" ,
Original file line number Diff line number Diff line change 4343 },
4444 "dependencies" : {
4545 "@opentelemetry/core" : " ^1.0.0" ,
46- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
46+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4747 "@opentelemetry/semantic-conventions" : " ^1.0.0"
4848 },
4949 "devDependencies" : {
5050 "@opentelemetry/api" : " ^1.0.0" ,
51- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
51+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
5252 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5353 "@types/mocha" : " ^8.2.2" ,
5454 "expect" : " ^26.6.2" ,
Original file line number Diff line number Diff line change 4343 },
4444 "dependencies" : {
4545 "@opentelemetry/core" : " ^1.0.0" ,
46- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
46+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4747 "@opentelemetry/semantic-conventions" : " ^1.0.0"
4848 },
4949 "devDependencies" : {
5050 "@opentelemetry/api" : " ^1.0.0" ,
51- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
51+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
5252 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5353 "@types/mocha" : " ^8.2.2" ,
5454 "expect" : " ^26.6.2" ,
Original file line number Diff line number Diff line change 4444 "@opentelemetry/api" : " ^1.0.0"
4545 },
4646 "dependencies" : {
47- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
47+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4848 "@opentelemetry/semantic-conventions" : " ^1.0.0" ,
4949 "is-promise" : " ^4.0.0"
5050 },
5151 "devDependencies" : {
5252 "@opentelemetry/api" : " ^1.0.0" ,
53- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
54- "@opentelemetry/instrumentation-http" : " ^0.29 .0" ,
53+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
54+ "@opentelemetry/instrumentation-http" : " ^0.32 .0" ,
5555 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5656 "@types/mocha" : " ^8.2.2" ,
5757 "expect" : " ^26.6.2" ,
Original file line number Diff line number Diff line change 3939 },
4040 "dependencies" : {
4141 "@opentelemetry/core" : " ^1.0.0" ,
42- "@opentelemetry/instrumentation" : " ^0.29 .0" ,
42+ "@opentelemetry/instrumentation" : " ^0.32 .0" ,
4343 "@opentelemetry/semantic-conventions" : " ^1.0.0" ,
4444 "is-promise" : " ^4.0.0"
4545 },
4646 "devDependencies" : {
4747 "@opentelemetry/api" : " ^1.0.0" ,
48- "@opentelemetry/contrib-test-utils" : " ^0.31 .0" ,
48+ "@opentelemetry/contrib-test-utils" : " ^0.32 .0" ,
4949 "@opentelemetry/sdk-trace-base" : " 1.2.0" ,
5050 "@types/mocha" : " ^8.2.2" ,
5151 "expect" : " ^26.6.2" ,
You can’t perform that action at this time.
0 commit comments