(in []byte, conf config.Decoder)
| 19 | // label value for Prometheus metrics |
| 20 | type Decoder interface { |
| 21 | Decode(in []byte, conf config.Decoder) ([]byte, error) |
| 22 | } |
| 23 | |
| 24 | // Set is a set of Decoders that may be applied to produce a label |
no outgoing calls