opentelemetry-esbuild-plugin-node 0.2.1 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
## About
|
|
7
7
|
|
|
8
8
|
This module provides a way to auto instrument any Node application to capture telemetry from a number of popular libraries and frameworks, via an [esbuild](https://esbuild.github.io/) plugin.
|
|
9
|
-
|
|
10
|
-
The net result is the ability to gather telemetry data from a Node application without any code changes.
|
|
9
|
+
|
|
10
|
+
The net result is the ability to gather telemetry data from a Node application without any code changes to your application.
|
|
11
11
|
|
|
12
12
|
This module also provides a simple way to manually initialize multiple Node instrumentations for use with the OpenTelemetry SDK.
|
|
13
13
|
|
|
@@ -44,7 +44,7 @@ build({
|
|
|
44
44
|
|
|
45
45
|
## Usage: Instrumentation Initialization
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
This packages for Node automatically loads instrumentations for Node builtin modules and common packages.
|
|
48
48
|
|
|
49
49
|
Enable auto instrumentation by configuring it in your esbuild script:
|
|
50
50
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opentelemetry-esbuild-plugin-node",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Metapackage which bundles opentelemetry node core and contrib instrumentations via an esbuild plugin",
|
|
5
5
|
"author": "Drew Corlin",
|
|
6
6
|
"homepage": "https://github.com/DrewCorlin/opentelemetry-esbuild-plugin-node",
|