opentelemetry-js/packages/opentelemetry-resource-dete...
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/detectors Feat: Added Amazon EKS Resource Detector (#1669) 2020-12-03 16:33:14 -05:00
.eslintignore refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
.eslintrc.js refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
.npmignore refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
LICENSE refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
README.md refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00
package.json chore: version 0.14.0 proposal (#1763) 2020-12-17 15:44:39 -05:00
tsconfig.json refactor: separate resource detector packages (#1420) 2020-08-19 10:53:23 -04:00

README.md

OpenTelemetry Resource Detector for AWS

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/resource-detector-aws

Usage

TODO

License

Apache 2.0 - See LICENSE for more information.