Commit Graph

14 Commits

Author SHA1 Message Date
Trent Mick 4f9b31b78a
docs: update from deprecated SEMRESATTRS_SERVICE_NAME to ATTR_SERVICE_NAME (#5604) 2025-04-10 07:35:26 +00:00
Marc Pichler 0cdf9eea80
docs(resources): align documentation with current state (#5486) 2025-02-19 11:11:08 +00:00
David Luna db14633cc4
feat(sdk-trace-base): add `spanProcessors` property in `TracerConfig` interface (#5138) 2024-11-12 15:48:00 +00:00
Kaung Zin Hein 0ce7d94e3e
refactor(examples/https): use new exported string constants for semconv (#4753)
* refactor(examples/https): use new exported string constants for semconv

* refactor(examples/https): use new exported string constants for semconv in the https example
2024-06-04 07:37:22 +00:00
Valentin Marchaud a8d39317b5
chore: rename sdks to better represent what they are [#2146] (#2340)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-08-05 21:13:18 +02:00
Weyert de Boer 3bc3452814
feat: updated spec to v1.5.0 and renamed resource class (#2345)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-07-25 08:41:34 +02:00
Omkar Kirpan de6cee9ebc
fix: service.name resource attribute (#2290)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2021-06-25 15:11:30 -04:00
Gerhard Stöbich f077df3f14
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>
2021-04-23 14:58:16 +02:00
Bartlomiej Obecny 4a3fd1f4d8
remove plugins (#2081)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-04-09 11:04:20 +02:00
Bartlomiej Obecny 9cfa92c4a5
Use instrumentation loader to load plugins and instrumentations (#1855)
* chore: removing plugin loader from node, updating usage and docs

* chore: testing and updating examples

* chore: lint

* chore: adding comment about usage

* chore: adding upgrading guidelines
2021-02-05 19:02:29 +01:00
Daniel Dyla 02c1d66b76
chore: update examples to use register (#848) 2020-03-12 16:50:22 -04:00
Daniel Dyla ac2dbddc95
Rename api init methods to set (#839) 2020-03-10 11:00:17 -04:00
Daniel Dyla c5bc4382ec
update examples and getting started for provider and api package (#750)
* chore: rename provider in examples and getting started

* chore: update examples, bench, and getting started for api

* chore: update examples for latest changes

* chore: lint examples
2020-02-05 10:44:05 -08:00
Naseem d7f4fe29db feat: lint examples (#649)
* refactor: use a single eslintrc for all examples folders

furthermore, override the strict rule that ships with airbnb

* fix: turn off no-use-before-define

* fix: install eslint in ci container

Co-Authored-By: Daniel Dyla <dyladan@users.noreply.github.com>

* fix: ignore uninstalled packages lint errors

We will not want to install all examples in CI

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Mayur Kale <mayurkale@google.com>
2020-01-24 08:03:04 -05:00