-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fluent-bit submodule to v1.7.0-rc4. (GoogleCloudPlatform#25)
- Loading branch information
1 parent
5f36197
commit 5ea0f47
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fluent-bit
updated
27 files
+1 −0 | .travis.yml | |
+4 −0 | fluent-bit_1.7.0.bb | |
+3 −1 | include/fluent-bit/flb_input_chunk.h | |
+0 −1 | include/fluent-bit/flb_output.h | |
+0 −2 | include/fluent-bit/flb_router.h | |
+66 −0 | include/fluent-bit/flb_routes_mask.h | |
+1 −0 | plugins/filter_kubernetes/kube_conf.h | |
+10 −0 | plugins/filter_kubernetes/kube_meta.c | |
+7 −0 | plugins/filter_kubernetes/kubernetes.c | |
+1 −1 | plugins/out_loki/loki.c | |
+1 −1 | plugins/out_nats/nats.c | |
+11 −1 | plugins/out_s3/s3.c | |
+1 −0 | plugins/out_s3/s3.h | |
+57 −9 | plugins/out_stackdriver/stackdriver.c | |
+14 −1 | plugins/out_stackdriver/stackdriver.h | |
+75 −4 | plugins/out_stackdriver/stackdriver_conf.c | |
+1 −0 | src/CMakeLists.txt | |
+15 −0 | src/flb_hash.c | |
+36 −39 | src/flb_input_chunk.c | |
+0 −26 | src/flb_output.c | |
+0 −50 | src/flb_router.c | |
+144 −0 | src/flb_routes_mask.c | |
+2 −2 | src/flb_sosreport.c | |
+2 −6 | src/flb_task.c | |
+1 −1 | src/http_server/api/v1/metrics.c | |
+3 −0 | tests/internal/hashtable.c | |
+324 −0 | tests/runtime/out_stackdriver.c |