FXA Auth Memory
Tracks the FXA Auth memory statistics by process id.
1. Sample Configuration
filename = 'fxa_auth_memory.lua'
message_matcher = "Type == 'logging.fxa.auth_server.docker.fxa-auth|stat' && Fields[stat] == 'mem'"
ticker_interval = 60
preserve_data = true
-- title = "Fxa Auth Server" -- report title
-- rows = 1440 -- number of rows in the graph data
-- sec_per_row = 60 -- number of seconds each row represents
-- pid_expiration = 600 -- number of seconds before an inactive process id expires
source code: fxa_auth_memory.lua