12 May
2022
12 May
'22
4:48 p.m.
On 12/05/2022 16:10 Sylvain Robitaille sag@encs.concordia.ca wrote:
On Thu, 12 May 2022, Aki Tuomi wrote:
Can you provide us with the configuration you attempted?
Sure, but the complete configuration is spread across a number of files:
<snip/>
If we read the documentation, we learn that the mail_user_session_finished is an event.
To export events, we use https://doc.dovecot.org/configuration_manual/event_export/
so.
event_exporter log { format = json format_args = time-rfc3339 transport = log }
metric mail_user_session { filter = event=mail_user_session_finished exporter = log }
p.s. you can use doveconf -n
to get single output of your spread configuration.
Regards, Aki