Skip to content
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

PTRENG-6489 - Add http request timeout and request compression Fluent… #74

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

benharosh
Copy link
Collaborator

@benharosh benharosh commented Oct 25, 2024

  • Add support for metrics and logs outbound payload compression, with gzip_compression FluentD param as part of fluent-plugin-jfrog-sent-metrics (new param) and fluent-plugin-splunk-hec (exposing existing configurable param) FluentD plugins
  • Add support for configurable http request timeout, with request_timeout FluentD param as part of fluent-plugin-jfrog-metrics and fluent-plugin-jfrog-sent-metrics plugins
  • Add support for a configurable verify_ssl FluentD param as part of fluent-plugin-jfrog-metrics
  • FluentD sidecar version bumped to 4.9, to incorporate the above changes

@benharosh benharosh force-pushed the PTRENG-6489 branch 2 times, most recently from fd76b74 to 980eda5 Compare October 25, 2024 19:19
@@ -3,12 +3,14 @@
@type jfrog_metrics
@id metrics_http_jfrt
tag jfrog.metrics.artifactory
interval 5s
execution_interval 60s
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it was an error before

@benharosh benharosh force-pushed the PTRENG-6489 branch 4 times, most recently from 3185647 to 8b61700 Compare October 28, 2024 22:05
Add support for a configurable http request timeout, with request_timeout FluentD param
Add support for metrics and logs outbound json payload compression, with gzip_compression FluentD param
Add support for a configurable verify_ssl FluentD param as part of fluent-plugin-jfrog-metrics
@benharosh benharosh merged commit 64ab2c2 into master Oct 29, 2024
@benharosh benharosh deleted the PTRENG-6489 branch October 29, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants