opentelemetry-js/packages/opentelemetry-resources
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
..
src SDK Resource (#846) 2020-03-11 13:41:22 -07:00
test SDK Resource (#846) 2020-03-11 13:41:22 -07:00
.npmignore Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00
LICENSE Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00
package.json SDK Resource (#846) 2020-03-11 13:41:22 -07:00
tsconfig.json Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00
tslint.json Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00