-
Notifications
You must be signed in to change notification settings - Fork 857
Comparing changes
Open a pull request
base repository: open-telemetry/opentelemetry-js
base: 2409f1cdddd92c23548c18c055a6a36efe36349f
head repository: open-telemetry/opentelemetry-js
compare: fd2410cc9e8d43210b6ea44b8193fa70ee900499
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cabf863 - Browse repository at this point
Copy the full SHA cabf863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 239745f - Browse repository at this point
Copy the full SHA 239745fView commit details
Commits on Mar 31, 2021
-
refactor: simplify b3 options (#2054)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 853fcb9 - Browse repository at this point
Copy the full SHA 853fcb9View commit details
Commits on Apr 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 02175df - Browse repository at this point
Copy the full SHA 02175dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2e2a9 - Browse repository at this point
Copy the full SHA 8e2e2a9View commit details
Commits on Apr 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3d4d8b5 - Browse repository at this point
Copy the full SHA 3d4d8b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897c35f - Browse repository at this point
Copy the full SHA 897c35fView commit details
Commits on Apr 8, 2021
-
Add opentelemetry.io docs (#2051)
Co-authored-by: John Bley <johnbley@gmail.com> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for fec5e31 - Browse repository at this point
Copy the full SHA fec5e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a457776 - Browse repository at this point
Copy the full SHA a457776View commit details -
fix: do not inject invalid span context (#2080)
* fix: do not inject invalid span context * chore: review comments
Configuration menu - View commit details
-
Copy full SHA for 80ff5e2 - Browse repository at this point
Copy the full SHA 80ff5e2View commit details -
chore: do not inject span context when instrumentation is suppressed (#…
…2082) * chore: do not inject span context when instrumentation is suppressed * chore: review comments
Configuration menu - View commit details
-
Copy full SHA for 64c8ef5 - Browse repository at this point
Copy the full SHA 64c8ef5View commit details -
fix: await http response in AWS EKS detector (#2076)
* previously missing await on a promise response * update tests to reflect current behavior Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a51bbbd - Browse repository at this point
Copy the full SHA a51bbbdView commit details
Commits on Apr 9, 2021
-
chore: adding info to debug whenever headers are being skipped due to…
… cors policy (#2061) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 4a468fc - Browse repository at this point
Copy the full SHA 4a468fcView commit details -
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 4a3fd1f - Browse repository at this point
Copy the full SHA 4a3fd1fView commit details -
fix: correct removeAllListeners in case no event is passed (#2088)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for a2fff0d - Browse repository at this point
Copy the full SHA a2fff0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7afa7 - Browse repository at this point
Copy the full SHA 7f7afa7View commit details
Commits on Apr 10, 2021
-
feat: add semconv generator for
semantic-conventions
-package (#2083)Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Configuration menu - View commit details
-
Copy full SHA for 031b0f4 - Browse repository at this point
Copy the full SHA 031b0f4View commit details -
feat: enable propagators using ENV vars (#1929)
* feat: enable propagators using ENV vars * fix: browser tests * fix: remove rebase mistakes * fix: feedback from PR Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 9fc1b10 - Browse repository at this point
Copy the full SHA 9fc1b10View commit details
Commits on Apr 11, 2021
-
chore: avoid unneeded context.with in http instrumentation (#2043)
Avoid the overhead of context.with() by directly passing the extracted context to tracer.startSpan(). This ensures also that the extracted context is not accidently propagated out of the HTTP instrumentation. Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> Co-authored-by: Naseem <naseem@transit.app>
Configuration menu - View commit details
-
Copy full SHA for 9371029 - Browse repository at this point
Copy the full SHA 9371029View commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b6dfd97 - Browse repository at this point
Copy the full SHA b6dfd97View commit details -
chore: fixing readme info (#2094)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90a4b4d - Browse repository at this point
Copy the full SHA 90a4b4dView commit details -
feat(instrumentation-fetch): Add applyCustomAttributesOnSpan option (#…
…2071) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 5dbe53a - Browse repository at this point
Copy the full SHA 5dbe53aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2260dd6 - Browse repository at this point
Copy the full SHA 2260dd6View commit details -
Migrate exporter-collector-grpc to grpc-js (#2092)
Co-authored-by: Daniel Radetsky <dradetsky@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for d4e0fe2 - Browse repository at this point
Copy the full SHA d4e0fe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef22ca - Browse repository at this point
Copy the full SHA 4ef22caView commit details
Commits on Apr 13, 2021
-
chore: adding interceptor for getting headers before each request (#2050
Configuration menu - View commit details
-
Copy full SHA for e27f9fb - Browse repository at this point
Copy the full SHA e27f9fbView commit details -
chore: no-floating-promises (#1780)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 115ee39 - Browse repository at this point
Copy the full SHA 115ee39View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 181f11e - Browse repository at this point
Copy the full SHA 181f11eView commit details -
fix: don't use spanId from invalid parent (#2105)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for c0b021b - Browse repository at this point
Copy the full SHA c0b021bView commit details
Commits on Apr 19, 2021
-
feat: upgrade semantic conventions to v1.2.0 of spec (#2115)
* feat: upgrade semantic conventions to v1.2.0 of spec Updated the generated semantic convention attributes to the one defined in v1.2.0 of the Opentelemetry specification. Changed `generate.sh` to ensure it uses v1.2.0 of the spec * fix: improve the semconv template to better handled referenced attributes Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Configuration menu - View commit details
-
Copy full SHA for 09c2aa7 - Browse repository at this point
Copy the full SHA 09c2aa7View commit details
Commits on Apr 20, 2021
-
feat: handle OTEL_TRACES_SAMPLER env var (#2111)
* feat: handle OTEL_TRACES_SAMPLER env var Adds support for OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG, in favor of OTEL_SAMPLING_PROBABILITY. * fix: feedback in the PR * refactor: extract OTEL_TRACES_SAMPLER values to enum
Configuration menu - View commit details
-
Copy full SHA for d268bc6 - Browse repository at this point
Copy the full SHA d268bc6View commit details -
feat: add AWS Lambda detector (#2102)
* feat: add AWS Lambda detector * chore: document detectors * chore: issue Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 27f64d9 - Browse repository at this point
Copy the full SHA 27f64d9View commit details -
fix(instrumentation): support multiple module definitions with differ…
…ent versions (#2120) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for c516264 - Browse repository at this point
Copy the full SHA c516264View commit details
Commits on Apr 21, 2021
-
feat: ensure the label names are sanitised (#2121)
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f9d2b2 - Browse repository at this point
Copy the full SHA 4f9d2b2View commit details -
fix: add isEnabled to InstrumentationBase (#2135)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3989d3 - Browse repository at this point
Copy the full SHA d3989d3View commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0c15999 - Browse repository at this point
Copy the full SHA 0c15999View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0385c4 - Browse repository at this point
Copy the full SHA a0385c4View commit details -
feat: add diag warning when metric name is invalid (#2122)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 7775c0e - Browse repository at this point
Copy the full SHA 7775c0eView commit details -
feat: add ESM builds for packages used in browser (#2112)
* feat: add ESM builds for packages used in browser * Update CONTRIBUTING.md Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 23ba4bf - Browse repository at this point
Copy the full SHA 23ba4bfView commit details
Commits on Apr 23, 2021
-
chore: prefer use of global TracerProvider/MeterProvider (#2127)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for f077df3 - Browse repository at this point
Copy the full SHA f077df3View commit details
Commits on Apr 25, 2021
-
feat(instrumentation-xhr): add applyCustomAttributesOnSpan hook (#2134)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com> Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for d504f32 - Browse repository at this point
Copy the full SHA d504f32View commit details
Commits on Apr 26, 2021
-
chore(deps): support cumulative, delta, and pass-through exporters (#…
…2118) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for b9c8426 - Browse repository at this point
Copy the full SHA b9c8426View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4341c3 - Browse repository at this point
Copy the full SHA c4341c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5641868 - Browse repository at this point
Copy the full SHA 5641868View commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 677727b - Browse repository at this point
Copy the full SHA 677727bView commit details -
feat(shim-opentracing): add propagator configuration (#2153)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 7b1ed39 - Browse repository at this point
Copy the full SHA 7b1ed39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afcc7c - Browse repository at this point
Copy the full SHA 2afcc7cView commit details
Commits on Apr 30, 2021
-
chore: adding sufix propagator to http baggage and http trace context (…
…#2149) * chore: adding sufix propagator to http baggage and http trace context * chore: readme * chore: fixes after merge
Configuration menu - View commit details
-
Copy full SHA for 25c205a - Browse repository at this point
Copy the full SHA 25c205aView commit details
Commits on May 1, 2021
-
fix: move initialization of const above first use #2170 (#2171)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for 329cf92 - Browse repository at this point
Copy the full SHA 329cf92View commit details -
semantic-conventions: include built esm files in package (#2167)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Configuration menu - View commit details
-
Copy full SHA for e1e79ef - Browse repository at this point
Copy the full SHA e1e79efView commit details
There are no files selected for viewing