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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff line change
@@ -81,17 +81,31 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se
81
81
* feat(core)!: remove TracesSamplerValues from exports [#5406](https://github.com/open-telemetry/opentelemetry-js/pull/5406)@pichlermarc
82
82
* (user-facing): TracesSamplerValues was only consumed internally and has been removed from exports without replacement
83
83
* chore(resources)!: Remove deprecated duplicate browser detector from `@opentelemetry/resource` in favor of `@opentelemetry/opentelemetry-browser-detector`[#5420](https://github.com/open-telemetry/opentelemetry-js/pull/5420)
84
+
* feat(core)!: remove unused and obsolete functions and types [#5444](https://github.com/open-telemetry/opentelemetry-js/pull/5444)@pichlermarc
85
+
* (user-facing): `VERSION` was an internal constant that was unintentionally exported. It has been removed without replacement.
86
+
* (user-facing): `isWrapped` has been removed in favor of `isWrapped` from `@opentelemetry/instrumentation`
87
+
* (user-facing): `ShimWrapped` has been removed in favor of `ShimWrapped` from `@opentelemetry/instrumentation`
88
+
* (user-facing): `hexToBase64` was a utility function that is not used by the SDK anymore. It has been removed without replacement.
89
+
* (user-facing): `hexToBinary` was a utility function that now internal to `@opentelemetry/otlp-tranformer`. It has been removed without replacement.
90
+
* (user-facing): `baggageUtils.getKeyParis` was an internal utility function that was unintentionally exported. It has been removed without replacement.
91
+
* (user-facing): `baggageUtils.serializeKeyPairs` was an internal utility function that was unintentionally exported. It has been removed without replacement.
92
+
* (user-facing): `baggageUtils.parseKeyPairsIntoRecord,` has been removed in favor of `parseKeyPairsIntoRecord`
93
+
* (user-facing): `baggageUtils.parsePairKeyValue` was an internal utility function that was unintentionally exported. It has been removed without replacement.
94
+
* (user-facing): `TimeOriginLegacy` has been removed without replacement.
95
+
* (user-facing): `isAttributeKey` was an internal utility function that was unintentionally exported. It has been removed without replacement.
84
96
85
97
### :rocket: (Enhancement)
86
98
87
99
* feat(sdk-trace-web): do not throw when passing extra options [#5357](https://github.com/open-telemetry/opentelemetry-js/pull/5357)@pichlermarc
88
100
*`WebTracerProvider` constructor now does not throw anymore when `contextManager` or `propagator` are passed as extra options to the constructor
89
101
* feat(sdk-trace-base): add stack trace warning to debug instrumentation [#5363](https://github.com/open-telemetry/opentelemetry-js/pull/5363)@neilfordyce
102
+
* feat(core): add more scalable replacements for getEnv(), getEnvWithoutDefaults() [#5443](https://github.com/open-telemetry/opentelemetry-js/pull/5443)@pichlermarc
90
103
91
104
### :bug: (Bug Fix)
92
105
93
106
* fix(exporter-zipkin): remove usages of deprecated `url.parse` from `node:url`[#5390](https://github.com/open-telemetry/opentelemetry-js/pull/5390)@chancancode
94
107
* fix(sdk-metrics): do not export from `PeriodicExportingMetricReader` when there are no metrics to export. [#5288](https://github.com/open-telemetry/opentelemetry-js/pull/5288)@jacksonweber
108
+
* fix(sdk-trace-base): always wait on pending export in SimpleSpanProcessor. [#5303](https://github.com/open-telemetry/opentelemetry-js/pull/5303)@anuraaga
95
109
96
110
### :books: (Refine Doc)
97
111
@@ -105,6 +119,7 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se
105
119
* chore(selenium-tests): remove internal selenium-tests/ package, it wasn't being used @trentm
106
120
* chore: update typescript `module` compiler option to `node16`. [#5347](https://github.com/open-telemetry/opentelemetry-js/pull/5347)@david-luna
107
121
* feat(opentelemetry-instrumentation): replace `semver` package with internal semantic versioning check implementation to get rid of `semver` package initialization overhead especially in the AWS Lambda environment during coldstart [#5305](https://github.com/open-telemetry/opentelemetry-js/pull/5305)@serkan-ozal
122
+
* chore: unpin `@opentelemetry/semantic-conventions` dep to allow better de-duplication in installs [#5439](https://github.com/open-telemetry/opentelemetry-js/pull/5439)@trentm
*Find more about the maintainer role in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).*
242
+
*Find more about the maintainer role in the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).*
*Find more about the approver role in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).*
256
+
*Find more about the approver role in the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver).*
Members of this team have triager permissions for opentelemetry-js.git and opentelemetry-js-contrib.git.
261
+
262
+
- (none currently)
263
+
264
+
*Find more about the triager role in the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#triager).*
Members of this team have triager permissions for opentelemetry-js-contrib.git.
269
+
Typically, members of this are [component owners](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/.github/component_owners.yml) of one or more packages in the contrib repo.
259
270
260
-
- N/A
271
+
-[Aaron Abbott](https://github.com/aabmass), Google
*Find more about the triager role in the [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#triager).*
289
+
*Find more about the triager role in the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#triager).*
263
290
264
291
#### Emeriti
265
292
@@ -276,7 +303,7 @@ We have a weekly SIG meeting! See the [community page](https://github.com/open-t
*Find more about the emeritus role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#emeritus-maintainerapprovertriager).*
306
+
*Find more about the emeritus role in [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager).*
280
307
281
308
#### Thanks to all the people who already contributed
Copy file name to clipboardExpand all lines: doc/metrics.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -521,7 +521,7 @@ a new http server on port 9464. You can now access the metrics at the endpoint
521
521
<http://localhost:9464/metrics>. This is the URL that can be scraped by Prometheus so it can consumed the metrics collected by OpenTelemetry in your application.
522
522
523
523
More information about Prometheus and how to configure can be found at:
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ All notable changes to experimental packages in this project will be documented
27
27
* fix(instrumentation-grpc): monitor error events with events.errorMonitor [#5369](https://github.com/open-telemetry/opentelemetry-js/pull/5369)@cjihrig
28
28
* fix(exporter-metrics-otlp-http): browser OTLPMetricExporter was not passing config to OTLPMetricExporterBase super class [#5331](https://github.com/open-telemetry/opentelemetry-js/pull/5331)@trentm
29
29
* fix(instrumentation-fetch, instrumentation-xhr): Ignore network events with zero-timings [#5332](https://github.com/open-telemetry/opentelemetry-js/pull/5332)@chancancode
30
+
* fix(exporter-logs/trace-otlp-grpc): fix error for missing dependency otlp-exporter-base [#5412](https://github.com/open-telemetry/opentelemetry-js/pull/5412)@JamieDanielson
30
31
31
32
### :books: (Refine Doc)
32
33
@@ -36,6 +37,7 @@ All notable changes to experimental packages in this project will be documented
* refactor(sdk-node): move code to auto-instantiate propagators into utils [#5355](https://github.com/open-telemetry/opentelemetry-js/pull/5355)@pichlermarc
40
+
* chore: unpin `@opentelemetry/semantic-conventions` dep to allow better de-duplication in installs [#5439](https://github.com/open-telemetry/opentelemetry-js/pull/5439)@trentm
0 commit comments