Remove o11yphant dependency and all related code from indy#2544
Open
shokakucarrier wants to merge 1 commit intoCommonjava:masterfrom
Open
Remove o11yphant dependency and all related code from indy#2544shokakucarrier wants to merge 1 commit intoCommonjava:masterfrom
shokakucarrier wants to merge 1 commit intoCommonjava:masterfrom
Conversation
Remove the o11yphant metrics and tracing library entirely from the codebase: - Remove all dependency declarations from pom.xml files (root + 8 modules) - Remove @measure annotations, DefaultMetricsManager, Meter, Timer, MetricRegistry, and related metrics instrumentation code - Remove TraceManager, OtelUtil, and tracing instrumentation code - Gut metrics/trace subsystem classes (IndyMetricsConfig, IndyTraceConfiguration, TraceManagerProducer, IndyTrafficClassifier, IndyGoldenSignalsMetricSet, etc.) - Clean up Infinispan cache handles to remove metrics wrapping - Remove o11yphant interceptors from beans.xml and loggers from logback configs Bump up kojiji and path-mapped-storage to latest SNAPSHOT to avoid transmission dependency of o11yphant
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.
Remove the o11yphant metrics and tracing library entirely from the codebase:
Bump up kojiji and path-mapped-storage to latest SNAPSHOT to avoid transmission dependency of o11yphant
This PR depends on path-mapped-storage PR and kojiji PR
Before these two commit merge into repo, tests are expected to fail