-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement: azure_blob sink #6861
enhancement: azure_blob sink #6861
Commits on May 12, 2021
-
add empty sink & required imports
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52e23be - Browse repository at this point
Copy the full SHA 52e23beView commit details -
implement draft version for azure_blob sink
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5eaf45b - Browse repository at this point
Copy the full SHA 5eaf45bView commit details -
enhancement(azure_blob_sink): Determine content_type from compression
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0819290 - Browse repository at this point
Copy the full SHA 0819290View commit details -
enhancement(azure_blob_sink): Implement custom health check errors
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5678646 - Browse repository at this point
Copy the full SHA 5678646View commit details -
enhancement(azure_blob_sink): Implement instrumentation
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8c3b0c9 - Browse repository at this point
Copy the full SHA 8c3b0c9View commit details -
enhancement(azure_blob_sink): Implement retries
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5cbbd3a - Browse repository at this point
Copy the full SHA 5cbbd3aView commit details -
enhancement(azure_blob_sink): Format code & implement text encoding
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7a7a37f - Browse repository at this point
Copy the full SHA 7a7a37fView commit details -
enhancement(azure_blob_sink): refactor config options
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d8b9949 - Browse repository at this point
Copy the full SHA d8b9949View commit details -
enhancement(azure_blob_sink): implement append_uuid to blob_name
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f734ad - Browse repository at this point
Copy the full SHA 2f734adView commit details -
enhancement(azure_blob_sink): implement some unit tests
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 67965c7 - Browse repository at this point
Copy the full SHA 67965c7View commit details -
enhancement(azure_blob_sink): setup integration tests
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 785d1e7 - Browse repository at this point
Copy the full SHA 785d1e7View commit details -
enhancement(azure_blob_sink): implement integration test for blob wit…
…hout compression Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86f941e - Browse repository at this point
Copy the full SHA 86f941eView commit details -
enhancement(azure_blob_sink): add azure-integration-test make target
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c2ab937 - Browse repository at this point
Copy the full SHA c2ab937View commit details -
enhancement(azure_blob_sink): add azure-blob target to tests & fix fo…
…rmatting Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a3a7a5a - Browse repository at this point
Copy the full SHA a3a7a5aView commit details -
enhancement(azure_blob_sink): fix content encoding handling
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c95c94 - Browse repository at this point
Copy the full SHA 5c95c94View commit details -
enhancement(azure_blob_sink): fix formatting & add integration test f…
…or gzip Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 180dc7d - Browse repository at this point
Copy the full SHA 180dc7dView commit details -
enhancement(azure_blob_sink): fix json encoding & implement test
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee852dd - Browse repository at this point
Copy the full SHA ee852ddView commit details -
enhancement(azure_blob_sink): add test for json-gzip
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e671282 - Browse repository at this point
Copy the full SHA e671282View commit details -
enhancement(azure_blob_sink): format code & implement test for blob r…
…otation Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 348fc5a - Browse repository at this point
Copy the full SHA 348fc5aView commit details -
enhancement(azure_blob_sink): fix make target description
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dac2b9b - Browse repository at this point
Copy the full SHA dac2b9bView commit details -
enhancement(azure_blob_sink): fix code & Cargo.lock after merge
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 15879be - Browse repository at this point
Copy the full SHA 15879beView commit details -
enhancement(azure_blob_sink): add sink metrics draft
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a71be3a - Browse repository at this point
Copy the full SHA a71be3aView commit details
Commits on May 13, 2021
-
enhancement(azure_blob_sink): fix unit tests
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aaf9823 - Browse repository at this point
Copy the full SHA aaf9823View commit details
Commits on May 14, 2021
-
enhancement(azure_blob_sink): upgrade sdk & some dependencies
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3024b9b - Browse repository at this point
Copy the full SHA 3024b9bView commit details -
enhancement(azure_blob_sink): update sdk usage
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a9370bf - Browse repository at this point
Copy the full SHA a9370bfView commit details
Commits on May 26, 2021
-
enhancement(azure_blob_sink): update sdk usage & fix tests
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d722e44 - Browse repository at this point
Copy the full SHA d722e44View commit details -
enhancement(azure_blob_sink): pin emulator version & set required opt…
…ions Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 53025dd - Browse repository at this point
Copy the full SHA 53025ddView commit details
Commits on May 28, 2021
-
enhancement(azure_blob_sink): add additional metrics
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db70f00 - Browse repository at this point
Copy the full SHA db70f00View commit details
Commits on Jun 9, 2021
-
enhancement(azure_blob_sink): upgrade sdk version
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ce33999 - Browse repository at this point
Copy the full SHA ce33999View commit details -
enhancement(azure_blob_sink): merge upstream changes
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ba96f2 - Browse repository at this point
Copy the full SHA 5ba96f2View commit details
Commits on Jun 15, 2021
-
enhancement(azure_blob_sink): fix build
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52f4d69 - Browse repository at this point
Copy the full SHA 52f4d69View commit details -
enhancement(azure_blob_sink): ignore failed integration tests
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ca7d29 - Browse repository at this point
Copy the full SHA 8ca7d29View commit details -
enhancement(azure_blob_sink): fix build errors
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 982be7a - Browse repository at this point
Copy the full SHA 982be7aView commit details -
enhancement(azure_blob_sink): fix pr comments
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for baf3981 - Browse repository at this point
Copy the full SHA baf3981View commit details
Commits on Jun 21, 2021
-
enhancement(azure_blob_sink): merge upstream changes
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9047878 - Browse repository at this point
Copy the full SHA 9047878View commit details
Commits on Jun 22, 2021
-
enhancement(azure_blob_sink): merge upstream changes
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b968637 - Browse repository at this point
Copy the full SHA b968637View commit details -
enhancement(azure_blob_sink): fix pr comments
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4ce3adc - Browse repository at this point
Copy the full SHA 4ce3adcView commit details -
enhancement(azure_blob_sink): fix content type & integration scripts …
…comments Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e46344 - Browse repository at this point
Copy the full SHA 3e46344View commit details -
enhancement(azure_blob_sink): add draft for docs reference & update d…
…efault value for blob_prefix Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eea8a28 - Browse repository at this point
Copy the full SHA eea8a28View commit details
Commits on Jun 24, 2021
-
enhancement(azure_blob_sink): fix docs & pr comments
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5fb5d8f - Browse repository at this point
Copy the full SHA 5fb5d8fView commit details -
enhancement(azure_blob_sink): fix docs
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e56d10 - Browse repository at this point
Copy the full SHA 4e56d10View commit details
Commits on Jun 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f480c7e - Browse repository at this point
Copy the full SHA f480c7eView commit details -
enhancement(azure_blob_sink): fix docs
Signed-off-by: ArtemTrofimushkin <artemtrofimushkin@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2ea1d9 - Browse repository at this point
Copy the full SHA f2ea1d9View commit details