refactor: remove JMX and JVM metrics receivers remnants#2332
Merged
rafaelwestphal merged 1 commit intoJun 4, 2026
Conversation
Ops Agent 3.0 does not register JVM or JMX-based receivers. This CL removes: - opentelemetry-java-contrib submodule. - JMX build steps from tasks.mak, builds/otel.sh, and Dockerfile.windows. - JMX jar references from packaging and plugin build scripts (pkg/goo/google-cloud-ops-agent.goospec, pkg/plugin/build.ps1, pkg/plugin/build.sh). - Unused JMX/JVM structs and validation logic in confgenerator/config.go. - Mock for FindJarPath in confgenerator/confgenerator_test.go. - OpenJDK installation and build steps from Linux Dockerfile template and generator.
65af40e to
6ab7711
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
Ops Agent 3.0 does not register JVM or JMX-based receivers (e.g.
jvm,activemq,cassandra,tomcat), rendering JMX build steps and validation logic dead.This PR removes:
opentelemetry-java-contribsubmodule.tasks.mak,builds/otel.sh, andDockerfile.windows.Dockerfiletemplate (dockerfiles/template,dockerfiles/template-header) and generator (dockerfiles/compile.go).pkg/goo/google-cloud-ops-agent.goospec,pkg/plugin/build.ps1,pkg/plugin/build.sh).confgenerator/config.go.FindJarPathinconfgenerator/confgenerator_test.go.Related issue
How has this been tested?
Checklist: