@tramvai/module-metrics 5.40.0 → 5.41.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.
@@ -17,7 +17,7 @@ export type MetricsInstances = {
17
17
  tcpConnectDuration: Histogram<'service'>;
18
18
  tlsHandshakeDuration: Histogram<'service'>;
19
19
  };
20
- export type GetServiceName = typeof METRICS_SERVICES_REGISTRY_TOKEN['getServiceName'];
20
+ export type GetServiceName = (typeof METRICS_SERVICES_REGISTRY_TOKEN)['getServiceName'];
21
21
  export type Args = [RequestOptions | string | URL, (res: IncomingMessage) => void] | [string | URL, RequestOptions, (res: IncomingMessage) => void];
22
22
  export type CreateRequestWithMetrics = (args: {
23
23
  metricsInstances: MetricsInstances;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-metrics",
3
- "version": "5.40.0",
3
+ "version": "5.41.2",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -18,22 +18,22 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/core": "5.40.0",
22
- "@tramvai/tokens-common": "5.40.0",
23
- "@tramvai/tokens-core-private": "5.40.0",
24
- "@tramvai/tokens-server": "5.40.0",
25
- "@tramvai/tokens-server-private": "5.40.0",
26
- "@tramvai/tokens-metrics": "5.40.0",
27
- "@tramvai/tokens-router": "5.40.0",
28
- "@tramvai/tokens-http-client": "5.40.0",
29
- "@tramvai/state": "5.40.0",
30
- "@tramvai/papi": "5.40.0",
31
- "@tinkoff/measure-fastify-requests": "0.4.2",
21
+ "@tramvai/core": "5.41.2",
22
+ "@tramvai/tokens-common": "5.41.2",
23
+ "@tramvai/tokens-core-private": "5.41.2",
24
+ "@tramvai/tokens-server": "5.41.2",
25
+ "@tramvai/tokens-server-private": "5.41.2",
26
+ "@tramvai/tokens-metrics": "5.41.2",
27
+ "@tramvai/tokens-router": "5.41.2",
28
+ "@tramvai/tokens-http-client": "5.41.2",
29
+ "@tramvai/state": "5.41.2",
30
+ "@tramvai/papi": "5.41.2",
31
+ "@tinkoff/measure-fastify-requests": "0.4.3",
32
32
  "@tinkoff/monkeypatch": "5.0.2",
33
33
  "@tinkoff/url": "0.11.2",
34
34
  "@tinkoff/utils": "^2.1.2",
35
35
  "prom-client": "^14.2.0",
36
- "@tinkoff/logger": "0.10.505",
36
+ "@tinkoff/logger": "0.10.506",
37
37
  "@tinkoff/metrics-noop": "5.0.2",
38
38
  "@tinkoff/browser-timings": "0.13.2"
39
39
  },