Commit Graph

15 Commits

Author SHA1 Message Date
Raz eecb8009a3
feat(sdk-node): configure no-op sdk with `OTEL_SDK_DISABLED` environment variable (#3485)
Co-authored-by: legendecas <legendecas@gmail.com>
2023-01-02 15:56:08 +08:00
Chengzhong Wu 369b07e1c7
chore: enforce format with prettier (#3444) 2022-12-01 14:58:56 +08:00
Svetlana Brennan 479321cdcc
feat(otlp-exporter): add timeout env var (#2738)
Co-authored-by: Gerhard Stöbich <deb2001-github@yahoo.de>
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-05-11 16:29:58 -04:00
Amir Blum 31380acd08
fix(exporter-jaeger): add env variable for agent port (#2754) 2022-02-08 10:53:29 +08:00
Banothu Ramesh Naik feea5167c1
feat(opentelemetry-sdk-trace-base): implemented general limits of attributes (#2430)
* feat(opentelemetry-sdk-trace-base): implemented general limits of attributes

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): type caste issue fixed

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-09-09 00:12:02 +02:00
Banothu Ramesh Naik 78a78c093c
feat(opentelemetry-sdk-trace-base): implemented option to limit length of values of attributes (#2418)
* chore(opentelemetry-sdk-trace-base): implemented option to limit length of values of attributes

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): pr suggested changes and code improvements

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): pr suggested changes

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): pr suggested changes on test cases

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): pr suggested changes

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

* fix(opentelemetry-sdk-trace-base): pr suggested changes

Signed-off-by: Banothu Ramesh Naik <rameshnaik5521@gmail.com>

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-08-23 23:37:50 +02:00
Jakub Malinowski d268bc6a8a
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
2021-04-20 17:44:45 +02:00
Gerhard Stöbich 67f7e70a3d
chore: update API to 0.18.0 (#1977) 2021-03-01 08:30:13 -05:00
Nev 62f8695d3f
feat(diag-logger): part 2 - breaking changes - remove api.Logger, api… (#1925) 2021-02-17 15:46:27 -05:00
Bartlomiej Obecny 9f965b0c74
chore: batch processor, aligning with latest spec changes for environments variables (#1918)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-02-14 19:07:00 +01:00
Jakub Malinowski 7c93b2ae23
chore: replace direct process.env usage with getEnv() (#1680)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-01-13 11:47:32 -05:00
Matthew Wear 392c43f2f6
feat: batch span processor environment config (#1755)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-12-23 08:25:20 -05:00
Jakub Malinowski b703f9f18b
chore: env vars for span limit as per specification (#1653) 2020-11-10 08:14:13 -05:00
Naseem cf0049478c
feat: add OTEL_LOG_LEVEL env var (#974) 2020-07-27 15:19:57 -04:00
Bartlomiej Obecny e19a0db7f9
Add platform agnostic way to read environment variables (#1191)
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-06-26 15:10:15 -07:00