@platformatic/telemetry 3.41.0 → 3.43.0

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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # @platformatic/telemetry
2
+
3
+ [OpenTelemetry](https://opentelemetry.io/) integration for Platformatic, providing distributed tracing and metrics collection.
4
+
5
+ Check out the guides on [our website](https://docs.platformatic.dev/docs/guides/distributed-tracing).
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ npm install @platformatic/telemetry
11
+ ```
12
+
13
+ ## License
14
+
15
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/telemetry",
3
- "version": "3.41.0",
3
+ "version": "3.43.0",
4
4
  "description": "OpenTelemetry integration for Platformatic",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -36,7 +36,7 @@
36
36
  "@opentelemetry/semantic-conventions": "1.36.0",
37
37
  "fast-uri": "^3.0.6",
38
38
  "fastify-plugin": "^5.0.1",
39
- "@platformatic/foundation": "3.41.0"
39
+ "@platformatic/foundation": "3.43.0"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=22.19.0"