Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Feb 19, 2025
1 parent 982556a commit cd7ed47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/prometheus/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import {
createCounter,
createHistogram,
createSummary,
PrometheusTracingPluginConfig as EnvelopPrometheusTracingPluginConfig,
getCounterFromConfig,
getHistogramFromConfig,
getSummaryFromConfig,
HistogramAndLabels,
usePrometheus as useEnvelopPrometheus,
type CounterAndLabels,
type CounterMetricOption,
type PrometheusTracingPluginConfig as EnvelopPrometheusTracingPluginConfig,
type FillLabelsFnParams,
type HistogramAndLabels,
type HistogramMetricOption,
type SummaryAndLabels,
type SummaryMetricOption,
Expand Down

0 comments on commit cd7ed47

Please sign in to comment.