Skip to content

Commit

Permalink
Add delete field to opentsdb.Request. (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
alienth authored and Craig Peterson committed Nov 29, 2016
1 parent f52d7d5 commit 3aa8820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opentsdb/tsdb.go
Expand Up @@ -369,6 +369,7 @@ type Request struct {
GlobalAnnotations bool `json:"globalAnnotations,omitempty"`
MsResolution bool `json:"msResolution,omitempty"`
ShowTSUIDs bool `json:"showTSUIDs,omitempty"`
Delete bool `json:"delete,omitempty"`
}

// RequestFromJSON creates a new request from JSON.
Expand Down

0 comments on commit 3aa8820

Please sign in to comment.