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