-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
The parallel AWS S3 exporter has compression, it'd be great to have that feature for GCS too.
Describe the solution you'd like
exporters:
googlecloudstorage:
encoding: text_encoding
bucket:
name: bucket-test
project_id: project-test
reuse_if_exists: true
region: europe-west1
file_prefix: app-logs
compression: gzip # <- new key
partition:
prefix: archive
format: "year=%Y/month=%m/day=%d/hour=%H"
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Reactions are currently unavailable