mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 01:39:01 +08:00
chore: add empty labels to response (#5668)
This commit is contained in:
parent
156905afc7
commit
0157b47424
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user