@twin.org/node-core 0.9.0-next.1 → 0.9.1-next.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/dist/es/builders/engineEnvBuilder.js +24 -0
- package/dist/es/builders/engineEnvBuilder.js.map +1 -1
- package/dist/es/models/IEngineEnvironmentVariables.js.map +1 -1
- package/dist/es/models/engineEnvironmentVariableKeys.js +5 -0
- package/dist/es/models/engineEnvironmentVariableKeys.js.map +1 -1
- package/dist/es/node.js +1 -1
- package/dist/es/node.js.map +1 -1
- package/dist/types/models/IEngineEnvironmentVariables.d.ts +16 -0
- package/docs/changelog.md +169 -0
- package/docs/reference/interfaces/IEngineEnvironmentVariables.md +32 -0
- package/package.json +27 -26
|
@@ -603,6 +603,38 @@ A list of components to exclude from logging, can be a comma separated list of c
|
|
|
603
603
|
|
|
604
604
|
***
|
|
605
605
|
|
|
606
|
+
### openTelemetryLoggingLoggerName? {#opentelemetryloggingloggername}
|
|
607
|
+
|
|
608
|
+
> `optional` **openTelemetryLoggingLoggerName?**: `string`
|
|
609
|
+
|
|
610
|
+
The name of the OpenTelemetry logger, only required if using open-telemetry as logging connector, defaults to twin-logging.
|
|
611
|
+
|
|
612
|
+
***
|
|
613
|
+
|
|
614
|
+
### openTelemetryLoggingLoggerVersion? {#opentelemetryloggingloggerversion}
|
|
615
|
+
|
|
616
|
+
> `optional` **openTelemetryLoggingLoggerVersion?**: `string`
|
|
617
|
+
|
|
618
|
+
The version of the OpenTelemetry logger, only required if using open-telemetry as logging connector, defaults to 1.0.0.
|
|
619
|
+
|
|
620
|
+
***
|
|
621
|
+
|
|
622
|
+
### openTelemetryLoggingPrometheusEndpoint? {#opentelemetryloggingprometheusendpoint}
|
|
623
|
+
|
|
624
|
+
> `optional` **openTelemetryLoggingPrometheusEndpoint?**: `string`
|
|
625
|
+
|
|
626
|
+
The OTLP endpoint URL for the OpenTelemetry logging exporter, required when using open-telemetry as logging connector, e.g. http://localhost:4318/v1/logs.
|
|
627
|
+
|
|
628
|
+
***
|
|
629
|
+
|
|
630
|
+
### openTelemetryLoggingProcessor? {#opentelemetryloggingprocessor}
|
|
631
|
+
|
|
632
|
+
> `optional` **openTelemetryLoggingProcessor?**: `string`
|
|
633
|
+
|
|
634
|
+
The log record processor to use for the OpenTelemetry logging exporter, either batch or simple, defaults to batch.
|
|
635
|
+
|
|
636
|
+
***
|
|
637
|
+
|
|
606
638
|
### eventBusConnector? {#eventbusconnector}
|
|
607
639
|
|
|
608
640
|
> `optional` **eventBusConnector?**: `string`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/node-core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1-next.1",
|
|
4
4
|
"description": "TWIN Node Core for serving APIs using the specified configuration",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,31 +14,32 @@
|
|
|
14
14
|
"node": ">=20.0.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@twin.org/api-auth-entity-storage-service": "
|
|
18
|
-
"@twin.org/api-tenant-processor": "
|
|
19
|
-
"@twin.org/cli-core": "
|
|
20
|
-
"@twin.org/context": "
|
|
21
|
-
"@twin.org/core": "
|
|
22
|
-
"@twin.org/crypto": "
|
|
23
|
-
"@twin.org/dataspace-models": "
|
|
24
|
-
"@twin.org/engine": "
|
|
25
|
-
"@twin.org/engine-core": "
|
|
26
|
-
"@twin.org/engine-models": "
|
|
27
|
-
"@twin.org/engine-server": "
|
|
28
|
-
"@twin.org/engine-server-types": "
|
|
29
|
-
"@twin.org/engine-types": "
|
|
30
|
-
"@twin.org/entity": "
|
|
31
|
-
"@twin.org/entity-storage-models": "
|
|
32
|
-
"@twin.org/identity-models": "
|
|
33
|
-
"@twin.org/
|
|
34
|
-
"@twin.org/
|
|
35
|
-
"@twin.org/
|
|
36
|
-
"@twin.org/standards-w3c-
|
|
37
|
-
"@twin.org/
|
|
38
|
-
"@twin.org/telemetry-
|
|
39
|
-
"@twin.org/
|
|
40
|
-
"@twin.org/
|
|
41
|
-
"@twin.org/
|
|
17
|
+
"@twin.org/api-auth-entity-storage-service": "next",
|
|
18
|
+
"@twin.org/api-tenant-processor": "next",
|
|
19
|
+
"@twin.org/cli-core": "next",
|
|
20
|
+
"@twin.org/context": "next",
|
|
21
|
+
"@twin.org/core": "next",
|
|
22
|
+
"@twin.org/crypto": "next",
|
|
23
|
+
"@twin.org/dataspace-models": "next",
|
|
24
|
+
"@twin.org/engine": "next",
|
|
25
|
+
"@twin.org/engine-core": "next",
|
|
26
|
+
"@twin.org/engine-models": "next",
|
|
27
|
+
"@twin.org/engine-server": "next",
|
|
28
|
+
"@twin.org/engine-server-types": "next",
|
|
29
|
+
"@twin.org/engine-types": "next",
|
|
30
|
+
"@twin.org/entity": "next",
|
|
31
|
+
"@twin.org/entity-storage-models": "next",
|
|
32
|
+
"@twin.org/identity-models": "next",
|
|
33
|
+
"@twin.org/logging-connector-opentelemetry": "next",
|
|
34
|
+
"@twin.org/modules": "next",
|
|
35
|
+
"@twin.org/rights-management-rest-client": "next",
|
|
36
|
+
"@twin.org/standards-w3c-did": "next",
|
|
37
|
+
"@twin.org/standards-w3c-odrl": "next",
|
|
38
|
+
"@twin.org/telemetry-connector-opentelemetry": "next",
|
|
39
|
+
"@twin.org/telemetry-models": "next",
|
|
40
|
+
"@twin.org/trust-models": "next",
|
|
41
|
+
"@twin.org/vault-models": "next",
|
|
42
|
+
"@twin.org/wallet-models": "next",
|
|
42
43
|
"dotenv": "17.4.2",
|
|
43
44
|
"schema-dts": "2.0.0"
|
|
44
45
|
},
|