Skip to content

Commit

Permalink
[autoinstrumentation/nodejs] update node dependencies (#3475)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
msvechla authored Nov 25, 2024
1 parent de0a8e7 commit cdff25a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .chloggen/auto_instr_node_up.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: auto-instrumentation

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: updated node auto-instrumentation dependencies to the latest version

# One or more tracking issues related to the change
issues: [3476]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
auto-instrumentations-node to 0.53.0
exporter-metrics-otlp-grpc to 0.55.0
exporter-prometheus to 0.55.0
6 changes: 3 additions & 3 deletions autoinstrumentation/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"typescript": "^5.6.3"
},
"dependencies": {
"@opentelemetry/auto-instrumentations-node": "0.52.1",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.54.0",
"@opentelemetry/exporter-prometheus": "0.54.0"
"@opentelemetry/exporter-metrics-otlp-grpc": "0.55.0",
"@opentelemetry/auto-instrumentations-node": "0.53.0",
"@opentelemetry/exporter-prometheus": "0.55.0"
}
}

0 comments on commit cdff25a

Please sign in to comment.