chore: add empty labels to response (#5668)

This commit is contained in:
Srikanth Chekuri 2024-08-09 18:19:15 +05:30 committed by GitHub
parent 156905afc7
commit 0157b47424
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1040,8 +1040,8 @@ type LogsLiveTailClient struct {
}
type Series struct {
Labels map[string]string `json:"labels,omitempty"`
LabelsArray []map[string]string `json:"labelsArray,omitempty"`
Labels map[string]string `json:"labels"`
LabelsArray []map[string]string `json:"labelsArray"`
Points []Point `json:"values"`
}