Skip to content

Commit

Permalink
chore: Bump fluentbit to 3.1.9 (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
k15r authored Oct 16, 2024
1 parent b49c390 commit aed838b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/contributor/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ test results are printed out.
| 3.1.3 (optimized) | 9149 | 29694 | 37883 | 093,098, | 1.0,0.8, | 4344 | 8354 | 2893257 | 601,587, | 0.4,0.4, | 3715 | 4000 | 1947742 | 739,692, | 0.4,0.4, | 3200 | 1314 | 4950684 | 662,693, | 0.3,0.3, |
| 3.1.6 (optimized) | 10183 | 33117 | 30358 | 098,093, | 1.0,1.0, | 4349 | 8935 | 2779129 | 539,660, | 0.4,0.4, | 5471 | 5840 | 1889836 | 646,641, | 0.5,0.6, | 3224 | 1621 | 4882502 | 686,649, | 0.3,0.3, |
| 3.1.8 | 8385 | 27172 | 43983 | 102,093, | 0.8,0.8, | 4539 | 10019 | 2582036 | 545,550, | 0.4,0.4, | 3977 | 5080 | 1905566 | 674,645, | 0.5,0.4, | 3278 | 1506 | 4956213 | 702,651, | 0.3,0.3, |
| 3.1.9 | 9501 | 30914 | 28694 | 92,96, | 0.9,0.9, | 4256 | 8250 | 2768750 | 484,526, | 0.4,0.4, | 3841 | 4288 | 1887937 | 663,672, | 0.4,0.4, | 3022 | 1172 | 5066455 | 718,719, | 0.3,0.2, |
</div>

> **NOTE:** The test results can vary up to 1000KByte/sec in the input, and up to 3000KByte/sec in the output processing rate with single pipeline tests. The multi pipeline test results can be lower than the single pipeline test results, because the test setup is shared between multiple pipelines and this may create pressure on the shared resources.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var (

const (
defaultFluentBitExporterImage = "europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20241001-21f80ba0"
defaultFluentBitImage = "europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.8"
defaultFluentBitImage = "europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.9"
defaultOtelImage = "europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.111.0-main"
defaultSelfMonitorImage = "europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c"

Expand Down
2 changes: 1 addition & 1 deletion sec-scanners-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module-name: telemetry
protecode:
- europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main
- europe-docker.pkg.dev/kyma-project/prod/kyma-otel-collector:0.111.0-main
- europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.8
- europe-docker.pkg.dev/kyma-project/prod/external/fluent/fluent-bit:3.1.9
- europe-docker.pkg.dev/kyma-project/prod/directory-size-exporter:v20241001-21f80ba0
- europe-docker.pkg.dev/kyma-project/prod/tpi/telemetry-self-monitor:2.53.2-cc4f64c
whitesource:
Expand Down

0 comments on commit aed838b

Please sign in to comment.