Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cds-1705 Enhance Metadata collection and dynamic allocation for App/S…
…ubsystem Name (#121) * added metadata context type * implemented metadataContext type to handle metadata cross functinos and threads * cargo * updated JSONMessage type with new attribute names, added support functions to struct * added additoinal metadata for sqs, ecr and kinesis events * udpatd test * modified metadata key names and updated MetadataContext struct * fixed dynamic metadata replacement syntax * add tests for metadataContext evaluation * removed headers from LogExporterConfig as the option has been removed in upstream sdk * added MetadataContext method to handle dynamic metadata allocation and removed old tests * cargo update * changelog * updated README * adjusted metadata name for s3.key to s3.object.key * template version bump * version bump * fix README * remove unnecessary clone * move metadata eval regex to static declaration * fixed regex to support _ and added \s* instead of \s? to allow more spaces * removed unused handlebars crate
- Loading branch information