Skip to content

Commit

Permalink
release @elastic/[email protected] (#490)
Browse files Browse the repository at this point in the history
This adds an instrumentation for the 'openai' client
library: `@elastic/opentelemetry-instrumentation-openai`
  • Loading branch information
trentm authored Dec 18, 2024
1 parent 37c4eab commit 9d29836
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
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

0 comments on commit 9d29836

Please sign in to comment.