mirror of
https://github.com/jlengrand/signoz.git
synced 2026-03-10 08:41:20 +00:00
chore: add empty labels to response (#5668)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user