Skip to content

Commit

Permalink
Merge pull request #1794 from esquith/remove-valid-prefixed-segment-c…
Browse files Browse the repository at this point in the history
…ount

Remove orphaned constant VALID_PREFIXED_SEGMENT_COUNT
  • Loading branch information
hannahramadan authored Feb 6, 2023
2 parents 6d1c23d + f33681e commit dbaea42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/new_relic/agent/rules_engine/segment_terms_rule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ class SegmentTermsRule
SEGMENT_PLACEHOLDER = '*'.freeze
ADJACENT_PLACEHOLDERS_REGEX = %r{((?:^|/)\*)(?:/\*)*}.freeze
ADJACENT_PLACEHOLDERS_REPLACEMENT = '\1'.freeze
VALID_PREFIX_SEGMENT_COUNT = 2

attr_reader :prefix, :terms

Expand Down

0 comments on commit dbaea42

Please sign in to comment.