@twin.org/node-core 0.9.2-next.11 → 0.9.2-next.12

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.
@@ -121,3 +121,11 @@ Include the full base 64 output in the REST logging output, useful for debugging
121
121
  > `optional` **routeLoggingObfuscateProperties?**: `string`
122
122
 
123
123
  List of properties to obfuscate in the REST logging output, comma separated.
124
+
125
+ ***
126
+
127
+ ### routeMetricsExcludePaths? {#routemetricsexcludepaths}
128
+
129
+ > `optional` **routeMetricsExcludePaths?**: `string`
130
+
131
+ Comma-separated list of URL path prefixes excluded from metrics collection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/node-core",
3
- "version": "0.9.2-next.11",
3
+ "version": "0.9.2-next.12",
4
4
  "description": "TWIN Node Core for serving APIs using the specified configuration",
5
5
  "repository": {
6
6
  "type": "git",