@envelop/prometheus
Advanced tools
Comparing version 12.0.0-alpha-20241112124749-b05f813adacaed7f3a2132da52552b4511ccbc15 to 12.0.0-alpha-20241112225600-683acf204352167e898a6d0be001bd5d6acef510
{ | ||
"name": "@envelop/prometheus", | ||
"version": "12.0.0-alpha-20241112124749-b05f813adacaed7f3a2132da52552b4511ccbc15", | ||
"version": "12.0.0-alpha-20241112225600-683acf204352167e898a6d0be001bd5d6acef510", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
import { Plugin } from '@envelop/core'; | ||
import { CounterMetricOption, HistogramMetricOption, PrometheusTracingPluginConfig, SummaryMetricOption } from './config.js'; | ||
import { PrometheusTracingPluginConfig } from './config.js'; | ||
import { createCounter, createHistogram, createSummary, FillLabelsFnParams, getCounterFromConfig, getHistogramFromConfig, getSummaryFromConfig, type CounterAndLabels, type HistogramAndLabels, type SummaryAndLabels } from './utils.js'; | ||
export { CounterAndLabels, FillLabelsFnParams, HistogramAndLabels, PrometheusTracingPluginConfig, SummaryAndLabels, HistogramMetricOption, CounterMetricOption, SummaryMetricOption, createCounter, createHistogram, createSummary, getCounterFromConfig, getHistogramFromConfig, getSummaryFromConfig, }; | ||
export { CounterAndLabels, FillLabelsFnParams, HistogramAndLabels, PrometheusTracingPluginConfig, SummaryAndLabels, createCounter, createHistogram, createSummary, getCounterFromConfig, getHistogramFromConfig, getSummaryFromConfig, }; | ||
export declare const fillLabelsFnParamsMap: WeakMap<any, FillLabelsFnParams | null>; | ||
export declare const execStartTimeMap: WeakMap<any, number>; | ||
export declare const usePrometheus: (config: PrometheusTracingPluginConfig) => Plugin; |
Sorry, the diff of this file is not supported yet
135834
1700