Skip to content

intercom/opentelemetry-js-contrib

This branch is 3 commits ahead of, 812 commits behind open-telemetry/opentelemetry-js-contrib:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7e4a1e · Jan 21, 2025
Jun 23, 2022
Dec 5, 2021
Jun 22, 2022
May 3, 2022
Jun 22, 2022
Jan 21, 2025
Jan 21, 2025
Jun 10, 2022
May 14, 2022
Jul 25, 2019
Jun 17, 2019
Jul 12, 2021
Sep 21, 2021
Nov 21, 2021
Jun 10, 2019
Feb 16, 2022
Jun 8, 2022
Sep 13, 2021
Jan 4, 2022
Feb 15, 2022
Apr 18, 2022
Jan 4, 2022
Jul 2, 2019
Jul 26, 2021
Apr 12, 2022
Apr 12, 2022
May 3, 2022
May 3, 2022
Jun 17, 2022
Feb 28, 2022
Jul 2, 2021
Jul 12, 2021
Jul 2, 2021
Oct 7, 2019

Repository files navigation


Getting Started   •   API Documentation

GitHub release (latest by date including pre-releases) Codecov Status license
Build Status 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.

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.

About

OpenTelemetry instrumentation for JavaScript modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 2.0%
  • Other 0.1%