mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-26519: Improved histograms
Save extra information in the histogram: "target_histogram_size": nnn, "collected_at": "(date and time)", "collected_by": "(server version)",
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
Histogram format in JSON:
|
||||
|
||||
{
|
||||
// The next three are saved but not currently analyzed:
|
||||
"target_histogram_size": nnn,
|
||||
"collected_at": "(date and time)",
|
||||
"collected_by": "(server version)",
|
||||
|
||||
"histogram_hb": [
|
||||
{ "start": "value", "size":nnn.nn, "ndv": nnn },
|
||||
...
|
||||
|
Reference in New Issue
Block a user