You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625@pichlermarc
feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using json-schema-to-typescript and ajv#6533@MikeGoldsmith
feat(configuration, sdk-node): startNodeSDK() code path now uses log_level configuration to setup a DiagConsoleLogger #6668@trentm
Note that allowed values for log_level in a configuration YAML file are not the same set as for OTEL_LOG_LEVEL. Use log_level: trace to see all logs (equivalent of OTEL_LOG_LEVEL=ALL). Use log_level: fatal to effectively disable the SDK's internal diagnostic logger (equivalent of OTEL_LOG_LEVEL=NONE).
If log_level is not specified, a diagnostic console logger at "info" level will be setup.
An invalid YAML config file will now result in a noop OTel SDK.
🐛 Bug Fixes
fix(configuration): do not validate OTEL_CONFIG_FILE value before using it for file config #6643@trentm
fix(configuration): improve how 'additionalProperties' in JSON schema is translated to TS types #6650@trentm
fix(configuration): remove stripMinItems and preprocessNullArrays from validation/parsing #6657@trentm
fix(configuration): improve handling of enums in generated types #6659@trentm
fix(configuration): improve the technique for removing '| null' on types the JSON Schema #6662@trentm
fix(sampler-jaeger-remote): add missing axios dep #6656@trentm
fix(exporter-prometheus): handle malformed URLs in Prometheus exporter request handler #6674@homanp
experimental/v0.216.0
0.216.0
🚀 Features
feat(sdk-node): wire attribute_keys from declarative configuration to ViewOptions.attributesProcessors #6427@ravitheja4531-cell
feat(sdk-node): set TracerProvider in startNodeSDK() #6607@maryliag
🐛 Bug Fixes
fix(instrumentation-xml-http-request): avoid unwrapping XMLHttpRequest API when disabling #6611@david-luna
fix(instrumentation-fetch): tolerate non-writable globalThis.fetch and fix premature _isEnabled / _isFetchPatched flips in enable()@brunorodmoreira
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @opentelemetry/sdk-node from 0.203.0 to 0.217.0.
Release notes
Sourced from @opentelemetry/sdk-node's releases.
... (truncated)
Commits
74cde1bchore: prepare next release (#6675)e8f439afix: handle malformed URLs in Prometheus exporter request handler (#6674)ab3a2e2feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...d5b7d1efix(deps): update dependency axios to v1.15.2 [security] (#6670)c163618chore(deps): update github/codeql-action digest to e46ed2c (#6661)ec2bfbechore(configuration): move config generation scripts into the configuration p...acc9ecdchore(configuration): cosmetic changes to generated types.ts (#6663)8f008ecchore: Move inactive members to emeritus (#6649)435431efix(configuration): improve the technique for removing '| null' on types due ...4222024fix(configuration): improve handling of enums in generated types (#6659)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@opentelemetry/sdk-nodesince your current version.