We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5ba82 commit d85f725Copy full SHA for d85f725
prometheus.go
@@ -37,7 +37,7 @@ type PromResponse struct {
37
Data struct {
38
ResultType string `json:"resultType"`
39
Result []PromResult `json:"result"`
40
- } `json:"data"`
+ } `json:"data,omitempty"`
41
}
42
43
type PromConverter struct {
0 commit comments