Skip to content

Commit

Permalink
fix(finder): improve err costly series by tag message (go-graphite#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
almostinf authored Dec 18, 2023
1 parent 2935529 commit 3440864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder/tagged.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
// ErrEmptyArgs = errors.New("empty arguments")
ErrCostlySeriesByTag = errs.NewErrorWithCode("seriesByTag argument is too costly", http.StatusForbidden)
ErrCostlySeriesByTag = errs.NewErrorWithCode("seriesByTag argument has too much wildcard and regex terms", http.StatusForbidden)
)

type TaggedTermOp int
Expand Down

0 comments on commit 3440864

Please sign in to comment.