14. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/16/2017 4:02:23 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

14.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.3.1-release.zip\config newrelic.yml Fri Oct 20 20:13:45 2017 UTC
2 CUI-CPP-v2.3.1-release.zip\config newrelic.yml Thu Nov 16 18:38:13 2017 UTC

14.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 96
Changed 1 2
Inserted 0 0
Removed 0 0

14.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

14.4 Active regular expressions

No regular expressions were active.

14.5 Comparison detail

  1   #
  2   # This fil e configur es the New  Relic Age nt.  New R elic monit ors Ruby,  Java,
  3   # .NET, PH P, Python  and Node a pplication s with dee p visibili ty and low
  4   # overhead .  For mor e informat ion, visit  www.newre lic.com.
  5   #
  6   # Generate d April 05 , 2017
  7   #
  8   # This con figuration  file is c ustom gene rated for  MadBomber  Software
  9   #
  10   # For full  documenta tion of ag ent config uration op tions, ple ase refer  to
  11   # https:// docs.newre lic.com/do cs/agents/ ruby-agent /installat ion-config uration/ru by-agent-c onfigurati on
  12  
  13   common: &d efault_set tings
  14     # Requir ed license  key assoc iated with  your New  Relic acco unt.
  15     license_ key: AI
  16  
  17     # Your a pplication  name. Ren aming here  affects w here data  displays i n New
  18     # Relic.   For more  details,  see https: //docs.new relic.com/ docs/apm/n ew-relic-a pm/mainten ance/renam ing-applic ations
  19     app_name : CPP
  20  
  21     # To dis able the a gent regar dless of o ther setti ngs, uncom ment the f ollowing:
  22     # agent_ enabled: f alse
  23  
  24     # Loggin g level fo r log/newr elic_agent .log
  25     log_leve l: info
  26  
  27  
  28   # Environm ent-specif ic setting s are in t his sectio n.
  29   # RAILS_EN V or RACK_ ENV (as ap propriate)  is used t o determin e the envi ronment.
  30   # If your  applicatio n has othe r named en vironments , configur e them her e.
  31   developmen t:
  32     <<: *def ault_setti ngs
  33     app_name : CPP (Dev elopment)
  34  
  35     # NOTE:  There is s ubstantial  overhead  when runni ng in deve loper mode .
  36     # Do not  use for p roduction  or load te sting.
  37     develope r_mode: tr ue
  38  
  39   test:
  40     <<: *def ault_setti ngs
  41     # It doe sn't make  sense to r eport to N ew Relic f rom automa ted test r uns.
  42     monitor_ mode: fals e
  43  
  44   staging:
  45     <<: *def ault_setti ngs
  46     app_name : CPP (Sta ging)
  47  
  48   production :
  49     <<: *def ault_setti ngs