@fluojs/metrics 1.0.1 → 1.0.2

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.ko.md CHANGED
@@ -163,7 +163,7 @@ MetricsModule.forRoot({
163
163
  - `METER_PROVIDER` (Token)
164
164
  - `PrometheusMeterProvider`
165
165
  - `HttpMetricsMiddleware` 및 HTTP path-label 옵션 타입
166
- - `provider`(현재는 `'prometheus'`만 지원) endpoint `middleware`를 포함한 module option
166
+ - `provider`(현재는 `'prometheus'`만 지원), module-level `middleware`, endpoint-scoped `endpointMiddleware`를 포함한 module option
167
167
  - `prom-client`의 `Registry`
168
168
 
169
169
  ### 운영 기본값
package/README.md CHANGED
@@ -163,7 +163,7 @@ MetricsModule.forRoot({
163
163
  - `METER_PROVIDER`
164
164
  - `PrometheusMeterProvider`
165
165
  - `HttpMetricsMiddleware` and HTTP path-label option types
166
- - Module options including `provider` (currently only `'prometheus'`) and endpoint `middleware`
166
+ - Module options including `provider` (currently only `'prometheus'`), module-level `middleware`, and endpoint-scoped `endpointMiddleware`
167
167
  - `Registry` from `prom-client`
168
168
 
169
169
  ### Operational defaults
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "monitoring",
9
9
  "observability"
10
10
  ],
11
- "version": "1.0.1",
11
+ "version": "1.0.2",
12
12
  "private": false,
13
13
  "license": "MIT",
14
14
  "repository": {
@@ -36,9 +36,9 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "prom-client": "^15.1.3",
39
- "@fluojs/di": "^1.0.1",
39
+ "@fluojs/di": "^1.0.2",
40
40
  "@fluojs/http": "^1.0.0",
41
- "@fluojs/runtime": "^1.0.1"
41
+ "@fluojs/runtime": "^1.1.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.0.0",