openllmetry-js
openllmetry-js copied to clipboard
chore(deps): bump @opentelemetry/instrumentation from 0.203.0 to 0.207.0 in /packages/instrumentation-langchain
Bumps @opentelemetry/instrumentation from 0.203.0 to 0.207.0.
Release notes
Sourced from @opentelemetry/instrumentation's releases.
experimental/v0.207.0
0.207.0
:boom: Breaking Changes
- feat(sdk-node)!: drop lazy-loading of jaeger exporter #5989
@pichlermarc
- (user-facing): setting
OTEL_TRACE_EXPORTER=jaegernot instantiate a Jaeger exporter anymore, please useOTEL_TRACE_EXPORTER=otlpinstead.
- Jaeger now has native API support for OTLP and Jaeger's Thrift API endpoints have been deprecated
- feat(otlp-exporter-base): check
OTEL_EXPORTER_OTLP_CERTIFICATEand other related env vars when resolving configuration for OTLP HTTP exporters #6015@david-luna:rocket: Features
- feat(sdk-node): always set up propagtion and context manager #5930
- using
(new NodeSDK).start()will now automatically set up a context management and propagation, even if no Trace SDK is initialized.- feat(otlp-exporter-base, otlp-grpc-exporter-base): add an option to let an SDK distribution prepend their own user-agent string in HTTP & GRPC exporters #5928
@david-luna- feat(web): add session handling implementation 5173
@martinkuba:bug: Bug Fixes
- fix(sdk-logs): Fix the
batchLogProcessorexporting only upon_scheduledDelayMillisand ignoringmaxExportBatchSize#5961@jacksonweber- fix(otlp-grpc-exporter-base): fix GRPC exporter not sending the user-agent header #5687
@david-luna:house: Internal
- test(opentelemetry-configuration): simplify management of environment variables #6004
@cjihrig- test(opentelemetry-configuration): preserve special process.env behavior #6010
@cjihrig- test(sdk-logs): ensure process.env is cleaned up between tests #6017
@cjihrig- test(otlp-grpc-exporter-base): remove duplicated delete statements #6022
@cjihrig- test(opentelemetry-configuration): ensure process.env is cleaned up after envVariableSubstitution tests #6026
@cjihrigexperimental/v0.206.0
0.206.0
:rocket: Features
- feat(otlp-transformer): add span flags support for isRemote property #5910
@nikhilmantri0902- feat(sampler-composite): Added experimental implementations of draft composite sampling spec #5839
@anuraaga- feat(opentelemetry-configuration): add more attributes to config model #5826
@maryliag- feat(opentelemetry-configuration): Parse of Configuration File #5875
@maryliag- feat(opentelemetry-configuration): parse of array objects on configuration file #5947
@maryliag- feat(opentelemetry-configuration): parse of environment variables on configuration file #5947
@maryliag:bug: Bug Fixes
- fix(instrumentation-http): respect requireParent flag when INVALID_SPAN_CONTEXT is used #4788
@reberhardt7- fix(otlp-transformer): trunc hrTime to int for nanos converting #5924
@blumamir:house: Internal
... (truncated)
Commits
fb6476dchore: prepare next release (#6008)2d115fdtest: test Node.js 25 in CI (#6019)fe8fd65feat(opentelemetry-configuration): support file with format rc.2 (#6029)91e0d23chore(deps): update actions/setup-node action to v6 (#6028)3bb5717test(opentelemetry-configuration): ensureprocess.envis cleaned up after `...a93b1dcchore(move-to-emeriuts): create token before checkout (#6018)a39500dtest(otlp-grpc-exporter-base): remove duplicateddeletestatements (#6022)8c62fb1chore(deps): Updateimport-in-the-middle(#6020)6854413test(sdk-logs): ensure process.env is cleaned up between tests (#6017)3353b6ffeat(otlp-exporter-base): accept TLS config for node HTTP exporters from env ...- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @opentelemetry/instrumentation since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT] Bumps
@opentelemetry/instrumentationto 0.207.0, introducing breaking changes, new features, and bug fixes.
- Dependency Update:
- Bumps
@opentelemetry/instrumentationfrom 0.203.0 to 0.207.0 inpackage.json.- Breaking Changes:
- Removes lazy-loading of Jaeger exporter;
OTEL_TRACE_EXPORTER=jaegerno longer instantiates Jaeger exporter.- Users should use
OTEL_TRACE_EXPORTER=otlpdue to Jaeger's native OTLP support.- Features:
- Adds session handling implementation.
- Checks
OTEL_EXPORTER_OTLP_CERTIFICATEand related env vars for OTLP HTTP exporters.- Bug Fixes:
- Fixes
batchLogProcessorexporting behavior and GRPC exporter user-agent header issue.This description was created by
for dca697bef2a9152aaeef382cd22bfb0d6d616b31. You can customize this summary. It will automatically update as commits are pushed.
Labels
The following labels could not be found: instrumentation-langchain. Please create it before Dependabot can add it to a pull request.
Please fix the above issues or remove invalid values from dependabot.yml.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Comment @coderabbitai help to get the list of available commands and usage tips.