@lokalise/opentelemetry-fastify-bootstrap 2.0.0 → 2.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,8 +46,8 @@ initOpenTelemetry()
|
|
|
46
46
|
| Variable | Description | Default |
|
|
47
47
|
|----------|-------------|---------|
|
|
48
48
|
| `NODE_ENV` | When set to `test`, OpenTelemetry is disabled | - |
|
|
49
|
-
| `
|
|
50
|
-
| `
|
|
49
|
+
| `OTEL_ENABLED` | Set to `true` to enable OpenTelemetry | `false` |
|
|
50
|
+
| `OTEL_EXPORTER_URL` | OTLP gRPC exporter URL | `grpc://localhost:4317` |
|
|
51
51
|
|
|
52
52
|
### Options
|
|
53
53
|
|