| 232 | } |
| 233 | |
| 234 | export interface CounterConfiguration<T extends string> |
| 235 | extends MetricConfiguration<T> { |
| 236 | collect?: CollectFunction<Counter<T>>; |
| 237 | } |
| 238 | |
| 239 | export interface IncreaseDataWithExemplar<T extends string> { |
| 240 | value?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected