@tramvai/module-metrics 2.149.1 → 2.150.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.
package/lib/browser.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from '@tramvai/tokens-metrics';
2
2
  export declare class MetricsModule {
3
3
  }
4
+ //# sourceMappingURL=browser.d.ts.map
@@ -1 +1,2 @@
1
1
  export declare const DEFAULT_BUCKETS: number[];
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class InstantMetricsModule {
2
2
  }
3
+ //# sourceMappingURL=browser.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class InstantMetricsModule {
2
2
  }
3
+ //# sourceMappingURL=server.d.ts.map
@@ -3,3 +3,4 @@ export declare const sharedProviders: {
3
3
  multi: boolean;
4
4
  useValue: import("@tramvai/types-actions-state-context").Reducer<import("./store").State, string, never>[];
5
5
  }[];
6
+ //# sourceMappingURL=shared.d.ts.map
@@ -1,5 +1,6 @@
1
- export declare const setInstantMetrics: import("@tramvai/types-actions-state-context").EventCreator1<any, any>;
1
+ export declare const setInstantMetrics: import("@tramvai/types-actions-state-context").EventCreator1<any>;
2
2
  export interface State {
3
3
  instantMetricsMap: Record<string, boolean>;
4
4
  }
5
5
  export declare const MetricsStore: import("@tramvai/state").Reducer<State, string, never>;
6
+ //# sourceMappingURL=store.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import type { COMMAND_LINE_EXECUTION_END_TOKEN } from '@tramvai/tokens-core-private';
2
2
  import type { Metrics } from '@tramvai/tokens-metrics';
3
3
  export declare const commandLineMetrics: (metrics: Metrics) => typeof COMMAND_LINE_EXECUTION_END_TOKEN;
4
+ //# sourceMappingURL=commandLine.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import type { Metrics } from '@tramvai/tokens-metrics';
2
2
  export declare const eventLoopMetrics: (metrics: Metrics) => void;
3
+ //# sourceMappingURL=eventLoop.d.ts.map
@@ -22,3 +22,4 @@ export declare class PerfGauge extends Gauge {
22
22
  startTimer(startLabels?: Labels<string>): (endLabels?: Labels<string>) => number;
23
23
  }
24
24
  export {};
25
+ //# sourceMappingURL=PerfMetrics.d.ts.map
@@ -10,3 +10,4 @@ declare const mockPerformance: {
10
10
  clear(): void;
11
11
  };
12
12
  export { mockPerformance };
13
+ //# sourceMappingURL=mockPerformance.d.ts.map
@@ -1,2 +1,3 @@
1
1
  declare function startMeasure(markName: string, uniqueMarkId: number): (measureName?: string) => number;
2
2
  export { startMeasure };
3
+ //# sourceMappingURL=startMeasure.d.ts.map
@@ -1,2 +1,3 @@
1
1
  declare const supportsUserTiming: boolean;
2
2
  export { supportsUserTiming };
3
+ //# sourceMappingURL=supportsUserTiming.d.ts.map
@@ -1,2 +1,3 @@
1
1
  declare function uniqueId(): number;
2
2
  export { uniqueId };
3
+ //# sourceMappingURL=uniqueId.d.ts.map
@@ -6,3 +6,4 @@ declare class MetricsServicesRegistry implements MetricsServicesRegistryInterfac
6
6
  getServiceName(url: any): string;
7
7
  }
8
8
  export { MetricsServicesRegistry };
9
+ //# sourceMappingURL=MetricsServicesRegistry.d.ts.map
@@ -13,3 +13,4 @@ export declare class PrefixTree<T> {
13
13
  get(key: string): void | T;
14
14
  }
15
15
  export {};
16
+ //# sourceMappingURL=PrefixTree.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import type { Args, CreateRequestWithMetrics } from './types';
2
2
  export declare const getUrlAndOptions: (args: Args) => any[];
3
3
  export declare const createRequestWithMetrics: CreateRequestWithMetrics;
4
+ //# sourceMappingURL=createRequestWithMetrics.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export declare class RequestModule {
2
2
  }
3
+ //# sourceMappingURL=index.d.ts.map
@@ -8,3 +8,4 @@ export declare const initRequestsMetrics: ({ metrics, getServiceName, http, http
8
8
  getServiceName: GetServiceName;
9
9
  config: ModuleConfig;
10
10
  }) => void;
11
+ //# sourceMappingURL=initRequestsMetrics.d.ts.map
@@ -24,3 +24,4 @@ export type CreateRequestWithMetrics = (args: {
24
24
  getServiceName: GetServiceName;
25
25
  config: ModuleConfig;
26
26
  }) => (originalRequest: HttpModule['request'], ...requestArgs: Args) => ClientRequest;
27
+ //# sourceMappingURL=types.d.ts.map
package/lib/server.d.ts CHANGED
@@ -2,3 +2,4 @@ export { getUrlAndOptions } from './request/createRequestWithMetrics';
2
2
  export * from '@tramvai/tokens-metrics';
3
3
  export declare class MetricsModule {
4
4
  }
5
+ //# sourceMappingURL=server.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/module-metrics",
3
- "version": "2.149.1",
3
+ "version": "2.150.1",
4
4
  "description": "",
5
5
  "browser": "lib/browser.js",
6
6
  "main": "lib/server.js",
@@ -18,16 +18,16 @@
18
18
  "watch": "tsc -w"
19
19
  },
20
20
  "dependencies": {
21
- "@tramvai/core": "2.149.1",
22
- "@tramvai/tokens-common": "2.149.1",
23
- "@tramvai/tokens-core-private": "2.149.1",
24
- "@tramvai/tokens-server": "2.149.1",
25
- "@tramvai/tokens-server-private": "2.149.1",
26
- "@tramvai/tokens-metrics": "2.149.1",
27
- "@tramvai/tokens-router": "2.149.1",
28
- "@tramvai/tokens-http-client": "2.149.1",
29
- "@tramvai/state": "2.149.1",
30
- "@tramvai/papi": "2.149.1",
21
+ "@tramvai/core": "2.150.1",
22
+ "@tramvai/tokens-common": "2.150.1",
23
+ "@tramvai/tokens-core-private": "2.150.1",
24
+ "@tramvai/tokens-server": "2.150.1",
25
+ "@tramvai/tokens-server-private": "2.150.1",
26
+ "@tramvai/tokens-metrics": "2.150.1",
27
+ "@tramvai/tokens-router": "2.150.1",
28
+ "@tramvai/tokens-http-client": "2.150.1",
29
+ "@tramvai/state": "2.150.1",
30
+ "@tramvai/papi": "2.150.1",
31
31
  "@tinkoff/measure-fastify-requests": "0.1.11",
32
32
  "@tinkoff/monkeypatch": "2.0.5",
33
33
  "@tinkoff/url": "0.8.6",