textparse: Remove TODO that is actually done

Signed-off-by: beorn7 <beorn@grafana.com>
pull/11041/head
beorn7 4 years ago
parent 7feea8aa89
commit 89fb7117c3
  1. 3
      model/textparse/protobufparse_test.go

@ -565,8 +565,5 @@ metric: <
i++
}
// TODO(beorn7): Once supported by the parser, test exemplars for
// counters, exemplars for sparse histograms, legacy histograms including exemplars,
// summaries.
require.Equal(t, len(exp), i)
}

Loading…
Cancel
Save