| 237 | } |
| 238 | |
| 239 | export interface IncreaseDataWithExemplar<T extends string> { |
| 240 | value?: number; |
| 241 | labels?: LabelValues<T>; |
| 242 | exemplarLabels?: LabelValues<T>; |
| 243 | } |
| 244 | |
| 245 | export interface ObserveDataWithExemplar<T extends string> { |
| 246 | value: number; |
nothing calls this directly
no outgoing calls
no test coverage detected