Azure Monitor: Add support for numeric fields in ARG (#38728)

* Fix todouble/toreal not working

* fix test
This commit is contained in:
shuotli
2021-09-01 09:02:08 +02:00
committed by GitHub
parent 38ca27428d
commit f2c4346cc4
3 changed files with 9 additions and 2 deletions
@@ -46,6 +46,10 @@
{
"name":"XObject",
"type":"object"
},
{
"name":"XNumber",
"type":"number"
}
],
"rows": [
@@ -60,7 +64,8 @@
1.7976931348623157e+308,
"00:00:00.0000001",
"79228162514264337593543950335",
"{\"person\": \"Daniel\", \"cats\": 23, \"diagnosis\": \"cat problem\"}"
"{\"person\": \"Daniel\", \"cats\": 23, \"diagnosis\": \"cat problem\"}",
"79228162514264337593543950335"
]
]
}