vegalite({
"title": "94ffac44-77a8-4fd0-8d21-90e43c473128",
data: { values: firsttrace },
transform: [
{ timeUnit: "yearmonthdatehoursminutesseconds", field: "epoch_start", as: "start_date" }
],
autosize: "fit",
width: width,
height: 500,
layer: [
{
mark: "bar",
encoding: {
"y": {
"field": "duration_ms",
"type": "quantitative",
"sort": "ascending"
},
"x": {
"field": "name",
"type": "ordinal",
},
tooltip: [
{"field": "span_id"},
{"field": "message"},
{"field": "start_date"},
{"field": "end_date"},
{"field": "epoch_start"},
{"field": "epoch_end"},
{"field": "duration_ms"}
]
}
}
],
})