Skip to content

Commit 8a44039

Browse files
committed
docs: update README and comparison for debugger removal
- Removed Google Stackdriver Debugger link from README.md - Updated comparison.md to mark debugger as removed (deprecated) - Updated APM agent count from 15 to 14 The debugger framework was deprecated by Google and has been removed from the Go buildpack. Users should use Google Stackdriver Profiler.
1 parent ae46135 commit 8a44039

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ For historical analysis documents from development sessions, see [`docs/archive/
141141
* [Debug](docs/framework-debug.md) ([Configuration](docs/framework-debug.md#configuration))
142142
* [Elastic APM Agent](docs/framework-elastic_apm_agent.md) ([Configuration](docs/framework-elastic_apm_agent.md#configuration))
143143
* [Dynatrace SaaS/Managed OneAgent](docs/framework-dynatrace_one_agent.md) ([Configuration](docs/framework-dynatrace_one_agent.md#configuration))
144-
* [Google Stackdriver Debugger](docs/framework-google_stackdriver_debugger.md) ([Configuration](docs/framework-google_stackdriver_debugger.md#configuration))
145144
* [Google Stackdriver Profiler](docs/framework-google_stackdriver_profiler.md) ([Configuration](docs/framework-google_stackdriver_profiler.md#configuration))
146145
* [Introscope Agent](docs/framework-introscope_agent.md) ([Configuration](docs/framework-introscope_agent.md#configuration))
147146
* [JaCoCo Agent](docs/framework-jacoco_agent.md) ([Configuration](docs/framework-jacoco_agent.md#configuration))

comparison.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Spring Boot → Tomcat → Spring Boot CLI → Groovy → Play → DistZip → J
9393
| Contrast Security | `contrast_security_agent.rb` | `contrast_security_agent.go` | 0 | ✅ Complete |
9494
| Introscope (CA APM) | `introscope_agent.rb` | `introscope_agent.go` | 0 | ✅ Complete |
9595
| Riverbed AppInternals | `riverbed_appinternals_agent.rb` | `riverbed_appinternals_agent.go` | 0 | ✅ Complete |
96-
| Google Stackdriver Debugger | `google_stackdriver_debugger.rb` | `google_stackdriver_debugger.go` | 0 | ✅ Complete |
9796
| Google Stackdriver Profiler | `google_stackdriver_profiler.rb` | `google_stackdriver_profiler.go` | 1 | ✅ Complete |
97+
| ~~Google Stackdriver Debugger~~ | `google_stackdriver_debugger.rb` | ~~`google_stackdriver_debugger.go`~~ | 0 | ❌ Removed (deprecated by Google) |
9898

9999
#### Profiling & Code Coverage (6 frameworks) ✅
100100

@@ -584,8 +584,8 @@ Recent additions (December 2025):
584584

585585
### A.3 Frameworks by Category
586586

587-
**APM & Monitoring (15)**:
588-
New Relic, AppDynamics, Dynatrace, Azure App Insights, Datadog, Elastic APM, SkyWalking, Splunk OTEL, OpenTelemetry, Checkmarx IAST, Contrast Security, Introscope, Riverbed AppInternals, Google Stackdriver Debugger, Google Stackdriver Profiler
587+
**APM & Monitoring (14)**:
588+
New Relic, AppDynamics, Dynatrace, Azure App Insights, Datadog, Elastic APM, SkyWalking, Splunk OTEL, OpenTelemetry, Checkmarx IAST, Contrast Security, Introscope, Riverbed AppInternals, Google Stackdriver Profiler
589589

590590
**Profiling (6)**:
591591
JProfiler, YourKit, JaCoCo, JRebel, AspectJ Weaver, Sealights

0 commit comments

Comments
 (0)