@saidsef/tracing-node 3.0.4 → 3.0.6

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 CHANGED
@@ -56,7 +56,7 @@ setupTracing({hostname: 'hostname', serviceName: 'service_name', url: 'endpoint'
56
56
  | Name | Type | Description|
57
57
  |----- | ---- | ------------- |
58
58
  | hostname | string | container / pod hostname |
59
- | service_name | string | service / application name |
59
+ | serviceName | string | service / application name |
60
60
  | url | string | tracing endpoint i.e. `<schema>://<host>:<port>` |
61
61
 
62
62
  ## Source
@@ -34,4 +34,4 @@ spec:
34
34
  gitRepo:
35
35
  directory: "."
36
36
  repository: "https://github.com/saidsef/tracing-node.git"
37
- revision: "update-dep-libs"
37
+ revision: "fix-repo-url"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saidsef/tracing-node",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "tracing NodeJS - This is a wrapper for OpenTelemetry instrumentation packages",
5
5
  "main": "libs/index.mjs",
6
6
  "scripts": {
@@ -12,19 +12,11 @@
12
12
  "private": false,
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "git+https://github.com/saidsef/tracing-nodejs.git"
15
+ "url": "git+https://github.com/saidsef/tracing-node.git"
16
16
  },
17
17
  "keywords": [
18
- "instrumentation-aws-sdk",
19
- "instrumentation-express",
20
- "instrumentation-http",
21
- "instrumentation-pino",
22
- "instrumentation",
23
- "opentelemetry",
24
- "resources",
25
- "sdk-trace-base",
26
- "sdk-trace-node",
27
- "semantic-conventions",
18
+ "opentracing",
19
+ "apm",
28
20
  "trace",
29
21
  "tracing"
30
22
  ],
@@ -34,9 +26,9 @@
34
26
  "node": ">= 20"
35
27
  },
36
28
  "bugs": {
37
- "url": "https://github.com/saidsef/tracing-nodejs/issues"
29
+ "url": "https://github.com/saidsef/tracing-node/issues"
38
30
  },
39
- "homepage": "https://github.com/saidsef/tracing-nodejs#readme",
31
+ "homepage": "https://github.com/saidsef/tracing-node#readme",
40
32
  "dependencies": {
41
33
  "@opentelemetry/api": "^1.9.0",
42
34
  "@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0",