Merge pull request #8796 from hs0210/work

Fix golint issue
This commit is contained in:
Julien Pivotto 2021-05-08 14:57:30 +02:00 committed by GitHub
commit 0a28f1ae9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ type ExemplarQueryable interface {
ExemplarQuerier(ctx context.Context) (ExemplarQuerier, error)
}
// Querier provides reading access to time series data.
// ExemplarQuerier provides reading access to time series data.
type ExemplarQuerier interface {
// Select all the exemplars that match the matchers.
// Within a single slice of matchers, it is an intersection. Between the slices, it is a union.