Files
grafana/pkg/tsdb/jaeger/testdata/empty_dependencies_edges.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

78 lines
1.8 KiB
JSON

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0] {
// "typeVersion": [
// 0,
// 0
// ],
// "preferredVisualisationType": "nodeGraph"
// }
// Name: test_edges
// Dimensions: 4 Fields by 0 Rows
// +----------------+----------------+----------------+----------------+
// | Name: id | Name: source | Name: target | Name: mainstat |
// | Labels: | Labels: | Labels: | Labels: |
// | Type: []string | Type: []string | Type: []string | Type: []int64 |
// +----------------+----------------+----------------+----------------+
// +----------------+----------------+----------------+----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "test_edges",
"meta": {
"typeVersion": [
0,
0
],
"preferredVisualisationType": "nodeGraph"
},
"fields": [
{
"name": "id",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "source",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "target",
"type": "string",
"typeInfo": {
"frame": "string"
}
},
{
"name": "mainstat",
"type": "number",
"typeInfo": {
"frame": "int64"
},
"config": {
"displayName": "Call count"
}
}
]
},
"data": {
"values": [
[],
[],
[],
[]
]
}
}
]
}