-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: open-telemetry/opentelemetry-js
base: v1.20.0
head repository: open-telemetry/opentelemetry-js
compare: v1.21.0
- 13 commits
- 101 files changed
- 10 contributors
Commits on Jan 15, 2024
-
fix(sdk-trace-base): ensure attribute value length limit is enforced …
…on span creation (#4417) * fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation * fix(changelog): add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 6898a34 - Browse repository at this point
Copy the full SHA 6898a34View commit details
Commits on Jan 16, 2024
-
feat(SugaredTracer): add draft of sugaredTracer (#3317)
* feat(api): add experimental package and SugaredTracer * tests(api/experimental): add tests * fix: packages.json exports * move export into experimental package * add additional tests * fix: do not use catch and finally for compatibility with Node 8 --------- Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71ef1b1 - Browse repository at this point
Copy the full SHA 71ef1b1View commit details
Commits on Jan 17, 2024
-
chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 (#…
…4320) * chore(opentelemetry-context-zone-peer-dep): update deps to support angular 16 closes issue #4245 Signed-off-by: rbrennan <4884521+rodgerbrennan@users.noreply.github.com> * update packages * Revert "update packages" This reverts commit 624df4e. * chore: sync package-lock.json * chore: sync package-lock.json * chore: sync package-lock.json * Update ZoneContextManager.test to use ES5 UMD bundle * add changelog * remove trailing space from changelog --------- Signed-off-by: rbrennan <4884521+rodgerbrennan@users.noreply.github.com> Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for bf8714e - Browse repository at this point
Copy the full SHA bf8714eView commit details
Commits on Jan 18, 2024
-
refactor(core): drop unnecessary assignment of HOSTNAME (#4421)
* fix(core): drop unnecessary assignemnt of HOSTNAME * fix(changelog): add changelog entry * Update CHANGELOG.md * fix(changelog): move entry to internal
Configuration menu - View commit details
-
Copy full SHA for 2a3c264 - Browse repository at this point
Copy the full SHA 2a3c264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e598e - Browse repository at this point
Copy the full SHA 43e598eView commit details
Commits on Jan 24, 2024
-
feat(sdk-metrics): deprecate MeterProvider.addMetricReader() in favor…
… of 'readers' constructor option (#4427) * feat(sdk-metrics): add 'readers' constructor option, deprecate MeterProvider.addMetricReader() * fix(changelog): update changelog entry, fix format
Configuration menu - View commit details
-
Copy full SHA for 0f6518d - Browse repository at this point
Copy the full SHA 0f6518dView commit details -
fix(sdk-trace-base): Export processed spans while exporter failed (#4287
) * fix(sdk-trace-base): Export processed spans while exporter failed While the exporter deals with a batch of spans, new spans may come in and wait to be exported. As previously implemented, a successful export would notice these waiting spans, triggering a renewed timer check, but not so for an unsuccessful export. The result was that, prior to this commit, a failing export may end up in a situation where no further spans will be exported. This is due to the behaviour of `_addToBuffer` when the queue is full: Imagine an export which fails after a long timeout (because of, for instance, network troubles). While the connection waits to be timed out, the span queue fills up. Once completely full, no new calls to recheck the timer will be done. On its own, this behaviour is fine. When combined with the patched bug, this leads to a rather confusing case where the exporter never tries exporting. * fix(changelog): add entry --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for 0635ab1 - Browse repository at this point
Copy the full SHA 0635ab1View commit details
Commits on Jan 25, 2024
-
fix(instrumentation)!: pin import-in-the-middle@1.7.1 (#4441)
* fix(instrumentation): pin import-in-the-middle@1.7.1 * fix(changelog): add changlog entry * Update experimental/CHANGELOG.md Co-authored-by: Trent Mick <trentm@gmail.com> * fix(changelog): additional details * fix(changelog): formatting * fix(changelog): lint --------- Co-authored-by: Trent Mick <trentm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8648313 - Browse repository at this point
Copy the full SHA 8648313View commit details -
fix(exporter-logs-otlp-*): set User-Agent header (#4398)
* fix(exporter-logs-otlp-grpc): set User-Agent header * fix(exporter-logs-otlp-http): set User-Agent header * fix(exporter-logs-otlp-proto): set User-Agent header * chore(changelog): update changelog --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for df63272 - Browse repository at this point
Copy the full SHA df63272View commit details -
refactor(exporter-prometheus): promisify prometheus tests (#4431)
* refactor(exporter-prometheus): promisify prometheus tests * fix: lint --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for bf4d553 - Browse repository at this point
Copy the full SHA bf4d553View commit details -
docs: add observableGauge to the prometheus experimental example (#4267)
* docs: add observableGauge to the prometheus experimental example Signed-off-by: Francois LP <francois.le.pape@gmail.com> * docs: add gauge image to README Signed-off-by: Francois LP <francois.le.pape@gmail.com> * refactor: change comment wording from @pichlermarc Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> --------- Signed-off-by: Francois LP <francois.le.pape@gmail.com> Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5afbcdb - Browse repository at this point
Copy the full SHA 5afbcdbView commit details -
fix(instrumentation-fetch): compatibility with Map inputs for request…
… headers with fetch (#4348) * fix(@opentelemetry-instrumentation-fetch): compatibility with Map inputs for request headers with fetch * Update experimental/CHANGELOG.md Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com> * adding description for ts-ignore * fix(changlog): move entry to unreleased * fix: add lint ignore --------- Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Configuration menu - View commit details
-
Copy full SHA for 3711990 - Browse repository at this point
Copy the full SHA 3711990View commit details
Commits on Jan 26, 2024
-
chore: prepare release 1.21.0/0.48.0 (#4442)
* chore: prepare release 1.21.0/0.48.0 * chore: sync package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 828f2ed - Browse repository at this point
Copy the full SHA 828f2edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.20.0...v1.21.0