opentelemetry-js/packages/opentelemetry-resources
Daniel Dyla 27a8d4530c
chore: version 0.14.0 proposal (#1763)
2020-12-17 15:44:39 -05:00
..
src chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
test chore: remove duplicate hostname resource attribute (#1581) 2020-10-09 11:59:16 -04:00
.eslintignore fix(lint): move tslint to eslint (#892) 2020-05-20 20:42:17 -07:00
.eslintrc.js fix(lint): move tslint to eslint (#892) 2020-05-20 20:42:17 -07:00
.npmignore Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00
LICENSE refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
README.md ci: lint markdown files (#1147) 2020-06-08 15:29:21 -04:00
package.json chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
tsconfig.json Resources API: package, semantic conventions, and test utils (#815) 2020-03-02 10:13:23 -05:00

README.md

OpenTelemetry Resources Util

Gitter chat NPM Published Version dependencies devDependencies Apache License

The OpenTelemetry Resource is an immutable representation of the entity producing telemetry. For example, a process producing telemetry that is running in a container on Kubernetes has a Pod name, it is in a namespace and possibly is part of a Deployment which also has a name. All three of these attributes can be included in the Resource.

This document defines standard attributes for resources.

Installation

npm install --save @opentelemetry/resources

Usage

TODO

License

Apache 2.0 - See LICENSE for more information.