Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b1e173a
Remove 3rd party app integrations from repository (#2309)
rafaelwestphal May 27, 2026
26ff0ce
Remove otel_logging feature flag from integration tests (#2305)
rafaelwestphal May 27, 2026
3552883
Remove multiline processor and TCP receiver from Ops Agent (#2311)
rafaelwestphal May 28, 2026
5f18c4b
Decommission and completely remove Fluent Bit binary, packaging, and …
rafaelwestphal May 29, 2026
df4df6a
Fix Windows 2025 custom log file tailing (#2317)
rafaelwestphal May 29, 2026
4c85ed0
Simplify google_cloud_ops_agent_engine CLI and systemd services to be…
rafaelwestphal Jun 1, 2026
980993a
Decommission Fluent Bit self-metrics scraping from OpenTelemetry pipe…
rafaelwestphal Jun 1, 2026
0258a21
Merge remote-tracking branch 'origin/master' into ops_agent_3.0
rafaelwestphal Jun 1, 2026
f6b4795
Fix third party apps build (#2323)
rafaelwestphal Jun 2, 2026
5ca8caf
Remove network backoff (#2324)
rafaelwestphal Jun 2, 2026
24dc0cb
Add Removal of windows fluentbit service (#2325)
rafaelwestphal Jun 2, 2026
18fb82f
Decommission and completely delete the legacy Agent Wrapper binary an…
rafaelwestphal Jun 2, 2026
97ccb25
fix(tests): add retry logic to AppHub workload discovery to mitigate …
rafaelwestphal Jun 3, 2026
3d8538d
fix(tests): use mirrored json_exporter from GCS in integration tests
rafaelwestphal Jun 3, 2026
b765e7c
Simplify uap plugin architecture (#2316)
rafaelwestphal Jun 3, 2026
1d20cb8
Merge branch 'master' into ops_agent_3.0
rafaelwestphal Jun 3, 2026
88289fe
refactor(confgenerator): eradicate Fluent Bit config generator and AS…
rafaelwestphal Jun 3, 2026
00aa2f2
feat(confgenerator): migrate legacy log receivers to OTel and purge F…
rafaelwestphal Jun 4, 2026
ef65e49
Use otlp exporter for prometheus metrics (#2328)
rafaelwestphal Jun 4, 2026
5d6f31b
refactor: remove JMX and JVM metrics receivers remnants (#2332)
rafaelwestphal Jun 4, 2026
005d115
feat: make OTLP the default exporter for metrics and logs (#2329)
rafaelwestphal Jun 4, 2026
0d1b6ba
refactor: remove Fluent Bit Lua remnants and dead goldens (#2331)
rafaelwestphal Jun 4, 2026
675f86d
chore: cleanup obsolete otlp feature flags and experiments (#2335)
rafaelwestphal Jun 4, 2026
8c7c6ee
build: remove unused build dependencies (cmake, bison, flex, yajl) (#…
rafaelwestphal Jun 4, 2026
dccb48e
Refactor Windows Service Manager to use explicit service descriptions…
rafaelwestphal Jun 5, 2026
8b46972
feat(gpu): restore DCGM GPU metrics receiver (#2333)
rafaelwestphal Jun 5, 2026
acc7bcc
refactor: remove legacy GCM and GMP exporters (#2330)
rafaelwestphal Jun 5, 2026
49c7000
test(integration): wait for firewall propagation in TestNetworkHealth…
rafaelwestphal Jun 5, 2026
1454cc1
build: prune decommissioned third-party receivers and align manifest …
rafaelwestphal Jun 8, 2026
07657f9
fix(logging): rename attributes.gcp.source_location.function to func …
rafaelwestphal Jun 8, 2026
c23100b
refactor: switch filter and transform processors to pure upstream (#2…
rafaelwestphal Jun 11, 2026
ed45eef
build: unify Go and CGO compilation inside shared SLES 12 builder sta…
rafaelwestphal Jun 12, 2026
fba7134
Westphalrafael/revert standard otel processors (#2348)
rafaelwestphal Jun 12, 2026
b69e9c8
fix(mssql): update expected label to performance_counter.object_name …
rafaelwestphal Jun 15, 2026
213cb5e
Merge remote-tracking branch 'origin/master' into ops_agent_3.0
rafaelwestphal Jun 15, 2026
934fecd
Fix Rocky Linux 9 GPU driver installation in third-party app tests (#…
rafaelwestphal Jun 16, 2026
76db000
fix(self-metrics): read otlpjsonfile from beginning on startup (#2354)
rafaelwestphal Jun 17, 2026
412dfc9
Install git and build tools for DCGM/NVML tests (#2359)
rafaelwestphal Jun 17, 2026
3c65732
Merge branch 'master' into ops_agent_3.0
rafaelwestphal Jun 17, 2026
9df2769
Merge master to ops_agent_3.0 (#2361)
rafaelwestphal Jun 19, 2026
24e2a89
Merge branch 'master' into ops_agent_3.0
rafaelwestphal Jun 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "submodules/fluent-bit"]
path = submodules/fluent-bit
url = ../../fluent/fluent-bit.git
[submodule "submodules/opentelemetry-java-contrib"]
path = submodules/opentelemetry-java-contrib
url = ../../open-telemetry/opentelemetry-java-contrib.git
[submodule "submodules/opentelemetry-operations-collector"]
path = submodules/opentelemetry-operations-collector
url = ../../GoogleCloudPlatform/opentelemetry-operations-collector.git
Loading
Loading