Prometheus: Move converter in prometheus package (#82269)

* use jsoniter from sdk

* move converter into the prometheus

* remove jsonitere

* unit test

* remove redundant ownership
This commit is contained in:
ismail simsek
2024-02-15 15:09:30 +01:00
committed by GitHub
parent 45c7393564
commit 916a7bbb08
49 changed files with 6 additions and 30 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"status": "success",
"data": {
"resultType": "string",
"result": [
1651680139.104,
"example"
]
}
}