Commit Graph

13 Commits

Author SHA1 Message Date
Trent Mick b76281a32c
refactor(resources): update semconv usage to ATTR_ exports (#5666) 2025-05-09 16:40:04 +00:00
Daniel Dyla 595d0e9c0d
Converge sync and async resources (#5350) 2025-02-03 19:52:16 +00:00
Jamie Danielson be9d11c045
chore(resources): update deprecated semconv to use exported strings (#4755)
* chose(resources): update deprecated semconv to use exported strings

* update test to match changes in contrib 2210

* prep changelog

* update changelog

* Update CHANGELOG.md

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2024-06-04 08:21:38 +00:00
Nev 5637e2a91c
chore: Semantic Conventions export individual strings (#4298)
* chore: Semantic Conventions export individual strings

* Reduce to just emit full strings and add size-limit test output to review the results

* Update generation to use createConstMap for enums where possible

* Move changelog back to Unreleased -- merge shifted it

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2024-02-23 13:00:58 +01: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
Severin Neumann 9ce9eea7ca
refactor(semantic-conventions): use semantic-conventions for resource… (#2173) 2021-05-08 09:45:55 +02:00
Matthew Wear 83e6af093d
chore: remove duplicate hostname resource attribute (#1581)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-10-09 11:59:16 -04:00
Cong Zou 8b13b07bc8
Feat: Added AWS ECS Plugins Resource Detector (#1404)
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-09-23 15:05:20 -04:00
Matthew Wear 27e6c2da59
chore!: refer to resource labels as attributes (#1419)
Co-authored-by: Bartlomiej Obecny <bobecny@gmail.com>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-08-14 15:03:48 -04:00
Mark Wolff e9b2cf9aeb
refactor: remove copyright year from file headers (#1150) 2020-06-12 09:27:21 -04:00
legendecas 23677a16f6
refactor: merge opentelemetry-base to opentelemetry-core (#991)
They act a very similar role in the SDK.

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-04-29 10:37:29 -07:00
Matthew Wear abd191bef3
SDK Resource (#846)
* feat: add Resource.empty() method

* feat: add resource to BasicTracerProvider and assign to Spans

* feat: add Resource.createLibraryResource method

* refactor: rename LIBARY_RESOURCE -> TELEMETRY_SDK_RESOURCE

* feat: add resource to ReadableSpan interface

* feat: add Resource to NodeTracerProvider

* feat: add Resource to WebTracerProvider

* refactor: move resource-assertions

* feat: add Resource to instruments

* refactor: add SDK_INFO to core; simplify SDK resource creation

* chore: docs and cleanup

* docs: no need to update the copyright

* chore: move resources to devDependencies where applicable

* refactor: add resource to TraceConfig

* refactor: add resource to MeterConfig

* refactor: change resource visibility on Meter

* refactor: move resource-assertions to test/util
2020-03-11 13:41:22 -07:00
Matthew Wear 3818515501
Resources API: package, semantic conventions, and test utils (#815)
* chore: extract resources into their own package

* feat: resource values can be numbers, strings, or booleans

* feat: add constants for resource semantic conventions

* feat: test utilities for validating resources

* docs: improve docs

* fix: lint errors

* fix: test issues

* Update packages/opentelemetry-resources/LICENSE

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

* docs: fix typos

* docs: fix formatting for multi-line comments

* chore: remove unused dependency

Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2020-03-02 10:13:23 -05:00