@saidsef/tracing-node 3.11.0 → 3.11.1
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 +12 -10
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -12,19 +12,21 @@ Get telemetry for your app in less than 3 minutes!
|
|
|
12
12
|
Effortlessly supercharge your applications with world-class distributed tracing! This OpenTelemetry wrapper delivers seamless, lightning-fast observability, empowering developers to monitor, debug, and optimise microservices with ease. Designed for modern cloud-native environments, it's the smart choice for engineers who demand reliability, scalability, and actionable insights. Get started in minutes and unlock the full potential of your service architecture—no fuss, just results. This is to make instrumentation (more) idempotent.
|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
| Feature | Description |
|
|
16
|
+
|---------|-------------|
|
|
17
|
+
| HTTP/HTTPS instrumentation | Automatic service detection |
|
|
18
|
+
| Express.js support | Framework instrumentation |
|
|
19
|
+
| Elasticsearch client | Database instrumentation |
|
|
20
|
+
| IORedis client | Cache instrumentation |
|
|
21
|
+
| AWS SDK | Cloud service instrumentation |
|
|
22
|
+
| Pino logger | Integration with trace/span IDs |
|
|
23
|
+
| DNS/FS instrumentation | Optional monitoring |
|
|
24
|
+
| Resource detection | Host, OS, process, container |
|
|
25
|
+
| W3C Trace Context | Standard propagation |
|
|
25
26
|
|
|
26
27
|
## Prerequisites
|
|
27
28
|
- NodeJS
|
|
29
|
+
- Observability
|
|
28
30
|
- ...
|
|
29
31
|
- Profit?
|
|
30
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saidsef/tracing-node",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.1",
|
|
4
4
|
"description": "tracing NodeJS - Wrapper for OpenTelemetry instrumentation packages",
|
|
5
5
|
"main": "libs/index.mjs",
|
|
6
6
|
"scripts": {
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@opentelemetry/api": "^1.9.0",
|
|
34
34
|
"@opentelemetry/context-async-hooks": "^2.0.1",
|
|
35
|
-
"@opentelemetry/exporter-trace-otlp-grpc": "^0.
|
|
36
|
-
"@opentelemetry/instrumentation": "^0.
|
|
37
|
-
"@opentelemetry/instrumentation-aws-sdk": "^0.
|
|
38
|
-
"@opentelemetry/instrumentation-connect": "^0.
|
|
39
|
-
"@opentelemetry/instrumentation-dns": "^0.
|
|
40
|
-
"@opentelemetry/instrumentation-express": "^0.
|
|
41
|
-
"@opentelemetry/instrumentation-fs": "^0.
|
|
42
|
-
"@opentelemetry/instrumentation-http": "^0.
|
|
43
|
-
"@opentelemetry/instrumentation-ioredis": "^0.
|
|
44
|
-
"@opentelemetry/instrumentation-pino": "^0.
|
|
35
|
+
"@opentelemetry/exporter-trace-otlp-grpc": "^0.208.0",
|
|
36
|
+
"@opentelemetry/instrumentation": "^0.208.0",
|
|
37
|
+
"@opentelemetry/instrumentation-aws-sdk": "^0.64.0",
|
|
38
|
+
"@opentelemetry/instrumentation-connect": "^0.52.0",
|
|
39
|
+
"@opentelemetry/instrumentation-dns": "^0.52.0",
|
|
40
|
+
"@opentelemetry/instrumentation-express": "^0.57.0",
|
|
41
|
+
"@opentelemetry/instrumentation-fs": "^0.28.0",
|
|
42
|
+
"@opentelemetry/instrumentation-http": "^0.208.0",
|
|
43
|
+
"@opentelemetry/instrumentation-ioredis": "^0.56.0",
|
|
44
|
+
"@opentelemetry/instrumentation-pino": "^0.55.0",
|
|
45
45
|
"@opentelemetry/resources": "^2.0.1",
|
|
46
46
|
"@opentelemetry/sdk-trace-base": "^2.0.0",
|
|
47
47
|
"@opentelemetry/sdk-trace-node": "^2.0.0",
|