📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@opentelemetry/auto-configuration-propagators

Package Overview
Dependencies
Maintainers
3
Versions
7
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.4.0
latest
Source
npm
Version published
Maintainers
3
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 18 Mar 2025

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