mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 16:58:59 +08:00
changed TagKeys and TagValues type for correct ordering
This commit is contained in:
parent
c45f09be08
commit
881feef4e9
@ -19,8 +19,16 @@
|
||||
"ServiceName",
|
||||
"References",
|
||||
"Tags",
|
||||
"TagsKeys",
|
||||
"TagsValues",
|
||||
{
|
||||
"type": "string",
|
||||
"name": "TagsKeys",
|
||||
"multiValueHandling": "ARRAY"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "TagsValues",
|
||||
"multiValueHandling": "ARRAY"
|
||||
},
|
||||
{ "name": "DurationNano", "type": "Long" },
|
||||
{ "name": "Kind", "type": "int" }
|
||||
]
|
||||
|
@ -25,8 +25,16 @@ data:
|
||||
"ServiceName",
|
||||
"References",
|
||||
"Tags",
|
||||
"TagsKeys",
|
||||
"TagsValues",
|
||||
{
|
||||
"type": "string",
|
||||
"name": "TagsKeys",
|
||||
"multiValueHandling": "ARRAY"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"name": "TagsValues",
|
||||
"multiValueHandling": "ARRAY"
|
||||
},
|
||||
{ "name": "DurationNano", "type": "Long" },
|
||||
{ "name": "Kind", "type": "int" }
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user