axiomhq / axiom-lambda-extension

Ingest logs and platform events from your lambda functions
12 stars 2 forks source link

feat: Parse log lines before sending to Axiom #22

Closed SollyzDev closed 11 months ago

SollyzDev commented 11 months ago

This adds a reg expression to test against, if it matches, the line will be parsed into message, record.requestIdandrecord.timestamp`.

Have concern regarding performance or making the functions take longer, currently one of our customers is testing a version with this changes to observe cpu usage.