(l *label, batch []*controller.PrometheusLabel)
| 251 | } |
| 252 | |
| 253 | func refreshLabelCurrent(l *label, batch []*controller.PrometheusLabel) { |
| 254 | l.Add(batch) |
| 255 | } |
| 256 | |
| 257 | func refreshLabelValueCurrent(lv *labelValue, batch []*controller.PrometheusLabelValue) { |
| 258 | lv.Add(batch) |