Skip to content

Commit

Permalink
feat: ability to ignore cache for volume queries (#13945)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Aug 26, 2024
1 parent ba87d52 commit b1dc076
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 197 deletions.
3 changes: 0 additions & 3 deletions pkg/logproto/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ func (m *VolumeRequest) GetQuery() string {
return m.Matchers
}

// GetCachingOptions returns the caching options.
func (m *VolumeRequest) GetCachingOptions() (res definitions.CachingOptions) { return }

// WithStartEnd clone the current request with different start and end timestamp.
func (m *VolumeRequest) WithStartEnd(start, end time.Time) definitions.Request {
clone := *m
Expand Down
Loading

0 comments on commit b1dc076

Please sign in to comment.