Converter: Add support for parsing prometheus string (#48727)

This commit is contained in:
Todd Treece
2022-05-04 20:26:32 -04:00
committed by GitHub
parent 2d574f352c
commit 9529c35efa
5 changed files with 98 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"status": "success",
"data": {
"resultType": "string",
"result": [
1651680139.104,
"example"
]
}
}