type SeriesExemplar struct {
// Labels is the labels of the series exposing the exemplar, not the labels// on the exemplar itself. Labels labels.Labels Exemplar exemplar.Exemplar}
SeriesExemplar represents an individually written exemplar to a
storage.Appender.