Decommission and completely remove Fluent Bit binary, packaging, and tests from Ops Agent 3.0#2312
Merged
rafaelwestphal merged 1 commit intoMay 29, 2026
Conversation
7f3f68c to
a0edf98
Compare
jinghan-ma
approved these changes
May 27, 2026
Contributor
jinghan-ma
left a comment
There was a problem hiding this comment.
LGTM. Added small comment.
| @@ -14,7 +14,7 @@ | |||
|
|
|||
| [Unit] | |||
| Description=Google Cloud Ops Agent | |||
| Wants=google-cloud-ops-agent-fluent-bit.service google-cloud-ops-agent-opentelemetry-collector.service network-online.target | |||
| Wants=google-cloud-ops-agent-opentelemetry-collector.service network-online.target | |||
Contributor
There was a problem hiding this comment.
Is there still a reason for having google-cloud-ops-agent-opentelemetry-collector.service to exist? Can the logic replace this service?
Contributor
Author
There was a problem hiding this comment.
CLeaning up in another PR
3088d90 to
922fa74
Compare
…tests from Ops Agent 3.0 This finishes the decommissioning of Fluent Bit. The subagent has been completely removed from GCE and Windows subagent service managers, systemd unit files, RPM/DEB packaging specs, and Kokoro build scripts. Obsolete tests and logs dumps have been cleaned up. - Removed submodules/fluent-bit git submodule and builds/fluent_bit.sh. - Deleted Fluent Bit systemd service and directory overrides. - Cleaned up RPM/DEB/Goo package specifications to omit fluent-bit binaries. - Updated integration_test/agents/agents.go and main_test.go to remove fluent-bit checks. - Removed fluent-bit checks from TestPortsAndAPIHealthChecks. - Cleaned up transformation_test.go and staging-deleted 29 output_fluentbit.yaml goldens. TAG=agy BUG=b/517183979 CONV=a3aefa50-102a-4eb8-ac21-894088d8c5df
922fa74 to
40a7c45
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This finishes the decommissioning of Fluent Bit. The subagent has been completely removed from GCE and Windows subagent service managers, systemd unit files, RPM/DEB packaging specs, and Kokoro build scripts. Obsolete tests and logs dumps have been cleaned up.
submodules/fluent-bitgit submodule andbuilds/fluent_bit.sh.google-cloud-ops-agent-fluent-bit.service) and directory overrides.integration_test/agents/agents.goandmain_test.goto remove fluent-bit checks and diagnostics.TestLogEntrySpecialFieldsto run 100% natively on OTel using the OTLP exporter.TestPortsAndAPIHealthChecks.transformation_test/transformation_test.go(removing FLB validation) and staging-deleted 29output_fluentbit.yamlgoldens.Related issue
b/517183979
How has this been tested?
Checklist: