0.54.0 • Published 1 month ago

@opentelemetry/instrumentation-http v0.54.0

Weekly downloads
895
License
Apache-2.0
Repository
github
Last release
1 month ago

OpenTelemetry HTTP and HTTPS Instrumentation for Node.js

NPM Published Version Apache License

Note: This is an experimental package under active development. New releases may include breaking changes.

This module provides automatic instrumentation for http and https.

For automatic instrumentation see the @opentelemetry/sdk-trace-node package.

Installation

npm install --save @opentelemetry/instrumentation-http

Supported Versions

  • Nodejs >=14

Usage

OpenTelemetry HTTP 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 instrumentation (HTTP in this case), specify it in the Node Tracer's configuration.

const { HttpInstrumentation } = require('@opentelemetry/instrumentation-http');
const {
  ConsoleSpanExporter,
  NodeTracerProvider,
  SimpleSpanProcessor,
} = require('@opentelemetry/sdk-trace-node');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');

const provider = new NodeTracerProvider();

provider.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
provider.register();

registerInstrumentations({
  instrumentations: [new HttpInstrumentation()],
});

See examples/http for a short example.

Http instrumentation Options

Http instrumentation has few options available to choose from. You can set the following:

OptionsTypeDescription
applyCustomAttributesOnSpanHttpCustomAttributeFunctionFunction for adding custom attributes
requestHookHttpRequestCustomAttributeFunctionFunction for adding custom attributes before request is handled
responseHookHttpResponseCustomAttributeFunctionFunction for adding custom attributes before response is handled
startIncomingSpanHookStartIncomingSpanCustomAttributeFunctionFunction for adding custom attributes before a span is started in incomingRequest
startOutgoingSpanHookStartOutgoingSpanCustomAttributeFunctionFunction for adding custom attributes before a span is started in outgoingRequest
ignoreIncomingRequestHookIgnoreIncomingRequestFunctionHttp instrumentation will not trace all incoming requests that matched with custom function
ignoreOutgoingRequestHookIgnoreOutgoingRequestFunctionHttp instrumentation will not trace all outgoing requests that matched with custom function
disableOutgoingRequestInstrumentationbooleanSet to true to avoid instrumenting outgoing requests at all. This can be helpful when another instrumentation handles outgoing requests.
disableIncomingRequestInstrumentationbooleanSet to true to avoid instrumenting incoming requests at all. This can be helpful when another instrumentation handles incoming requests.
serverNamestringThe primary server name of the matched virtual host.
requireParentforOutgoingSpansBooleanRequire that is a parent span to create new span for outgoing requests.
requireParentforIncomingSpansBooleanRequire that is a parent span to create new span for incoming requests.
headersToSpanAttributesobjectList of case insensitive HTTP headers to convert to span attributes. Client (outgoing requests, incoming responses) and server (incoming requests, outgoing responses) headers will be converted to span attributes in the form of http.{request\|response}.header.header_name, e.g. http.response.header.content_length

Semantic Conventions

Prior to version 0.54, this instrumentation created spans targeting an experimental semantic convention Version 1.7.0.

This package is capable of emitting both Semantic Convention Version 1.7.0 and Version 1.27.0. It is controlled using the environment variable OTEL_SEMCONV_STABILITY_OPT_IN, which is a comma separated list of values. The values http and http/dup control this instrumentation. See details for the behavior of each of these values below. If neither http or http/dup is included in OTEL_SEMCONV_STABILITY_OPT_IN, the old experimental semantic conventions will be used by default.

Stable Semantic Conventions 1.27

Enabled when OTEL_SEMCONV_STABILITY_OPT_IN contains http OR http/dup. This is the recommended configuration, and will soon become the default behavior.

Follow all requirements and recommendations of HTTP Client and Server Semantic Conventions Version 1.27.0 for spans and metrics, including all required and recommended attributes.

Metrics Exported:

Upgrading Semantic Conventions

When upgrading to the new semantic conventions, it is recommended to do so in the following order:

  1. Upgrade @opentelemetry/instrumentation-http to the latest version
  2. Set OTEL_SEMCONV_STABILITY_OPT_IN=http/dup to emit both old and new semantic conventions
  3. Modify alerts, dashboards, metrics, and other processes to expect the new semantic conventions
  4. Set OTEL_SEMCONV_STABILITY_OPT_IN=http to emit only the new semantic conventions

This will cause both the old and new semantic conventions to be emitted during the transition period.

Legacy Behavior (default)

Enabled when OTEL_SEMCONV_STABILITY_OPT_IN contains http/dup or DOES NOT CONTAIN http. This is the current default behavior.

Create HTTP client spans which implement Semantic Convention Version 1.7.0.

Server Spans (legacy)

When OTEL_SEMCONV_STABILITY_OPT_IN is not set or includes http/dup, this module implements Semantic Convention Version 1.7.0.

Attributes collected:

AttributeShort Description
ip_tcpTransport protocol used
ip_udpTransport protocol used
http.client_ipThe IP address of the original client behind all proxies, if known
http.flavorKind of HTTP protocol used
http.hostThe value of the HTTP host header
http.methodHTTP request method
http.request_content_lengthThe size of the request payload body in bytes
http.request_content_length_uncompressedThe size of the uncompressed request payload body after transport decoding
http.response_content_lengthThe size of the response payload body in bytes
http.response_content_length_uncompressedThe size of the uncompressed response payload body after transport decoding
http.routeThe matched route (path template).
http.schemeThe URI scheme identifying the used protocol
http.server_nameThe primary server name of the matched virtual host
http.status_codeHTTP response status code
http.targetThe full request target as passed in a HTTP request line or equivalent
http.urlFull HTTP request URL in the form scheme://host[:port]/path?query[#fragment]
http.user_agentValue of the HTTP User-Agent header sent by the client
net.host.ipLike net.peer.ip but for the host IP. Useful in case of a multi-IP host
net.host.nameLocal hostname or similar
net.host.portLike net.peer.port but for the host port
net.peer.ip.Remote address of the peer (dotted decimal for IPv4 or RFC5952 for IPv6)
net.peer.nameRemote hostname or similar
net.peer.portRemote port number
net.transportTransport protocol used

Useful links

License

Apache 2.0 - See LICENSE for more information.

@sentry/node@map-colonies/external-to-osm-tag-mappinglib-tracing@join-private/instrumentation-nodeinject-otel-tracinglog-util-win-otel-final@chanzuckerberg/edu-platform-observabilitygodspeed-noderenovatemap-colonies-boilerplate-example@everything-registry/sub-chunk-690retrospect-server-agenttelemetry-testssubito-librenovate-csmsecurenowrootnovatesupergraph-demo-opentelemetrysupplier-hubtextrix-server@fleekxyz/graphql-testminiapp-backendlizallm-reportllm-report-nodejrf-nestjs-opentelemetryjacksonweber-sampleexpressappiudexloopback4-tracingmicromagikettle-coreinfrastack-interview-fs-meu-20240829infrastack_interview_borankilicaslan_20240917kafkatracejson-id-mergerhelios-opentelemetry-sdkmalabi-instrumentation-nodelumigo-wrapper-betalumigo-wrapper-serviceopentelemetry-cdsopentelemetry-instrumentation-wsosm-change-generator-serverosm-sync-trackeropen-telemetry-nodejs-trackerotel-agent-nodejspieorpaj-nestjs-opentelemetryohiyajul-nestjs-opentelemetrynode-agent-test1nirsky-otel-testnextview-tracingnestjs-opentelemetry-sdknextinspectqmantis-expressspw-instrumentationtracenovatracing-telemetry-libtravellinguser-identity-service@anxing131/tracing@artusx/otl@appstack-io/visibility@appsignal/nodejs@aspecto/opentelemetry@bedrockio/instrumentation@bedrockio/logger@azure/monitor-opentelemetry@baselime/lambda-node-opentelemetry@baselime/node-opentelemetry@cap-js/telemetry@cherie-xf/nestjs-microservice-otel@cisco-telescope/auto-instrumentations-node@ckatzorke/renovate@cgrbyk/infrastack-interview-fs-cb-20240910@cn-npm/logtrace@dbit-xia/node-agent@fatmatto/jetpack@edirect/trace@gyizerhq/loopback4_tracing@heliosphere/opentelemetry-sdk@heliosphere/test-sdk@hammerbot/instrumentation@hasura/ndc-sdk-typescript@heavybit/hb-logger-package@fixieai/sdk@fleekxyz/graphql@gasbuddy/service@garden-io/core@garden-io/grow-core@golemio/core@elastic/opentelemetry-node@getcircuit/server-tracing@getstanza/node@globocom/backstage-functions@godspeedsystems/tracing@infrastack/otel@infinitebrahmanuniverse/nolb-_opent@infotrends/apollo-graphql-tools@leroymerlin/nestjs-opentelemetry@lumigo/lumigo-node-wrapper@lumigo/microservices-node-tracer
0.54.0

1 month ago

0.53.0

3 months ago

0.51.1

7 months ago

0.52.1

5 months ago

0.52.0

6 months ago

0.51.0

7 months ago

0.50.0

8 months ago

0.49.1

9 months ago

0.49.0

9 months ago

0.48.0

10 months ago

0.47.0

10 months ago

0.46.0

11 months ago

0.43.0

1 year ago

0.44.0

1 year ago

0.45.1

1 year ago

0.45.0

1 year ago

0.41.1

1 year ago

0.41.2

1 year ago

0.41.0

1 year ago

0.42.0

1 year ago

0.40.0

1 year ago

0.39.1

2 years ago

0.39.0

2 years ago

0.36.1

2 years ago

0.36.0

2 years ago

0.37.0

2 years ago

0.38.0

2 years ago

0.35.1

2 years ago

0.35.0

2 years ago

0.34.0

2 years ago

0.32.0

2 years ago

0.33.0

2 years ago

0.30.0

2 years ago

0.31.0

2 years ago

0.29.0

2 years ago

0.29.2

2 years ago

0.29.1

2 years ago

0.28.0

3 years ago

0.27.0

3 years ago

0.26.0

3 years ago

0.25.1-alpha.24

3 years ago

0.25.1-alpha.22

3 years ago

0.25.1-alpha.23

3 years ago

0.25.1-alpha.19

3 years ago

0.25.1-alpha.16

3 years ago

0.25.1-alpha.12

3 years ago

0.25.1-alpha.13

3 years ago

0.25.1-alpha.7

3 years ago

0.25.1-alpha.1

3 years ago

0.25.1-alpha.2

3 years ago

0.25.1-alpha.4

3 years ago

0.25.0

3 years ago

0.24.1-alpha.20

3 years ago

0.25.1-alpha.21

3 years ago

0.24.1-alpha.19

3 years ago

0.24.1-alpha.18

3 years ago

0.24.1-alpha.14

3 years ago

0.24.1-alpha.7

3 years ago

0.24.1-alpha.6

3 years ago

0.24.1-alpha.9

3 years ago

0.24.1-alpha.8

3 years ago

0.24.1-alpha.5

3 years ago

0.24.1-alpha.4

3 years ago

0.24.1-alpha.1

3 years ago

0.24.1-alpha.31

3 years ago

0.23.1-alpha.27

3 years ago

0.23.1-alpha.28

3 years ago

0.24.0

3 years ago

0.23.1-alpha.24

3 years ago

0.23.1-alpha.23

3 years ago

0.23.1-alpha.16

3 years ago

0.23.1-alpha.12

3 years ago

0.23.1-alpha.14

3 years ago

0.23.1-alpha.15

3 years ago

0.23.1-alpha.3

3 years ago

0.23.1-alpha.17

3 years ago

0.23.1-alpha.18

3 years ago

0.22.1-alpha.16

3 years ago

0.22.1-alpha.15

3 years ago

0.22.1-alpha.8

3 years ago

0.22.1-alpha.9

3 years ago

0.23.0

3 years ago

0.22.1-alpha.14

3 years ago

0.22.1-alpha.13

3 years ago

0.22.1-alpha.2

3 years ago

0.22.1-alpha.3

3 years ago

0.22.1-alpha.5

3 years ago

0.22.0

3 years ago

0.21.1-alpha.3

3 years ago

0.20.0

3 years ago

0.21.0

3 years ago

0.21.1-alpha.2

3 years ago

0.21.1-alpha.1

3 years ago

0.21.1-alpha.7

3 years ago

0.19.1-alpha.41

3 years ago

0.19.1-alpha.43

3 years ago

0.19.1-alpha.44

3 years ago

0.20.1-alpha.5

3 years ago

0.20.1-alpha.4

3 years ago

0.20.1-alpha.3

3 years ago

0.20.1-alpha.49

3 years ago

0.19.1-alpha.38

3 years ago

0.19.1-alpha.27

4 years ago

0.19.1-alpha.26

4 years ago

0.19.1-alpha.29

4 years ago

0.19.1-alpha.28

4 years ago

0.19.1-alpha.21

4 years ago

0.19.1-alpha.23

4 years ago

0.19.1-alpha.22

4 years ago

0.19.1-alpha.25

4 years ago

0.19.1-alpha.24

4 years ago

0.19.0

4 years ago

0.19.1-alpha.15

4 years ago

0.19.1-alpha.18

4 years ago

0.19.1-alpha.19

4 years ago

0.19.1-alpha.12

4 years ago

0.19.1-alpha.11

4 years ago

0.19.1-alpha.14

4 years ago

0.19.1-alpha.13

4 years ago

0.19.1-alpha.40

4 years ago

0.19.1-alpha.42

4 years ago

0.19.1-alpha.37

4 years ago

0.19.1-alpha.39

4 years ago

0.19.1-alpha.9

4 years ago

0.19.1-alpha.31

4 years ago

0.19.1-alpha.7

4 years ago

0.19.1-alpha.33

4 years ago

0.18.3-alpha.35

4 years ago

0.19.1-alpha.36

4 years ago

0.18.3-alpha.31

4 years ago

0.18.3-alpha.33

4 years ago

0.18.3-alpha.30

4 years ago

0.18.3-alpha.28

4 years ago

0.18.3-alpha.29

4 years ago

0.18.3-alpha.27

4 years ago

0.18.3-alpha.20

4 years ago

0.18.3-alpha.23

4 years ago

0.18.3-alpha.25

4 years ago

0.18.3-alpha.19

4 years ago

0.18.3-alpha.17

4 years ago

0.18.3-alpha.18

4 years ago

0.18.3-alpha.16

4 years ago

0.18.3-alpha.14

4 years ago

0.18.3-alpha.15

4 years ago

0.18.3-alpha.9

4 years ago

0.18.3-alpha.10

4 years ago

0.18.3-alpha.11

4 years ago

0.18.3-alpha.7

4 years ago

0.18.3-alpha.5

4 years ago

0.18.3-alpha.4

4 years ago

0.18.3-alpha.3

4 years ago

0.18.2

4 years ago

0.18.2-alpha.1

4 years ago

0.18.3-alpha.2

4 years ago

0.18.3-alpha.1

4 years ago

0.18.2-alpha.81

4 years ago

0.18.1

4 years ago

0.18.1-alpha.28

4 years ago

0.18.1-alpha.26

4 years ago

0.18.1-alpha.20

4 years ago

0.18.1-alpha.24

4 years ago

0.18.1-alpha.23

4 years ago

0.18.1-alpha.21

4 years ago

0.18.1-alpha.16

4 years ago

0.18.1-alpha.13

4 years ago

0.18.1-alpha.11

4 years ago

0.18.1-alpha.10

4 years ago

0.18.1-alpha.12

4 years ago

0.18.0

4 years ago

0.18.1-alpha.3

4 years ago

0.17.1-alpha.10

4 years ago

0.17.1-alpha.11

4 years ago

0.17.1-alpha.8

4 years ago

0.17.1-alpha.5

4 years ago

0.17.1-alpha.4

4 years ago

0.17.1-alpha.3

4 years ago

0.17.1-alpha.2

4 years ago

0.17.1-alpha.21

4 years ago

0.16.1-alpha.20

4 years ago

0.17.0

4 years ago

0.16.1-alpha.18

4 years ago

0.16.1-alpha.14

4 years ago

0.16.1-alpha.15

4 years ago

0.16.1-alpha.12

4 years ago

0.16.1-alpha.11

4 years ago

0.16.1-alpha.10

4 years ago

0.16.1-alpha.6

4 years ago

0.16.0

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago