(*dto.MetricFamily)
| 30 | // Decoder types decode an input stream into metric families. |
| 31 | type Decoder interface { |
| 32 | Decode(*dto.MetricFamily) error |
| 33 | } |
| 34 | |
| 35 | // DecodeOptions contains options used by the Decoder and in sample extraction. |
no outgoing calls