Skip to content

Commit

Permalink
release @elastic/[email protected] (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jun 13, 2024
1 parent 27c842d commit f26bb57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions packages/opentelemetry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# @elastic/opentelemetry-node Changelog

## Unreleased

- feat: Add instrumentation for `@hapi/hapi` (instrumentation-hapi).
## v0.2.0

- feat: Add the following `@opentelemetry/instrumentation-*` instrumentations:
`hapi`, `aws-sdk`, `redis-4`, `grpc`, `pino`.
- feat: Add cloud/container resource detectors -- the same set included in
`@opentelemetry/auto-instrumentations-node`. These are enabled by default.
Use `OTEL_NODE_RESOURCE_DETECTORS` to set an explicit list of detectors.
(#214)
- feat: Add missing exporters for logs and metrics signals. This means that
`OTEL_EXPORTER_OTLP_PROTOCOL=grpc` and `OTEL_EXPORTER_OTLP_PROTOCOL=http/json`
now work. Before this change only the default `http/proto` OTLP export
protocol would work out of the box.

## v0.1.3

Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/opentelemetry-node",
"version": "0.1.3",
"version": "0.2.0",
"type": "commonjs",
"description": "Elastic OpenTelemetry distribution for Node.js",
"publishConfig": {
Expand Down

0 comments on commit f26bb57

Please sign in to comment.