Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/auto-configuration-propagators

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/auto-configuration-propagators

Metapackage which bundles known propagators for configuration via an env variable.

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17K
decreased by-13.65%
Maintainers
3
Weekly downloads
 
Created
Source

OpenTelemetry Meta Package for Propagators Configuration

NPM Published Version Apache License

About

This module provides a way to get a propagator based on the OTEL_PROPAGATORS environment variable.

Installation

npm install --save @opentelemetry/auto-configuration-propagators

Usage

Here is an example of how to retrieve a propagator:

import { getPropagator } from '@opentelemetry/auto-configuration-propagators';

const propagator = getPropagator();

Please see the Supported propagators section for more information.

Supported propagators

The specification defines a list of known propagators for the OTEL_PROPAGATORS env variable. Only these propagators are supported.

License

APACHE 2.0 - See LICENSE for more information.

FAQs

Package last updated on 08 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc