fabric8io / fluent-plugin-kubernetes_metadata_filter

Enrich your fluentd events with Kubernetes metadata
Apache License 2.0
350 stars 166 forks source link

Optimize cache to use event time #344

Closed jcantrill closed 2 years ago

jcantrill commented 2 years ago

Optimize the cache evaluation to use the event time in lieu of trying to pull the time value from the record. Assume that a time value was already parsed and sent through the pipeline. We should use this value only when trying to determine time entry and only parse it at the last point where necessary in order to save on processing