UNPKG

@promster/metrics

Version:

Metrics utilities used by all other server integrations

7 lines (6 loc) 312 B
import type { TOptionalPromsterOptions } from '@promster/types'; type TSkipMetricsInEnvironmentOptions = { detectKubernetes?: TOptionalPromsterOptions['detectKubernetes']; }; declare const skipMetricsInEnvironment: (options: TSkipMetricsInEnvironmentOptions) => boolean; export { skipMetricsInEnvironment };