refactor(confgenerator): consolidate OTLP gRPC exporter configuration#2338
Open
rafaelwestphal wants to merge 5 commits into
Open
refactor(confgenerator): consolidate OTLP gRPC exporter configuration#2338rafaelwestphal wants to merge 5 commits into
rafaelwestphal wants to merge 5 commits into
Conversation
This change removes the legacy Google Cloud Monitoring (GCM) and Google Managed Prometheus (GMP) exporters from the Ops Agent. Traces are now exported via OTLP by default, matching metrics and logs. Removed dead code including exporter definitions, helper converters, and unused configuration options. Updated golden files to reflect the OTLP-only output.
…in network check Remove unused LogApiPermissionErr, MonApiPermissionErr, LogApiDisabledErr, MonApiDisabledErr. Remove LogApiConnErr and MonApiConnErr. Update network check to ping telemetry.googleapis.com and use TelApiConnErr. Update integration test expectations.
03e632a to
e46043c
Compare
…lify-otlp-exporter-config # Conflicts: # integration_test/agents/agents.go # integration_test/third_party_apps_test/applications/nvml/centos_rhel/install
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
Following the decommissioning of legacy GCM and GMP exporters in favor of OTLP across all telemetry signals, this change streamlines how OTLP exporter configurations are generated in the unified configuration generator.
Related issue
How has this been tested?
Checklist: