(lvs ...string)
| 139 | // GaugeVec hides something like a Prometheus GaugeVec or an extprom.TxGaugeVec. |
| 140 | type GaugeVec interface { |
| 141 | WithLabelValues(lvs ...string) prometheus.Gauge |
| 142 | } |
| 143 | |
| 144 | // MetadataFilter allows filtering or modifying metas from the provided map or returns error. |
no outgoing calls