[fluentd-gcp addon] Update Stackdriver plugin to version 0.6.7#52565
Conversation
|
@crassirostris: GitHub didn't allow me to request PR reviews from the following users: igorpeshansky. Note that only kubernetes members can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| detect_json true | ||
| # Collect metrics in Prometheus registry about plugin activity. | ||
| enable_monitoring true | ||
| monitoring_type prometheus |
There was a problem hiding this comment.
Is this a good time to sync with the official config and make the buffer_chunk_size smaller (we have it at 1M)? Smaller bundles have less latency, allowing for more throughput with fewer threads... Also below.
6f35b6c to
a71d946
Compare
| @@ -375,7 +377,7 @@ data: | |||
| buffer_queue_full_action block | |||
| # Set the chunk limit conservatively to avoid exceeding the GCL limit | |||
| # of 10MiB per write request. | |||
a71d946 to
fd0e258
Compare
| # of 10MiB per write request. | ||
| buffer_chunk_limit 2M | ||
| # Set the chunk limit conservatively to avoid exceeding the Stackdriver | ||
| # Logging limit of 5MiB per write request. |
There was a problem hiding this comment.
5MiB is not a limit, it's the recommended size. See the comment I referenced earlier (https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/templates/etc/td-agent/td-agent.conf#L18)...
There was a problem hiding this comment.
Oh, from reading https://cloud.google.com/logging/quotas I had the impressions it is a limit
I'll fix the comment
fd0e258 to
ae132a0
Compare
|
/lgtm |
|
/approve no-issue |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crassirostris, piosz Associated issue requirement bypassed by: crassirostris The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest |
|
/retest Review the full test history for this PR. |
|
/retest |
|
/retest |
|
/restart |
|
/test pull-kubernetes-unit |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here.. |
|
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
A new gem among all fixes Java logging severity parsing and string timestamp parsing
Also sync the buffer size with the gem guidelines, making it 1M instead of 2M.
/cc @igorpeshansky