Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
prometheus
Commits
0a28f1ae
Unverified
Commit
0a28f1ae
authored
May 08, 2021
by
Julien Pivotto
Committed by
GitHub
May 08, 2021
Browse files
Merge pull request #8796 from hs0210/work
Fix golint issue
parents
5b61ac44
996848ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
storage/interface.go
View file @
0a28f1ae
...
...
@@ -124,7 +124,7 @@ type ExemplarQueryable interface {
ExemplarQuerier
(
ctx
context
.
Context
)
(
ExemplarQuerier
,
error
)
}
// Querier provides reading access to time series data.
//
Exemplar
Querier 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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment