Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

File tree

35 files changed

+146
-34
lines changed

35 files changed

+146
-34
lines changed

detectors/node/resource-detector-deployment/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.30.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-deployment@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-resource-detector-deployment
9+
10+
11+
12+
13+
614
# [0.29.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-deployment@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-resource-detector-deployment

detectors/node/resource-detector-deployment/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-resource-detector-deployment",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "open telemetry resource detector for deployment",
55
"keywords": [
66
"opentelemetry"
@@ -38,14 +38,14 @@
3838
"dependencies": {
3939
"@opentelemetry/resources": "~1.24.1",
4040
"@opentelemetry/semantic-conventions": "^1.24.1",
41-
"opentelemetry-resource-detector-sync-api": "^0.29.0"
41+
"opentelemetry-resource-detector-sync-api": "^0.30.0"
4242
},
4343
"devDependencies": {
4444
"@opentelemetry/api": "^1.8.0",
4545
"@types/mocha": "^8.2.2",
46+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
4647
"expect": "^26.6.2",
4748
"mocha": "^8.4.0",
48-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
4949
"ts-node": "^10.9.2",
5050
"typescript": "5.4.5"
5151
},

detectors/node/resource-detector-git/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.30.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-git@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-resource-detector-git
9+
10+
11+
12+
13+
614
# [0.29.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-git@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-resource-detector-git

detectors/node/resource-detector-git/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-resource-detector-git",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "open telemetry resource detector for git",
55
"keywords": [
66
"opentelemetry"
@@ -39,16 +39,16 @@
3939
"dependencies": {
4040
"@opentelemetry/resources": "~1.24.1",
4141
"@opentelemetry/semantic-conventions": "^1.24.1",
42-
"opentelemetry-resource-detector-sync-api": "^0.29.0",
42+
"opentelemetry-resource-detector-sync-api": "^0.30.0",
4343
"uuid": "^8.3.2"
4444
},
4545
"devDependencies": {
4646
"@opentelemetry/api": "^1.8.0",
4747
"@types/mocha": "^8.2.2",
4848
"@types/node": "^14.0.0",
49+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
4950
"expect": "^26.6.2",
5051
"mocha": "^8.4.0",
51-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5252
"sinon": "^11.1.1",
5353
"ts-node": "^10.9.2",
5454
"typescript": "5.4.5"

detectors/node/resource-detector-service/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.30.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-service@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-resource-detector-service
9+
10+
11+
12+
13+
614
# [0.29.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-service@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-resource-detector-service

detectors/node/resource-detector-service/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-resource-detector-service",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "open telemetry resource detector for service",
55
"keywords": [
66
"opentelemetry"
@@ -38,15 +38,15 @@
3838
"dependencies": {
3939
"@opentelemetry/resources": "~1.24.1",
4040
"@opentelemetry/semantic-conventions": "^1.24.1",
41-
"opentelemetry-resource-detector-sync-api": "^0.29.0",
41+
"opentelemetry-resource-detector-sync-api": "^0.30.0",
4242
"uuid": "^8.3.2"
4343
},
4444
"devDependencies": {
4545
"@opentelemetry/api": "^1.8.0",
4646
"@types/mocha": "^8.2.2",
47+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
4748
"expect": "^26.6.2",
4849
"mocha": "^8.4.0",
49-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5050
"ts-node": "^10.9.2",
5151
"typescript": "5.4.5"
5252
},

detectors/resource-detector-sync-api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.30.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-sync-api@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-resource-detector-sync-api
9+
10+
11+
12+
13+
614
# [0.29.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-resource-detector-sync-api@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-resource-detector-sync-api

detectors/resource-detector-sync-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-resource-detector-sync-api",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "open telemetry api for sync resource detectors",
55
"keywords": [
66
"opentelemetry"

packages/instrumentation-elasticsearch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-elasticsearch@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-elasticsearch

packages/instrumentation-elasticsearch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-elasticsearch",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "open telemetry instrumentation for the `elasticsearch` module",
55
"keywords": [
66
"elasticsearch",
@@ -55,11 +55,11 @@
5555
"@opentelemetry/contrib-test-utils": "^0.39.0",
5656
"@types/chai": "^4.2.15",
5757
"@types/mocha": "^8.2.2",
58+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5859
"chai": "^4.3.0",
5960
"expect": "^26.6.2",
6061
"mocha": "^8.4.0",
6162
"nock": "^13.0.9",
62-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
6363
"sinon": "^9.2.4",
6464
"test-all-versions": "^5.0.1",
6565
"ts-node": "^10.9.2",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-express/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-express
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-express

packages/instrumentation-express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-express",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "enhanced open telemetry instrumentation for the `express` web framework",
55
"author": "Aspecto.io",
66
"license": "Apache-2.0",
@@ -48,12 +48,12 @@
4848
"@opentelemetry/sdk-trace-base": "^1.24.1",
4949
"@types/express": "4.17.8",
5050
"@types/mocha": "^8.2.2",
51+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5152
"axios": "0.21.1",
5253
"body-parser": "^1.19.0",
5354
"expect": "^26.6.2",
5455
"express": "4.17.1",
5556
"mocha": "^8.4.0",
56-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5757
"test-all-versions": "^5.0.1",
5858
"ts-node": "^10.9.2",
5959
"typescript": "5.4.5"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-kafkajs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-kafkajs
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-kafkajs@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-kafkajs

packages/instrumentation-kafkajs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-kafkajs",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "open telemetry instrumentation for the `kafkajs` kafka client",
55
"keywords": [
66
"kafka",
@@ -46,10 +46,10 @@
4646
"@opentelemetry/contrib-test-utils": "^0.39.0",
4747
"@opentelemetry/sdk-trace-base": "^1.24.1",
4848
"@types/mocha": "^8.2.2",
49+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
4950
"expect": "^26.6.2",
5051
"kafkajs": "^1.16.0",
5152
"mocha": "^8.4.0",
52-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5353
"ts-node": "^10.9.2",
5454
"typescript": "5.4.5"
5555
},
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-neo4j/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-neo4j@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-neo4j
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-neo4j@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-neo4j

packages/instrumentation-neo4j/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-neo4j",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "open telemetry instrumentation for the `neo4j` javascript driver",
55
"keywords": [
66
"neo4j",
@@ -52,10 +52,10 @@
5252
"@opentelemetry/contrib-test-utils": "^0.39.0",
5353
"@opentelemetry/sdk-trace-base": "^1.24.1",
5454
"@types/mocha": "^8.2.2",
55+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5556
"expect": "^26.6.2",
5657
"mocha": "^8.4.0",
5758
"neo4j-driver": "^4.2.2",
58-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5959
"test-all-versions": "^5.0.1",
6060
"ts-node": "^10.9.2",
6161
"typescript": "5.4.5"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-node-cache/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-node-cache@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-node-cache
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-node-cache@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-node-cache

packages/instrumentation-node-cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-node-cache",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "open telemetry instrumentation for the `node-cache`",
55
"keywords": [
66
"node-cache",
@@ -52,10 +52,10 @@
5252
"@opentelemetry/contrib-test-utils": "^0.39.0",
5353
"@opentelemetry/sdk-trace-base": "^1.24.1",
5454
"@types/mocha": "^8.2.2",
55+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5556
"expect": "^26.6.2",
5657
"mocha": "^8.4.0",
5758
"node-cache": "^5.1.2",
58-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5959
"test-all-versions": "^5.0.1",
6060
"ts-node": "^10.9.2",
6161
"typescript": "5.4.5"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-sequelize/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-sequelize
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-sequelize@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-sequelize

packages/instrumentation-sequelize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentelemetry-instrumentation-sequelize",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"description": "open telemetry instrumentation for the `sequelize` module",
55
"keywords": [
66
"sequelize",
@@ -51,10 +51,10 @@
5151
"@opentelemetry/contrib-test-utils": "^0.39.0",
5252
"@opentelemetry/sdk-trace-base": "^1.24.1",
5353
"@types/mocha": "^8.2.2",
54+
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5455
"expect": "^26.6.2",
5556
"mocha": "^8.4.0",
5657
"mysql2": "^2.2.5",
57-
"aspecto-opentelemetry-instrumentation-mocha": "0.0.9-alpha.0",
5858
"pg": "^8.4.2",
5959
"sequelize": "^5.22.0",
6060
"sqlite3": "^5.0.2",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this is autogenerated file, see scripts/version-update.js
2-
export const VERSION = '0.40.0';
2+
export const VERSION = '0.41.0';

packages/instrumentation-typeorm/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.41.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-typeorm@[email protected]) (2024-05-21)
7+
8+
**Note:** Version bump only for package opentelemetry-instrumentation-typeorm
9+
10+
11+
12+
13+
614
# [0.40.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-typeorm@[email protected]) (2023-10-17)
715

816
**Note:** Version bump only for package opentelemetry-instrumentation-typeorm

0 commit comments

Comments
 (0)