@twin.org/node-core 0.0.3-next.36 → 0.0.3-next.38

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.
@@ -1054,6 +1054,42 @@ The port to use for the Open Telemetry Prometheus metrics server, only required
1054
1054
 
1055
1055
  ***
1056
1056
 
1057
+ ### telemetryMetricsCollectorIntervalSeconds? {#telemetrymetricscollectorintervalseconds}
1058
+
1059
+ > `optional` **telemetryMetricsCollectorIntervalSeconds?**: `string`
1060
+
1061
+ Polling interval in seconds for the telemetry metrics collector. Defaults to 60.
1062
+
1063
+ #### Inherited from
1064
+
1065
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`telemetryMetricsCollectorIntervalSeconds`](IEngineServerEnvironmentVariables.md#telemetrymetricscollectorintervalseconds)
1066
+
1067
+ ***
1068
+
1069
+ ### telemetryMetricsProducers? {#telemetrymetricsproducers}
1070
+
1071
+ > `optional` **telemetryMetricsProducers?**: `string`
1072
+
1073
+ The type of telemetry metrics producers, can be a comma separated list: system, process.
1074
+
1075
+ #### Inherited from
1076
+
1077
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`telemetryMetricsProducers`](IEngineServerEnvironmentVariables.md#telemetrymetricsproducers)
1078
+
1079
+ ***
1080
+
1081
+ ### telemetryMetricsProducerMaxHistory? {#telemetrymetricsproducermaxhistory}
1082
+
1083
+ > `optional` **telemetryMetricsProducerMaxHistory?**: `string`
1084
+
1085
+ Maximum number of values retained per telemetry metric (count-based history cap). Defaults to 1440.
1086
+
1087
+ #### Inherited from
1088
+
1089
+ [`IEngineServerEnvironmentVariables`](IEngineServerEnvironmentVariables.md).[`telemetryMetricsProducerMaxHistory`](IEngineServerEnvironmentVariables.md#telemetrymetricsproducermaxhistory)
1090
+
1091
+ ***
1092
+
1057
1093
  ### faucetConnector? {#faucetconnector}
1058
1094
 
1059
1095
  > `optional` **faucetConnector?**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node-core",
3
- "version": "0.0.3-next.36",
3
+ "version": "0.0.3-next.38",
4
4
  "description": "TWIN Node Core for serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,6 +35,7 @@
35
35
  "@twin.org/standards-w3c-did": "next",
36
36
  "@twin.org/standards-w3c-odrl": "next",
37
37
  "@twin.org/telemetry-connector-opentelemetry": "next",
38
+ "@twin.org/telemetry-models": "next",
38
39
  "@twin.org/trust-models": "next",
39
40
  "@twin.org/vault-models": "next",
40
41
  "@twin.org/wallet-models": "next",