Skip to content

Commit

Permalink
Adding support for prometheus formatas types
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbeam committed Jul 17, 2018
1 parent 5f94ce8 commit a7c49f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ type Target struct {
Step int `json:"step,omitempty"`
LegendFormat string `json:"legendFormat,omitempty"`
Instant bool `json:"instant,omitempty"`
Format string `json:"format,omitempty"`

// For Elasticsearch
DsType *string `json:"dsType,omitempty"`
Expand Down

0 comments on commit a7c49f9

Please sign in to comment.