FXA Auth Resend
Tracks the FXA Auth recovery email success/error count.
1. Sample Configuration
filename = 'fxa_auth_resend.lua'
message_matcher = "Type == 'logging.fxa.auth_server.docker.fxa-auth|request.summary' && Fields[path] == '/v1/recovery_email/resend_code'"
ticker_interval = 60
preserve_data = true
-- rows = 1440 -- number of rows in the graph data
-- sec_per_row = 60 -- number of seconds each row represents
source code: fxa_auth_resend.lua