FXA Auth Request Time
Tracks the FXA Auth average request time.
1. Sample Configuration
filename = 'fxa_auth_request_time.lua'
message_matcher = "Type == 'logging.fxa.auth_server.docker.fxa-auth|request.summary' && Fields[errno] == 0 && (Fields[path] == '/v1/account/login' || Fields[path] == '/v1/account/create')"
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_request_time.lua