Tempo: Fix trace kvlist and array transformations (#96388)

* Fix kvlist and array transformations

* Log transformation errors
This commit is contained in:
Andre Pereira
2024-11-15 09:35:41 +00:00
committed by GitHub
parent d8d1886938
commit 65b50b67c4
3 changed files with 103 additions and 13 deletions
+36
View File
@@ -1342,6 +1342,42 @@
"value": {
"string_value": "net/http"
}
},
{
"key": "arrayAttribute",
"value": {
"array_value": {
"values": [
{
"string_value": "value1"
},
{
"string_value": "value2"
}
]
}
}
},
{
"key": "kvlistAttribute",
"value": {
"kvlist_value": {
"values": [
{
"key": "key1",
"value": {
"string_value": "value1"
}
},
{
"key": "key2",
"value": {
"string_value": "value2"
}
}
]
}
}
}
],
"status": {}