daichirata / fluent-plugin-gcs

Google Cloud Storage output plugin for Fluentd.
Other
42 stars 19 forks source link

Pass chunk instance directly instead of chunk.metatada into placeholder API #10

Closed cosmo0920 closed 5 years ago

cosmo0920 commented 5 years ago

We should use expand_placeholders(chunk) instead of expand_placeholders(chunk.metadata).

daichirata commented 5 years ago

Sorry for the late reply. Your point is correct. Thank you very much 👍