Skip to content

open-telemetry/opentelemetry-js-contrib

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 22, 2023
Aug 2, 2023
Nov 22, 2023
May 31, 2023
Nov 22, 2023
Nov 22, 2023
Dec 5, 2023
Nov 16, 2023
Jun 22, 2023
Jun 17, 2019
Jul 12, 2021
Nov 16, 2023
Nov 21, 2021
Jun 10, 2019
Nov 16, 2023
Feb 16, 2022
Nov 22, 2023
Nov 28, 2023
Nov 28, 2023
Nov 13, 2022
Feb 15, 2022
Apr 27, 2023
Jan 4, 2022
Jul 2, 2019
May 9, 2023
Sep 10, 2022
Mar 3, 2023
Nov 16, 2023
Nov 29, 2023
Nov 28, 2023
May 1, 2023
Oct 27, 2023
Aug 30, 2023
Jun 5, 2023
Jun 5, 2023
Nov 10, 2023
Aug 2, 2023
Oct 7, 2019

Repository files navigation


Getting Started   •   API Documentation

Codecov Status license
Beta

Contributing   •   Instrumentations   •   Propagators   •   Examples


OpenTelemetry Javascript Contrib

A repository for OpenTelemetry JavaScript contributions that are not part of the core repository and core distribution of the API and the SDK.

This project includes:

Instrumentations: OpenTelemetry can collect tracing data automatically using instrumentations. Vendors/Users can also create and use their own.

Resource Detectors: OpenTelemetry can collect resource attributes of the entity that 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.

Stability levels

Stability level for components in this repository follow the definitions in CONTRIBUTING.md.

Supported Runtimes

Packages in this repository have a variable range of support for Node.JS and browser versions which for each package depend on

  • the activeness of the owners of those packages,
  • used techniques or runtime features and
  • in the case of the auto-instrumentations, the supported runtime versions for the underlying package.

See the README.md files and the engines field in the package.json files for the respective packages for support information about that package.

See the support section in the core repository for more general information.

Contributing

We'd love your help! Use tags up-for-grabs and good first issue to get started with the project. Follow CONTRIBUTING guide to report issues or submit a proposal.

Thanks to all the people who already contributed

Useful links

License

Apache 2.0 - See LICENSE for more information.