Labels returns the complete set of labels. For series it means all labels identifying the series.
()
| 654 | type Labels interface { |
| 655 | // Labels returns the complete set of labels. For series it means all labels identifying the series. |
| 656 | Labels() labels.Labels |
| 657 | } |
| 658 | |
| 659 | type SampleIterable interface { |
no outgoing calls