Displaying 2 results from an estimated 2 matches for "field_key".
Did you mean:
  field_get
  
2019 Aug 15
2
2.3.7 + stats
...round the new stats 
module.
Have added some metrics just to see 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...
2019 Aug 16
0
2.3.7 + stats
...t 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 dov...