Files
grafana/pkg/tsdb/jaeger/testdata/empty_dependencies_nodes.golden.jsonc
Ivana Huckova 242ac6bfa7 Jaeger: Run dependency graph queries through backend behind the feature toggle (#103768)
* Start with dependency graph

* Update and add tests

* Fix lint and ordering in test
2025-04-14 10:54:40 +02:00

59 lines
1.2 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "preferredVisualisationType": "nodeGraph"
// }
// Name: test_nodes
// Dimensions: 2 Fields by 0 Rows
// +----------------+----------------+
// | Name: id | Name: title |
// | Labels: | Labels: |
// | Type: []string | Type: []string |
// +----------------+----------------+
// +----------------+----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "test_nodes",
"meta": {
"typeVersion": [
0,
0
],
"preferredVisualisationType": "nodeGraph"
},
"fields": [
{
"name": "id",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "title",
"type": "string",
"typeInfo": {
"frame": "string"
}
}
]
},
"data": {
"values": [
[],
[]
]
}
}
]
}