Skip to content

Commit cdff25a

Browse files
authored
[autoinstrumentation/nodejs] update node dependencies (open-telemetry#3475)
This updates the dependencies of the autoinstrumentation for nodejs to the latest available versions. There have been some important bugfixes for us recently. Signed-off-by: Marius Svechla <[email protected]>
1 parent de0a8e7 commit cdff25a

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

Diff for: .chloggen/auto_instr_node_up.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: auto-instrumentation
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: updated node auto-instrumentation dependencies to the latest version
9+
10+
# One or more tracking issues related to the change
11+
issues: [3476]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext: |
17+
auto-instrumentations-node to 0.53.0
18+
exporter-metrics-otlp-grpc to 0.55.0
19+
exporter-prometheus to 0.55.0

Diff for: autoinstrumentation/nodejs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"typescript": "^5.6.3"
1515
},
1616
"dependencies": {
17-
"@opentelemetry/auto-instrumentations-node": "0.52.1",
18-
"@opentelemetry/exporter-metrics-otlp-grpc": "0.54.0",
19-
"@opentelemetry/exporter-prometheus": "0.54.0"
17+
"@opentelemetry/exporter-metrics-otlp-grpc": "0.55.0",
18+
"@opentelemetry/auto-instrumentations-node": "0.53.0",
19+
"@opentelemetry/exporter-prometheus": "0.55.0"
2020
}
2121
}

0 commit comments

Comments
 (0)