@opentelemetry/plugin-https

OpenTelemetry https automatic instrumentation package.

Deprecated in favor of @opentelemetry/instrumentation-http
Last updated 6 years ago by dyladan .
Apache-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @opentelemetry/plugin-https 
SYNC missed versions from official npm registry.

OpenTelemetry HTTPS Instrumentation for Node.js

NPM Published Version dependencies devDependencies Apache License

This module provides automatic instrumentation for https.

For automatic instrumentation see the @opentelemetry/node package.

Installation

npm install --save @opentelemetry/plugin-https

Usage

OpenTelemetry HTTPS Instrumentation allows the user to automatically collect trace data and export them to their backend of choice, to give observability to distributed systems.

To load a specific plugin (HTTPS in this case), specify it in the Node Tracer's configuration.

const { NodeTracerProvider } = require('@opentelemetry/node');

const provider = new NodeTracerProvider({
  plugins: {
    https: {
      enabled: true,
      // You may use a package name or absolute path to the file.
      path: '@opentelemetry/plugin-https',
      // https plugin options
    }
  }
});

To load all of the supported plugins, use below approach. Each plugin is only loaded when the module that it patches is loaded; in other words, there is no computational overhead for listing plugins for unused modules.

const { NodeTracerProvider } = require('@opentelemetry/node');

const provider = new NodeTracerProvider();

See examples/https for a short example.

Https Plugin Options

Https plugin has few options available to choose from. You can set the following:

Options Type Description
applyCustomAttributesOnSpan HttpCustomAttributeFunction Function for adding custom attributes
ignoreIncomingPaths IgnoreMatcher[] Http plugin will not trace all incoming requests that match paths
ignoreOutgoingUrls IgnoreMatcher[] Http plugin will not trace all outgoing requests that match urls

Useful links

License

Apache 2.0 - See LICENSE for more information.

Current Tags

  • 0.18.3-alpha.11                                ...           canary (5 years ago)
  • 0.18.2                                ...           latest (5 years ago)

83 Versions

  • 0.18.3-alpha.11                                ...           5 years ago
  • 0.18.3-alpha.10                                ...           5 years ago
  • 0.18.3-alpha.9                                ...           5 years ago
  • 0.18.3-alpha.7                                ...           5 years ago
  • 0.18.3-alpha.5                                ...           5 years ago
  • 0.18.3-alpha.4                                ...           5 years ago
  • 0.18.3-alpha.3                                ...           5 years ago
  • 0.18.3-alpha.1                                ...           5 years ago
  • 0.18.2 [deprecated]           ...           5 years ago
  • 0.18.3-alpha.2                                ...           5 years ago
  • 0.18.2-alpha.1                                ...           5 years ago
  • 0.18.1 [deprecated]           ...           5 years ago
  • 0.18.2-alpha.81                                ...           5 years ago
  • 0.18.1-alpha.26                                ...           5 years ago
  • 0.18.1-alpha.24                                ...           5 years ago
  • 0.18.1-alpha.23                                ...           5 years ago
  • 0.18.1-alpha.21                                ...           5 years ago
  • 0.18.1-alpha.20                                ...           5 years ago
  • 0.18.1-alpha.16                                ...           5 years ago
  • 0.18.1-alpha.13                                ...           5 years ago
  • 0.18.1-alpha.3                                ...           5 years ago
  • 0.18.0 [deprecated]           ...           5 years ago
  • 0.18.1-alpha.12                                ...           5 years ago
  • 0.17.1-alpha.11                                ...           5 years ago
  • 0.17.1-alpha.10                                ...           5 years ago
  • 0.17.1-alpha.8                                ...           5 years ago
  • 0.17.1-alpha.5                                ...           5 years ago
  • 0.17.1-alpha.4                                ...           5 years ago
  • 0.17.1-alpha.3                                ...           5 years ago
  • 0.17.1-alpha.2                                ...           5 years ago
  • 0.17.1-alpha.21                                ...           5 years ago
  • 0.17.0 [deprecated]           ...           5 years ago
  • 0.16.1-alpha.20                                ...           5 years ago
  • 0.16.1-alpha.18                                ...           5 years ago
  • 0.16.1-alpha.15                                ...           5 years ago
  • 0.16.1-alpha.14                                ...           5 years ago
  • 0.16.1-alpha.12                                ...           5 years ago
  • 0.16.1-alpha.11                                ...           5 years ago
  • 0.16.1-alpha.10                                ...           5 years ago
  • 0.16.1-alpha.6                                ...           5 years ago
  • 0.16.0 [deprecated]           ...           5 years ago
  • 0.15.0 [deprecated]           ...           5 years ago
  • 0.14.0 [deprecated]           ...           5 years ago
  • 0.13.0 [deprecated]           ...           5 years ago
  • 0.12.1-alpha.7                                ...           5 years ago
  • 0.12.1-alpha.4                                ...           5 years ago
  • 0.12.0 [deprecated]           ...           5 years ago
  • 0.12.1-alpha.54                                ...           5 years ago
  • 0.11.1-alpha.53                                ...           5 years ago
  • 0.11.1-alpha.44                                ...           6 years ago
  • 0.11.1-alpha.36                                ...           6 years ago
  • 0.11.1-alpha.35                                ...           6 years ago
  • 0.11.1-alpha.15                                ...           6 years ago
  • 0.11.0 [deprecated]           ...           6 years ago
  • 0.11.1-alpha.48                                ...           6 years ago
  • 0.10.3-alpha.41                                ...           6 years ago
  • 0.10.3-alpha.40                                ...           6 years ago
  • 0.10.3-alpha.35                                ...           6 years ago
  • 0.10.3-alpha.34                                ...           6 years ago
  • 0.10.3-alpha.28                                ...           6 years ago
  • 0.10.3-canary.0                                ...           6 years ago
  • 0.10.2 [deprecated]           ...           6 years ago
  • 0.10.1 [deprecated]           ...           6 years ago
  • 0.10.0 [deprecated]           ...           6 years ago
  • 0.9.0 [deprecated]           ...           6 years ago
  • 0.8.3 [deprecated]           ...           6 years ago
  • 0.8.2 [deprecated]           ...           6 years ago
  • 0.8.1 [deprecated]           ...           6 years ago
  • 0.8.0 [deprecated]           ...           6 years ago
  • 0.7.0 [deprecated]           ...           6 years ago
  • 0.6.1 [deprecated]           ...           6 years ago
  • 0.6.0 [deprecated]           ...           6 years ago
  • 0.5.2 [deprecated]           ...           6 years ago
  • 0.5.1 [deprecated]           ...           6 years ago
  • 0.5.0 [deprecated]           ...           6 years ago
  • 0.4.0 [deprecated]           ...           6 years ago
  • 0.3.3 [deprecated]           ...           6 years ago
  • 0.3.2 [deprecated]           ...           6 years ago
  • 0.3.1 [deprecated]           ...           6 years ago
  • 0.3.0 [deprecated]           ...           6 years ago
  • 0.2.0 [deprecated]           ...           6 years ago
  • 0.1.1 [deprecated]           ...           6 years ago
  • 0.1.0 [deprecated]           ...           7 years ago
Maintainers (2)
Downloads
Today 0
This Week 14
This Month 78
Last Day 1
Last Week 64
Last Month 0
Dependencies (5)
Dev Dependencies (30)

Copyright 2013 - present © cnpmjs.org | Home |