Displaying 2 results from an estimated 2 matches for "sql_query_finish".
Did you mean:
sql_query_finished
2019 Aug 15
2
2.3.7 + stats
...ee what they produce
##
## Metrics
###
metric imap {
??? event_name = imap_command_finished
??? #source_location = example.c:123
??? #categories =
??? fields = name args running_usecs bytes_in bytes_out
??? #filter {
??? #??? field_key = wildcard
??? #}
}
metric sql {
??? event_name = sql_query_finished
}
metric auth {
??? event_name = auth_request_finished
??? fields = user transport error successful
}
and get the following
[root at stargate dovecot]# doveadm stats dump
metric_name??? field??? count??? sum??? min??? max??? avg median???
stddev??? %95
imap??? duration??? 370??? 2007904499...
2019 Aug 16
0
2.3.7 + stats
...event_name = imap_command_finished
> #source_location = example.c:123
>
> #categories =
>
> fields = name args running_usecs bytes_in bytes_out
>
> #filter {
> # field_key = wildcard
> #}
> }
>
> metric sql {
> event_name = sql_query_finished
> }
>
> metric auth {
> event_name = auth_request_finished
> fields = user transport error successful
> }
>
> and get the following
>
>
> [root at stargate dovecot]# doveadm stats dump
> metric_name field count sum min max avg medi...