@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.
@@ -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.0-next.1",
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": "0.9.0-next.1",
18
- "@twin.org/api-tenant-processor": "0.9.0-next.1",
19
- "@twin.org/cli-core": "0.9.0-next.1",
20
- "@twin.org/context": "0.9.0-next.1",
21
- "@twin.org/core": "0.9.0-next.1",
22
- "@twin.org/crypto": "0.9.0-next.1",
23
- "@twin.org/dataspace-models": "0.9.0-next.1",
24
- "@twin.org/engine": "0.9.0-next.1",
25
- "@twin.org/engine-core": "0.9.0-next.1",
26
- "@twin.org/engine-models": "0.9.0-next.1",
27
- "@twin.org/engine-server": "0.9.0-next.1",
28
- "@twin.org/engine-server-types": "0.9.0-next.1",
29
- "@twin.org/engine-types": "0.9.0-next.1",
30
- "@twin.org/entity": "0.9.0-next.1",
31
- "@twin.org/entity-storage-models": "0.9.0-next.1",
32
- "@twin.org/identity-models": "0.9.0-next.1",
33
- "@twin.org/modules": "0.9.0-next.1",
34
- "@twin.org/rights-management-rest-client": "0.9.0-next.1",
35
- "@twin.org/standards-w3c-did": "0.9.0-next.1",
36
- "@twin.org/standards-w3c-odrl": "0.9.0-next.1",
37
- "@twin.org/telemetry-connector-opentelemetry": "0.9.0-next.1",
38
- "@twin.org/telemetry-models": "0.9.0-next.1",
39
- "@twin.org/trust-models": "0.9.0-next.1",
40
- "@twin.org/vault-models": "0.9.0-next.1",
41
- "@twin.org/wallet-models": "0.9.0-next.1",
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
  },