Welcome to the AWS Distro for OpenTelemetry project. If you're using monitoring and observability tools for AWS products and services, this is a great place to ask questions, request features and network with other community members.
feat(api): allow adding span links after span creation #4536@seemk
This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the specification as new features need to be implemented.
feat(context-zone*): support zone.js 0.12.x #4376@maldago
refactor(core): Use tree-shakeable string constants for semconv #4739@JohannesHuster
refactor(shim-opentracing): Use tree-shakeable string constants for semconv #4746@JohannesHuster
refactor(sdk-trace-web): Use tree-shakeable string constants for semconv #4747@JohannesHuster
refactor(sdk-trace-node): Use tree-shakeable string constants for semconv #4748@JohannesHuster
refactor(sdk-trace-base): Use tree-shakeable string constants for semconv #4749@JohannesHuster
refactor(resources): update deprecated semconv to use exported strings #4755@JamieDanielson
refactor(exporters): update deprecated semconv to use exported strings #4756@JamieDanielson
:books: (Refine Doc)
refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/http #4750@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761@Zen-cronic
v1.24.1
1.24.1
:bug: (Bug Fix)
fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648@pichlermarc
getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
feat(context-zone*): support zone.js 0.12.x #4376@maldago
refactor(core): Use tree-shakeable string constants for semconv #4739@JohannesHuster
refactor(shim-opentracing): Use tree-shakeable string constants for semconv #4746@JohannesHuster
refactor(sdk-trace-web): Use tree-shakeable string constants for semconv #4747@JohannesHuster
refactor(sdk-trace-node): Use tree-shakeable string constants for semconv #4748@JohannesHuster
refactor(sdk-trace-base): Use tree-shakeable string constants for semconv #4749@JohannesHuster
refactor(resources): update deprecated semconv to use exported strings #4755@JamieDanielson
refactor(exporters): update deprecated semconv to use exported strings #4756@JamieDanielson
:books: (Refine Doc)
refactor(examples): use new exported string constants for semconv in examples/esm-http-ts #4758@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/basic-tracer-node #4759@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/http #4750@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/grpc-js #4760@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/otlp-exporter-node #4762@Zen-cronic
refactor(examples): use new exported string constants for semconv in examples/opentracing-shim #4761@Zen-cronic
1.24.1
:bug: (Bug Fix)
fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648@pichlermarc
getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
fixes a circular import warning which would appear in rollup when bundling @opentelemetry/resources
fix(exporter-metrics-otlp-grpc): add explicit otlp-exporter-base dependency to exporter-metrics-otlp-grpc #4678@AkselAllas
1.24.0
:rocket: (Enhancement)
feat(sdk-trace-base): log resource attributes in ConsoleSpanExporter #4605@pichlermarc
feat(propagator-aws-xray): moved AWS Xray propagator from contrib 4603@martinkuba
feat(resources): new experimental detector ServiceInstanceIdDetectorSync that sets the value for service.instance.id as random UUID. #4608@maryliag
:bug: (Bug Fix)
fix(sdk-trace-web): fix invalid timings in span events #4486@Abinet18
fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser #4561@trentm
fix(core): align inconsistent behavior of getEnv() and getEnvWithoutDefaults() when a process polyfill is used #4648@pichlermarc
getEnvWithoutDefaults() would use process.env if it was defined when running in a browser, while getEnv() would always use _globalThis. Now both use _globalThis when running in a browser.
1.23.0
... (truncated)
Commits
c4d3351 fix(sdk-logs): adapt versions for release (#4769)
26974c4 chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)
957fa3b refactor(examples/esm-http-ts): use new exported string constants for semconv...
97d0ec5 refactor(examples/basic-tracer-node): use new exported string constants for s...
929e345 refactor(examples/grpc-js): use new exported string constants for semconv (#4...
97f372b refactor(experimental/examples/opencensus-shim): use new exported string cons...
9cd2021 refactor(examples/otlp-exporter-node): use new exported string constants for ...
de50349 refactor(examples/opentracing-shim): use new exported string constants for se...
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4542@pichlermarc
Breaking changes:
(user-facing) convert() now returns an empty object and will be removed in a follow-up
(internal) OTLPExporterNodeBase now has additional constructor parameters that are required
(internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4581@pichlermarc
Breaking changes:
(user-facing) convert() has been removed from all exporters
(internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
(internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
(internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @blumamir
fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694@blumamir
feat(instrumentation)!: simplify registerInstrumentations() API
Breaking changes:
removes InstrumentationOptions type
occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
feat(sdk-node)!: simplify type of instrumentations option
Breaking changes:
replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
feat(instrumentation): apply unwrap before wrap in base class #4692
feat(instrumentation): add util to execute span customization hook in base class #4663@blumamir
feat(instrumentation): generic config type in instrumentation base #4659@blumamir
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4542@pichlermarc
Breaking changes:
(user-facing) convert() now returns an empty object and will be removed in a follow-up
(internal) OTLPExporterNodeBase now has additional constructor parameters that are required
(internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4581@pichlermarc
Breaking changes:
(user-facing) convert() has been removed from all exporters
(internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
(internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
(internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @blumamir
fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694@blumamir
feat(instrumentation)!: simplify registerInstrumentations() API
Breaking changes:
removes InstrumentationOptions type
occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
feat(sdk-node)!: simplify type of instrumentations option
Breaking changes:
replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
feat(instrumentation): apply unwrap before wrap in base class #4692
feat(instrumentation): add util to execute span customization hook in base class #4663@blumamir
feat(instrumentation): generic config type in instrumentation base #4659@blumamir
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4542@pichlermarc
Breaking changes:
(user-facing) convert() now returns an empty object and will be removed in a follow-up
(internal) OTLPExporterNodeBase now has additional constructor parameters that are required
(internal) OTLPExporterNodeBase now has an additional ResponseType type parameter
feat(exporter--otlp-)!: move serialization for Node.js exporters to @opentelemetry/otlp-transformer#4581@pichlermarc
Breaking changes:
(user-facing) convert() has been removed from all exporters
(internal) OTLPExporterBrowserBase: RequestType has been replaced by a ResponseType type-argument
(internal) OTLPExporterNodeBase: ServiceRequest has been replaced by a ServiceResponse type-argument
(internal) the @opentelemetry/otlp-exporter-proto-base package has been removed, and will from now on be deprecated in npm
feat(instrumentation): remove default value for config in base instrumentation constructor #4695: @blumamir
fix(instrumentation)!: remove unused supportedVersions from Instrumentation interface #4694@blumamir
feat(instrumentation)!: simplify registerInstrumentations() API
Breaking changes:
removes InstrumentationOptions type
occurrences of InstrumentationOptions are now replaced by (Instrumentation | Instrumentation[])[]
migrate usages of registerInstrumentations({instrumentations: fooInstrumentation}) to registerInstrumentations({instrumentations: [fooInstrumentation]})
passing Instrumentation classes to registerInstrumentations() is now not possible anymore.
feat(sdk-node)!: simplify type of instrumentations option
Breaking changes:
replaces InstrumentationOptions with (Instrumentation | Instrumentation[])[]
:rocket: (Enhancement)
feat(instrumentation): apply unwrap before wrap in base class #4692
feat(instrumentation): add util to execute span customization hook in base class #4663@blumamir
feat(instrumentation): generic config type in instrumentation base #4659@blumamir
Bumps the js-sample-app-deps group with 19 updates in the /sample-apps/javascript-sample-app directory:
1.7.0
1.9.0
0.41.1
0.47.1
1.21.0
1.25.0
0.48.0
0.52.0
0.48.0
0.52.0
0.48.0
0.52.0
1.2.1
1.2.2
0.38.1
0.42.0
0.48.0
0.52.0
1.3.1
1.25.0
1.21.0
1.25.0
1.21.0
1.25.0
0.48.0
0.52.0
1.21.0
1.25.0
1.21.0
1.25.0
1.21.0
1.25.0
2.1561.0
2.1643.0
1.6.7
1.7.2
4.18.2
4.19.2
Updates
@opentelemetry/api
from 1.7.0 to 1.9.0Release notes
Sourced from
@opentelemetry/api
's releases.... (truncated)
Changelog
Sourced from
@opentelemetry/api
's changelog.... (truncated)
Commits
08f597f
chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)969bb62
fix(tracing): make spans resilient to performance clock drift (#3434)2dcc898
Document repo settings (#3519)475e401
docs(sdk-metrics): fix badge and reword introductory sentence (#3484)126ae93
fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a ...c93ab9e
fix(core): fix precision loss in numberToHrtime (#3480)3fd6fb8
fix(sdk-metrics): fix duplicated registration of metrics for collectors (#3488)93222fc
fix(api): declare this parameter type in observable callbacks (#3497)eecb800
feat(sdk-node): configure no-op sdk withOTEL_SDK_DISABLED
environment vari...1c3af6c
feat(api-logs): add the SeverityNumber enumeration (#3443)Updates
@opentelemetry/auto-instrumentations-node
from 0.41.1 to 0.47.1Release notes
Sourced from
@opentelemetry/auto-instrumentations-node
's releases.... (truncated)
Commits
93e7aab
chore: release main (#2263)ce5f48d
fix(instr-express): keep hidden properties in layer handlers (#2137)93776fa
fix(azure-functions-resource-detector): Update Azure Functions Detector to Co...cac5cc9
chore(deps): update dependency@rollup/plugin-commonjs
to v26 (#2264)9761a91
fix: ContainerId not detected post version 0.2.2 (#2270)3e863cf
docs(instrumentation-undici): Update option links to point to right link (#2261)2b1360d
feat(instrumentation-mongodb): support aggregation commands and support neste...6721bdd
fix(baggage-span-processor): cannot find module (#2260)0af1b70
chore: release main (#2211)71c15d5
feat: update otel core dependencies (#2257)Updates
@opentelemetry/exporter-jaeger
from 1.21.0 to 1.25.0Release notes
Sourced from
@opentelemetry/exporter-jaeger
's releases.... (truncated)
Changelog
Sourced from
@opentelemetry/exporter-jaeger
's changelog.... (truncated)
Commits
c4d3351
fix(sdk-logs): adapt versions for release (#4769)26974c4
chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)957fa3b
refactor(examples/esm-http-ts): use new exported string constants for semconv...97d0ec5
refactor(examples/basic-tracer-node): use new exported string constants for s...929e345
refactor(examples/grpc-js): use new exported string constants for semconv (#4...97f372b
refactor(experimental/examples/opencensus-shim): use new exported string cons...9cd2021
refactor(examples/otlp-exporter-node): use new exported string constants for ...de50349
refactor(examples/opentracing-shim): use new exported string constants for se...7c808e3
add Events SDK (#4629)9d3bc18
chore: move flarna from approver to emeritus (#4757)Updates
@opentelemetry/exporter-metrics-otlp-grpc
from 0.48.0 to 0.52.0Release notes
Sourced from
@opentelemetry/exporter-metrics-otlp-grpc
's releases.... (truncated)
Commits
c4d3351
fix(sdk-logs): adapt versions for release (#4769)26974c4
chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)957fa3b
refactor(examples/esm-http-ts): use new exported string constants for semconv...97d0ec5
refactor(examples/basic-tracer-node): use new exported string constants for s...929e345
refactor(examples/grpc-js): use new exported string constants for semconv (#4...97f372b
refactor(experimental/examples/opencensus-shim): use new exported string cons...9cd2021
refactor(examples/otlp-exporter-node): use new exported string constants for ...de50349
refactor(examples/opentracing-shim): use new exported string constants for se...7c808e3
add Events SDK (#4629)9d3bc18
chore: move flarna from approver to emeritus (#4757)Updates
@opentelemetry/exporter-prometheus
from 0.48.0 to 0.52.0Release notes
Sourced from
@opentelemetry/exporter-prometheus
's releases.... (truncated)
Commits
c4d3351
fix(sdk-logs): adapt versions for release (#4769)26974c4
chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)957fa3b
refactor(examples/esm-http-ts): use new exported string constants for semconv...97d0ec5
refactor(examples/basic-tracer-node): use new exported string constants for s...929e345
refactor(examples/grpc-js): use new exported string constants for semconv (#4...97f372b
refactor(experimental/examples/opencensus-shim): use new exported string cons...9cd2021
refactor(examples/otlp-exporter-node): use new exported string constants for ...de50349
refactor(examples/opentracing-shim): use new exported string constants for se...7c808e3
add Events SDK (#4629)9d3bc18
chore: move flarna from approver to emeritus (#4757)Updates
@opentelemetry/exporter-trace-otlp-grpc
from 0.48.0 to 0.52.0Release notes
Sourced from
@opentelemetry/exporter-trace-otlp-grpc
's releases.... (truncated)
Commits
c4d3351
fix(sdk-logs): adapt versions for release (#4769)26974c4
chore: prepare release API 1.9.0/Core 1.25.0/Experimental 0.52.0 (#4677)957fa3b
refactor(examples/esm-http-ts): use new exported string constants for semconv...97d0ec5
refactor(examples/basic-tracer-node): use new exported string constants for s...929e345
refactor(examples/grpc-js): use new exported string constants for semconv (#4...97f372b
refactor(experimental/examples/opencensus-shim): use new exported string cons...9cd2021
refactor(examples/otlp-exporter-node): use new exported string constants for ...de50349
refactor(examples/opentracing-shim): use new exported string constants for se...7c808e3
add Events SDK (#4629)9d3bc18
chore: move flarna from approver to emeritus (#4757)Updates
@opentelemetry/id-generator-aws-xray
from 1.2.1 to 1.2.2Commits
b31df37
chore: release main (#2083)f3406ea
chore: remove patch and unpatch diag from instrumentations (#2107)73e01f2
chore(examples/graphql): use exported strings for attributes (#2122)80cbee7
chore: experimental 0.51.0, remove instrumentations generic type to align wit...46b6775
test(instr-document-load): fix test to allow missing network span events (#2145)