File tree 29 files changed +8
-53
lines changed
detectors/node/opentelemetry-resource-detector-github
auto-instrumentations-node
auto-instrumentations-web
opentelemetry-host-metrics
opentelemetry-instrumentation-aws-lambda
opentelemetry-instrumentation-bunyan
opentelemetry-instrumentation-dns
opentelemetry-instrumentation-express
opentelemetry-instrumentation-graphql
opentelemetry-instrumentation-hapi
opentelemetry-instrumentation-ioredis
opentelemetry-instrumentation-koa
opentelemetry-instrumentation-mongodb
opentelemetry-instrumentation-mysql
opentelemetry-instrumentation-net
opentelemetry-instrumentation-pg
opentelemetry-instrumentation-redis
opentelemetry-instrumentation-restify
opentelemetry-instrumentation-winston
opentelemetry-instrumentation-document-load
opentelemetry-instrumentation-user-interaction
opentelemetry-plugin-react-load
opentelemetry-propagator-grpc-census-binary
opentelemetry-propagator-ot-trace 29 files changed +8
-53
lines changed Original file line number Diff line number Diff line change 49
49
"codecov" : " 3.7.2" ,
50
50
"gts" : " 3.1.0" ,
51
51
"mocha" : " 7.2.0" ,
52
- "nock" : " 13.0.5" ,
53
52
"nyc" : " 15.1.0" ,
54
53
"rimraf" : " 3.0.2" ,
55
54
"sinon" : " 10.0.0" ,
56
55
"ts-mocha" : " 8.0.0" ,
57
- "ts-node" : " 8.10.2" ,
58
56
"typescript" : " 4.1.3"
59
57
},
60
58
"dependencies" : {
Original file line number Diff line number Diff line change 31
31
"url" : " https://github.com/open-telemetry/opentelemetry-js/issues"
32
32
},
33
33
"dependencies" : {
34
- "@opentelemetry/api" : " ^1.0.0-rc.0" ,
35
34
"@opentelemetry/exporter-collector" : " ^0.19.0" ,
36
35
"@opentelemetry/instrumentation" : " ^0.19.0" ,
37
36
"@opentelemetry/instrumentation-graphql" : " ^0.15.0" ,
42
41
"apollo-server" : " ^2.18.1" ,
43
42
"express" : " ^4.17.1" ,
44
43
"express-graphql" : " ^0.11.0" ,
45
- "graphql" : " ^15.3.0" ,
46
- "qs-middleware" : " ^1.0.3"
44
+ "graphql" : " ^15.3.0"
47
45
},
48
46
"homepage" : " https://github.com/open-telemetry/opentelemetry-js#readme" ,
49
47
"devDependencies" : {
Original file line number Diff line number Diff line change 41
41
"@opentelemetry/node" : " ^0.19.0" ,
42
42
"@opentelemetry/propagator-grpc-census-binary" : " ^0.15.0" ,
43
43
"@opentelemetry/tracing" : " ^0.19.0" ,
44
- "grpc" : " ^1.24.2" ,
45
- "node-pre-gyp" : " 0.12.0"
44
+ "grpc" : " ^1.24.2"
46
45
},
47
46
"homepage" : " https://github.com/open-telemetry/opentelemetry-js#readme" ,
48
47
"devDependencies" : {
Original file line number Diff line number Diff line change 34
34
"@opentelemetry/node" : " ^0.19.0" ,
35
35
"@opentelemetry/instrumentation-grpc" : " ^0.19.0" ,
36
36
"@opentelemetry/tracing" : " ^0.19.0" ,
37
- "grpc" : " ^1.24.6" ,
38
- "node-pre-gyp" : " ^0.17.0"
37
+ "grpc" : " ^1.24.6"
39
38
},
40
39
"homepage" : " https://github.com/open-telemetry/opentelemetry-js#readme" ,
41
40
"devDependencies" : {
Original file line number Diff line number Diff line change 37
37
"rimraf" : " 3.0.2" ,
38
38
"sinon" : " 10.0.0" ,
39
39
"ts-mocha" : " 8.0.0" ,
40
- "ts-node" : " 9.0.0" ,
41
40
"tslint-consistent-codestyle" : " 1.16.0" ,
42
41
"tslint-microsoft-contrib" : " 6.2.0" ,
43
42
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 48
48
"sinon" : " 10.0.0" ,
49
49
"ts-loader" : " 8.0.14" ,
50
50
"ts-mocha" : " 8.0.0" ,
51
- "ts-node" : " 9.1.1" ,
52
51
"typescript" : " 4.1.3" ,
53
52
"webpack" : " 4.46.0" ,
54
53
"webpack-cli" : " 4.3.1" ,
Original file line number Diff line number Diff line change 42
42
"access" : " public"
43
43
},
44
44
"devDependencies" : {
45
- "@opentelemetry/exporter-prometheus" : " 0.19.0" ,
46
45
"@types/mocha" : " 8.0.2" ,
47
46
"@types/node" : " 14.0.27" ,
48
47
"@types/sinon" : " 9.0.4" ,
49
48
"codecov" : " 3.8.0" ,
50
49
"gts" : " 3.1.0" ,
51
50
"mocha" : " 7.2.0" ,
52
- "mock-require" : " 3.0.3" ,
53
- "nan" : " 2.14.2" ,
54
51
"nyc" : " 15.1.0" ,
55
52
"rimraf" : " 3.0.2" ,
56
- "semver" : " 7.3.2" ,
57
53
"sinon" : " 10.0.0" ,
58
- "ts-loader" : " 8.0.7" ,
59
54
"ts-mocha" : " 8.0.0" ,
60
- "ts-node" : " 8.10.2" ,
61
55
"typescript" : " 4.1.3"
62
56
},
63
57
"dependencies" : {
Original file line number Diff line number Diff line change 26
26
"devDependencies" : {
27
27
"@types/node" : " 14.6.0" ,
28
28
"gts" : " 3.1.0" ,
29
- "ts-node" : " 9.0.0" ,
30
29
"tslint-consistent-codestyle" : " 1.16.0" ,
31
30
"tslint-microsoft-contrib" : " 6.2.0" ,
32
31
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 41
41
"access" : " public"
42
42
},
43
43
"devDependencies" : {
44
- "@opentelemetry/core" : " 0.19.0" ,
45
44
"@opentelemetry/node" : " 0.19.0" ,
46
45
"@types/aws-lambda" : " 8.10.73" ,
47
46
"@types/mocha" : " 7.0.2" ,
48
47
"@types/node" : " 14.0.27" ,
49
- "@types/semver" : " 7.3.1" ,
50
- "@types/shimmer" : " 1.0.1" ,
51
- "@types/sinon" : " 9.0.4" ,
52
48
"codecov" : " 3.7.2" ,
53
- "copyfiles" : " 2.4.1" ,
54
49
"gts" : " 2.0.2" ,
55
50
"mocha" : " 7.2.0" ,
56
51
"nyc" : " 15.1.0" ,
57
52
"rimraf" : " 3.0.2" ,
58
- "sinon" : " 9.0.2" ,
59
53
"ts-mocha" : " 8.0.0" ,
60
- "ts-node" : " 9.0.0" ,
61
54
"tslint-consistent-codestyle" : " 1.16.0" ,
62
55
"tslint-microsoft-contrib" : " 6.2.0" ,
63
56
"typescript" : " 3.9.7"
Original file line number Diff line number Diff line change 43
43
},
44
44
"devDependencies" : {
45
45
"@opentelemetry/context-async-hooks" : " 0.19.0" ,
46
- "@opentelemetry/core" : " 0.19.0" ,
47
46
"@opentelemetry/node" : " 0.19.0" ,
48
47
"@opentelemetry/tracing" : " 0.19.0" ,
49
48
"@types/mocha" : " 7.0.2" ,
58
57
"rimraf" : " 3.0.2" ,
59
58
"sinon" : " 9.0.2" ,
60
59
"ts-mocha" : " 8.0.0" ,
61
- "ts-node" : " 9.0.0" ,
62
60
"tslint-consistent-codestyle" : " 1.16.0" ,
63
61
"tslint-microsoft-contrib" : " 6.2.0" ,
64
62
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 56
56
"rimraf" : " 3.0.2" ,
57
57
"sinon" : " 10.0.0" ,
58
58
"ts-mocha" : " 8.0.0" ,
59
- "ts-node" : " 9.0.0" ,
60
59
"tslint-consistent-codestyle" : " 1.16.0" ,
61
60
"tslint-microsoft-contrib" : " 6.2.0" ,
62
61
"typescript" : " 3.9.7"
Original file line number Diff line number Diff line change 55
55
"nyc" : " 15.1.0" ,
56
56
"rimraf" : " 3.0.2" ,
57
57
"ts-mocha" : " 8.0.0" ,
58
- "ts-node" : " 9.0.0" ,
59
58
"tslint-consistent-codestyle" : " 1.16.0" ,
60
59
"tslint-microsoft-contrib" : " 6.2.0" ,
61
60
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 47
47
"@types/graphql" : " 14.5.0" ,
48
48
"@types/mocha" : " 8.0.1" ,
49
49
"@types/node" : " 14.0.27" ,
50
- "@types/semver" : " 7.3.1" ,
51
50
"codecov" : " 3.7.2" ,
52
51
"graphql" : " 15.4.0" ,
53
52
"gts" : " 3.1.0" ,
54
53
"mocha" : " 7.2.0" ,
55
54
"nyc" : " 15.1.0" ,
56
55
"rimraf" : " 3.0.2" ,
57
- "semver" : " 7.3.2" ,
58
- "shimmer" : " 1.2.1" ,
59
56
"ts-mocha" : " 8.0.0" ,
60
- "ts-node" : " 8.10.2" ,
61
57
"typescript" : " 4.1.3"
62
58
},
63
59
"dependencies" : {
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ registerInstrumentations({
68
68
69
69
See [ examples/hapi] ( https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/examples/hapi ) for a short example using Hapi
70
70
71
+ <!--
72
+ The dev dependency of `@hapi/[email protected] ` is required to force the compatible type declarations. See: https://github.com/hapijs/hapi/issues/4240
73
+ -->
74
+
71
75
## Hapi Instrumentation Support
72
76
This package provides automatic tracing for hapi server routes and [ request lifecycle] ( https://github.com/hapijs/hapi/blob/main/API.md#request-lifecycle ) extensions defined either directly or via a Hapi plugin.
73
77
Original file line number Diff line number Diff line change 56
56
"rimraf" : " 3.0.2" ,
57
57
"semver" : " 7.3.2" ,
58
58
"ts-mocha" : " 8.0.0" ,
59
- "ts-node" : " 9.0.0" ,
60
59
"tslint-consistent-codestyle" : " 1.16.0" ,
61
60
"tslint-microsoft-contrib" : " 6.2.0" ,
62
61
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 60
60
"nyc" : " 15.1.0" ,
61
61
"rimraf" : " 3.0.2" ,
62
62
"ts-mocha" : " 8.0.0" ,
63
- "ts-node" : " 9.0.0" ,
64
63
"tslint-consistent-codestyle" : " 1.16.0" ,
65
64
"tslint-microsoft-contrib" : " 6.2.0" ,
66
65
"typescript" : " 3.9.7"
Original file line number Diff line number Diff line change 58
58
"nyc" : " 15.1.0" ,
59
59
"rimraf" : " 3.0.2" ,
60
60
"ts-mocha" : " 8.0.0" ,
61
- "ts-node" : " 9.0.0" ,
62
61
"tslint-consistent-codestyle" : " 1.16.0" ,
63
62
"tslint-microsoft-contrib" : " 6.2.0" ,
64
63
"typescript" : " 4.1.3"
65
64
},
66
65
"dependencies" : {
67
66
"@opentelemetry/api" : " ^1.0.0-rc.0" ,
68
- "@opentelemetry/core" : " ^0.19.0" ,
69
67
"@opentelemetry/instrumentation" : " ^0.19.0" ,
70
68
"@opentelemetry/semantic-conventions" : " ^0.19.0"
71
69
}
Original file line number Diff line number Diff line change 56
56
"nyc" : " 15.1.0" ,
57
57
"rimraf" : " 3.0.2" ,
58
58
"ts-mocha" : " 8.0.0" ,
59
- "ts-node" : " 9.0.0" ,
60
59
"tslint-consistent-codestyle" : " 1.16.0" ,
61
60
"tslint-microsoft-contrib" : " 6.2.0" ,
62
61
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 54
54
"nyc" : " 15.1.0" ,
55
55
"rimraf" : " 3.0.2" ,
56
56
"ts-mocha" : " 8.0.0" ,
57
- "ts-node" : " 9.0.0" ,
58
57
"tslint-consistent-codestyle" : " 1.16.0" ,
59
58
"tslint-microsoft-contrib" : " 6.2.0" ,
60
59
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 42
42
"access" : " public"
43
43
},
44
44
"devDependencies" : {
45
- "@opentelemetry/core" : " 0.19.0" ,
46
45
"@opentelemetry/node" : " 0.19.0" ,
47
46
"@opentelemetry/tracing" : " 0.19.0" ,
48
47
"@types/mocha" : " 7.0.2" ,
55
54
"rimraf" : " 3.0.2" ,
56
55
"sinon" : " 10.0.0" ,
57
56
"ts-mocha" : " 8.0.0" ,
58
- "ts-node" : " 9.0.0" ,
59
57
"tslint-consistent-codestyle" : " 1.16.0" ,
60
58
"tslint-microsoft-contrib" : " 6.2.0" ,
61
59
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 64
64
"pg-pool" : " 3.2.1" ,
65
65
"rimraf" : " 3.0.2" ,
66
66
"ts-mocha" : " 8.0.0" ,
67
- "ts-node" : " 9.0.0" ,
68
67
"tslint-consistent-codestyle" : " 1.16.0" ,
69
68
"tslint-microsoft-contrib" : " 6.2.0" ,
70
69
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 58
58
"redis" : " 3.0.2" ,
59
59
"rimraf" : " 3.0.2" ,
60
60
"ts-mocha" : " 8.0.0" ,
61
- "ts-node" : " 9.0.0" ,
62
61
"tslint-consistent-codestyle" : " 1.16.0" ,
63
62
"tslint-microsoft-contrib" : " 6.2.0" ,
64
63
"typescript" : " 4.1.3"
Original file line number Diff line number Diff line change 54
54
"restify" : " ^4.3.4" ,
55
55
"rimraf" : " 3.0.2" ,
56
56
"ts-mocha" : " 8.0.0" ,
57
- "ts-node" : " 9.0.0" ,
58
57
"tslint-consistent-codestyle" : " 1.16.0" ,
59
58
"tslint-microsoft-contrib" : " 6.2.0" ,
60
59
"typescript" : " 4.1.3"
61
60
},
62
61
"dependencies" : {
63
62
"@opentelemetry/api" : " ^1.0.0-rc.0" ,
64
- "@opentelemetry/core" : " ^0.19.0" ,
65
63
"@opentelemetry/instrumentation" : " ^0.19.0" ,
66
64
"@opentelemetry/semantic-conventions" : " ^0.19.0"
67
65
}
Original file line number Diff line number Diff line change 55
55
"rimraf" : " 3.0.2" ,
56
56
"sinon" : " 9.0.2" ,
57
57
"ts-mocha" : " 8.0.0" ,
58
- "ts-node" : " 9.0.0" ,
59
58
"tslint-consistent-codestyle" : " 1.16.0" ,
60
59
"tslint-microsoft-contrib" : " 6.2.0" ,
61
60
"typescript" : " 4.1.3" ,
Original file line number Diff line number Diff line change 63
63
"sinon" : " 10.0.0" ,
64
64
"ts-loader" : " 8.0.0" ,
65
65
"ts-mocha" : " 8.0.0" ,
66
- "ts-node" : " 9.0.0" ,
67
66
"tslint-consistent-codestyle" : " 1.16.0" ,
68
67
"tslint-microsoft-contrib" : " 6.2.0" ,
69
68
"typescript" : " 4.1.3" ,
Original file line number Diff line number Diff line change 69
69
"sinon" : " 10.0.0" ,
70
70
"ts-loader" : " 8.0.2" ,
71
71
"ts-mocha" : " 8.0.0" ,
72
- "ts-node" : " 9.0.0" ,
73
72
"tslint-consistent-codestyle" : " 1.16.0" ,
74
73
"tslint-microsoft-contrib" : " 6.2.0" ,
75
74
"typescript" : " 4.1.3" ,
Original file line number Diff line number Diff line change 70
70
"sinon" : " 10.0.0" ,
71
71
"ts-loader" : " 8.0.4" ,
72
72
"ts-mocha" : " 8.0.0" ,
73
- "ts-node" : " 9.0.0" ,
74
73
"tslint-consistent-codestyle" : " 1.16.0" ,
75
74
"tslint-microsoft-contrib" : " 6.2.0" ,
76
75
"typescript" : " 4.1.3" ,
Original file line number Diff line number Diff line change 52
52
"rimraf" : " 3.0.2" ,
53
53
"ts-loader" : " 8.0.2" ,
54
54
"ts-mocha" : " 8.0.0" ,
55
- "ts-node" : " 9.0.0" ,
56
55
"tslint-consistent-codestyle" : " 1.16.0" ,
57
56
"tslint-microsoft-contrib" : " 6.2.0" ,
58
57
"typescript" : " 4.1.3"
59
58
},
60
59
"dependencies" : {
61
- "@opentelemetry/api" : " ^1.0.0-rc.0" ,
62
- "@opentelemetry/core" : " ^0.19.0"
60
+ "@opentelemetry/api" : " ^1.0.0-rc.0"
63
61
}
64
62
}
Original file line number Diff line number Diff line change 60
60
"karma-webpack" : " 4.0.2" ,
61
61
"mocha" : " 7.2.0" ,
62
62
"nyc" : " 15.1.0" ,
63
- "rimraf" : " 3.0.2" ,
64
63
"ts-loader" : " 8.0.12" ,
65
64
"ts-mocha" : " 8.0.0" ,
66
65
"typescript" : " 4.1.3" ,
You can’t perform that action at this time.
0 commit comments