github.com/thanos-io/thanos@v0.32.5/internal/cortex/util/validation/validate.go (about)

     1  // Copyright (c) The Cortex Authors.
     2  // Licensed under the Apache License 2.0.
     3  
     4  package validation
     5  
     6  const (
     7  	// ErrQueryTooLong is used in chunk store, querier and query frontend.
     8  	ErrQueryTooLong = "the query time range exceeds the limit (query length: %s, limit: %s)"
     9  )