mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:32:13 +08:00
Unistore: Batch write events (#101381)
* Batch write events * Improve instrumentation * Measure batch phases * Detect lock contention * remove the execBatch goroutine * removing tracing prefix * detect context cancel * batch channel map
This commit is contained in:
@ -295,8 +295,7 @@ func (r sqlResourceBlobQueryRequest) Validate() error {
|
||||
|
||||
type sqlResourceUpdateRVRequest struct {
|
||||
sqltemplate.SQLTemplate
|
||||
GUID string
|
||||
ResourceVersion int64
|
||||
GUIDToRV map[string]int64
|
||||
}
|
||||
|
||||
func (r sqlResourceUpdateRVRequest) Validate() error {
|
||||
|
Reference in New Issue
Block a user