-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All trace list requests go through backend (#310)
- Loading branch information
1 parent
0b33f6d
commit dcff2a3
Showing
6 changed files
with
1,059 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
167 changes: 167 additions & 0 deletions
167
...snapshot_tests/testdata/lucene_trace_list.expected_result_generated_snapshot.golden.jsonc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
// 🌟 This was machine generated. Do not edit. 🌟 | ||
// | ||
// Frame[0] | ||
// Name: Trace List | ||
// Dimensions: 5 Fields by 14 Rows | ||
// +----------------------------------+--------------------+--------------------+-------------------+-----------------------------------+ | ||
// | Name: Trace Id | Name: Trace Group | Name: Latency (ms) | Name: Error Count | Name: Last Updated | | ||
// | Labels: | Labels: | Labels: | Labels: | Labels: | | ||
// | Type: []string | Type: []string | Type: []float64 | Type: []float64 | Type: []time.Time | | ||
// +----------------------------------+--------------------+--------------------+-------------------+-----------------------------------+ | ||
// | 00000000000000001c826277770e267d | HTTP GET /dispatch | 671.91 | 0 | 2023-11-21 14:39:46.811 -0500 EST | | ||
// | 0000000000000000252c7c74849b6fe7 | HTTP GET /dispatch | 760.23 | 0 | 2023-11-21 14:39:48.782 -0500 EST | | ||
// | 0000000000000000260d9137e9aea627 | HTTP GET /dispatch | 735.64 | 0 | 2023-11-21 14:48:19.622 -0500 EST | | ||
// | 00000000000000003a2735bf3ecf9fbe | HTTP GET / | 2.92 | 0 | 2023-11-21 14:39:41.248 -0500 EST | | ||
// | 000000000000000046f0ef81931b97f9 | HTTP GET / | 0.63 | 0 | 2023-11-21 14:48:17.544 -0500 EST | | ||
// | 000000000000000057603fd19d265431 | HTTP GET / | 1.02 | 0 | 2023-11-21 14:39:41.225 -0500 EST | | ||
// | 000000000000000057a6dd673748973d | HTTP GET /config | 0.02 | 0 | 2023-11-21 14:39:50.157 -0500 EST | | ||
// | 00000000000000005bb75b8cd50e57ca | HTTP GET / | 0.81 | 0 | 2023-11-21 14:48:17.482 -0500 EST | | ||
// | 000000000000000063a3f64f32254597 | HTTP GET /config | 0.13 | 0 | 2023-11-21 14:39:43.828 -0500 EST | | ||
// | ... | ... | ... | ... | ... | | ||
// +----------------------------------+--------------------+--------------------+-------------------+-----------------------------------+ | ||
// | ||
// | ||
// 🌟 This was machine generated. Do not edit. 🌟 | ||
{ | ||
"status": 200, | ||
"frames": [ | ||
{ | ||
"schema": { | ||
"name": "Trace List", | ||
"fields": [ | ||
{ | ||
"name": "Trace Id", | ||
"type": "string", | ||
"typeInfo": { | ||
"frame": "string" | ||
}, | ||
"config": { | ||
"links": [ | ||
{ | ||
"internal": { | ||
"query": { | ||
"luceneQueryType": "Traces", | ||
"query": "traceId: ${__value.raw}" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "Trace Group", | ||
"type": "string", | ||
"typeInfo": { | ||
"frame": "string" | ||
} | ||
}, | ||
{ | ||
"name": "Latency (ms)", | ||
"type": "number", | ||
"typeInfo": { | ||
"frame": "float64" | ||
} | ||
}, | ||
{ | ||
"name": "Error Count", | ||
"type": "number", | ||
"typeInfo": { | ||
"frame": "float64" | ||
} | ||
}, | ||
{ | ||
"name": "Last Updated", | ||
"type": "time", | ||
"typeInfo": { | ||
"frame": "time.Time" | ||
} | ||
} | ||
] | ||
}, | ||
"data": { | ||
"values": [ | ||
[ | ||
"00000000000000001c826277770e267d", | ||
"0000000000000000252c7c74849b6fe7", | ||
"0000000000000000260d9137e9aea627", | ||
"00000000000000003a2735bf3ecf9fbe", | ||
"000000000000000046f0ef81931b97f9", | ||
"000000000000000057603fd19d265431", | ||
"000000000000000057a6dd673748973d", | ||
"00000000000000005bb75b8cd50e57ca", | ||
"000000000000000063a3f64f32254597", | ||
"00000000000000006486522b83a8a0b1", | ||
"000000000000000071beb0b4e7e64589", | ||
"000000000000000074921202d333f490", | ||
"00000000000000007df1103ab1f31768", | ||
"00000000000000007ec612d7ab1c325f" | ||
], | ||
[ | ||
"HTTP GET /dispatch", | ||
"HTTP GET /dispatch", | ||
"HTTP GET /dispatch", | ||
"HTTP GET /", | ||
"HTTP GET /", | ||
"HTTP GET /", | ||
"HTTP GET /config", | ||
"HTTP GET /", | ||
"HTTP GET /config", | ||
"HTTP GET /config", | ||
"HTTP GET /config", | ||
"HTTP GET /dispatch", | ||
"HTTP GET /config", | ||
"HTTP GET /dispatch" | ||
], | ||
[ | ||
671.91, | ||
760.23, | ||
735.64, | ||
2.92, | ||
0.63, | ||
1.02, | ||
0.02, | ||
0.81, | ||
0.13, | ||
0.04, | ||
0.03, | ||
679, | ||
0.16, | ||
727.8 | ||
], | ||
[ | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
[ | ||
1700595586811, | ||
1700595588782, | ||
1700596099622, | ||
1700595581248, | ||
1700596097544, | ||
1700595581225, | ||
1700595590157, | ||
1700596097482, | ||
1700595583828, | ||
1700595586139, | ||
1700595588022, | ||
1700595590836, | ||
1700596098886, | ||
1700595584556 | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.