@opentelemetry/propagator-jaeger
Advanced tools
Changelog
1.24.0
service.instance.id
as random UUID. #4608 @maryliaggetEnv()
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.Changelog
1.23.0
Changelog
1.22.0
init()
method public #4418NaN
value recordings in Histograms #4455 @pichlermarc
NaN
on a histogram would result in the sum of bucket count values not matching the overall countMeter.createHistogram()
with the advice explicitBucketBoundaries: []
would throwzone.js
affected by https://github.com/angular/angular/issues/53507 would be pulled inChangelog
1.21.0
MeterProvider.addMetricReader()
please use the constructor option readers
instead.Changelog
1.18.1
Changelog
1.17.1
maxExportBatchSize
is reached #3958 @nordfjordMetricReader
instances are registered to a MeterProvider