changed TagKeys and TagValues type for correct ordering

This commit is contained in:
Ankit Nayan 2021-04-19 23:06:20 +05:30
parent c45f09be08
commit 881feef4e9
2 changed files with 20 additions and 4 deletions

View File

@ -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" }
]

View File

@ -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" }
]