Skip to content

Commit fe31303

Browse files
gerry-tockbraydonk
andauthored
Update stackdriver.md with warning about Workers option (fluent#1278)
* Update stackdriver.md Adding this info about this issue because I lost a bunch of time trying to chase down intermittent restarts of my fluent-bit pods (v.2.2.0). Even if it defaults to 1 in newer versions, someone may override it, as was my case. Until the underlying issue is fixed, I think it's helpful to warn others about this. Signed-off-by: Gerry Laracuente <[email protected]> * Update pipeline/outputs/stackdriver.md Co-authored-by: Braydon Kains <[email protected]> Signed-off-by: Gerry Laracuente <[email protected]> * Update pipeline/outputs/stackdriver.md Co-authored-by: Braydon Kains <[email protected]> Signed-off-by: Gerry Laracuente <[email protected]> * Update stackdriver.md Signed-off-by: Gerry Laracuente <[email protected]> --------- Signed-off-by: Gerry Laracuente <[email protected]> Co-authored-by: Braydon Kains <[email protected]>
1 parent af41195 commit fe31303

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pipeline/outputs/stackdriver.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,13 @@ Do following check:
184184
* If the log entry does not contain the local_resource_id field, does the tag of the log match for format?
185185
* If tag_prefix is configured, does the prefix of tag specified in the input plugin match the tag_prefix?
186186

187-
**Other implementations**
187+
### Occasional Crashing with >1 `Workers`
188+
189+
> Github reference: [#7552](https://github.com/fluent/fluent-bit/issues/7552)
190+
191+
When the number of Workers is greater than 1, Fluent Bit may interimittently crash.
192+
193+
## Other implementations
188194

189195
Stackdriver officially supports a [logging agent based on Fluentd](https://cloud.google.com/logging/docs/agent).
190196

0 commit comments

Comments
 (0)