Commit Graph

7 Commits

Author SHA1 Message Date
Ole Kristian Pedersen dd4b39c850
test(@opentelemetry/api): refactor tests to allow use of mocha context (#5584) 2025-04-02 17:27:38 +00:00
David Luna 34475825e8
chore: update `module` config in tsconfig.base.json (#5347)
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2025-01-23 10:35:36 +00:00
Clinton Blackburn 095003da3e
feat(api): added synchronous gauge (#4528)
* feat(instrumentation): added synchronous gauge

* fixup! feat(instrumentation): added synchronous gauge

* fixup! feat(instrumentation): added synchronous gauge

* fixup! feat(instrumentation): added synchronous gauge
2024-05-27 08:30:47 +00:00
Siim Kallas c503ff1394
feat: allow adding links after span creation (#4536)
* feat: allow adding links after span creation

* update changelog

* improve docs

* test: increase coverage

* Update api/CHANGELOG.md

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>

* update changelog

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2024-05-06 10:27:34 +02:00
Gerhard Stöbich 2fb80ebe19
fix(api): use active context as default in NoopTracer (#3476)
* fix(api): use active context as default in NoopTracer

To support the API without SDK use cast to forward a span context it's needed
to fetch active context via ContextManager also in NoopTracer. Otherwise only
direct passing of a context works but not if context.with() is used.

* update PR link

* fixup: correct link

* remove unneeded assert
2022-12-14 11:33:37 -05:00
Chengzhong Wu 369b07e1c7
chore: enforce format with prettier (#3444) 2022-12-01 14:58:56 +08:00
Chengzhong Wu 1536a7cbb2
feat(api): merge api-metrics into api (#3374)
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2022-11-03 14:53:54 -04:00