Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release @elastic/[email protected] #490

Merged
merged 5 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/opentelemetry-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/opentelemetry-node Changelog

## Unreleased
## v0.6.0

- feat: Add `@elastic/opentelemetry-instrumentation-openai` to the default set
of instrumentations. See <https://github.com/elastic/elastic-otel-node/tree/main/packages/instrumentation-openai#readme>
Expand Down
23 changes: 11 additions & 12 deletions packages/opentelemetry-node/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.5.0",
"version": "0.6.0",
"type": "commonjs",
"description": "Elastic Distribution of OpenTelemetry Node.js",
"publishConfig": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@elastic/opentelemetry-instrumentation-openai": "^0.4.0",
"@elastic/opentelemetry-instrumentation-openai": "^0.4.1",
"@opentelemetry/api": "^1.3.0",
"@opentelemetry/core": "1.27.0",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.56.0",
Expand Down
3 changes: 0 additions & 3 deletions scripts/gen-notice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ npm ls --omit=dev --all --parseable \
"pg-types": "license.pg-types.txt",
"undici-types": "license.undici.txt",
"tr46": "license.MIT.txt",
// Temporary manual license path for v0.4.0 of @elastic/opentelemetry-instrumentation-openai
// TODO: remove this when the next version is published and updated in EDOT Node.js.
"@elastic/opentelemetry-instrumentation-openai": "../packages/instrumentation-openai/LICENSE",
}
const allowNoLicFile = [
"binary-search" // CC is a public domain dedication, no need for license text.
Expand Down
Loading