mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-28 03:06:29 +00:00
Fix for warnings about avg_errors not implemented (#220)
This commit is contained in:
@@ -63,6 +63,10 @@ static METRIC_HELP_AND_TYPES_LOOKUP: phf::Map<&'static str, MetricHelpType> = ph
|
|||||||
help: "Average of total_sent bytes every 15 seconds",
|
help: "Average of total_sent bytes every 15 seconds",
|
||||||
ty: "gauge",
|
ty: "gauge",
|
||||||
},
|
},
|
||||||
|
"avg_errors" => MetricHelpType {
|
||||||
|
help: "Average number of errors every 15 seconds",
|
||||||
|
ty: "gauge",
|
||||||
|
},
|
||||||
"avg_xact_count" => MetricHelpType {
|
"avg_xact_count" => MetricHelpType {
|
||||||
help: "Average of total_xact_count every 15 seconds",
|
help: "Average of total_xact_count every 15 seconds",
|
||||||
ty: "gauge",
|
ty: "gauge",
|
||||||
|
|||||||
Reference in New Issue
Block a user