Skip to content

Commit

Permalink
chore: [k217] feat: ability to ignore cache for volume queries (#13966)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Whitney <[email protected]>
  • Loading branch information
grafanabot and trevorwhitney authored Aug 27, 2024
1 parent 246a1df commit a69a0b5
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 a69a0b5

Please sign in to comment.