Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #64 from VinceMacBuche/ust_5809/5847/add_send_metrics
Browse files Browse the repository at this point in the history
Fixes #5847: Add SEND_METRICS variable
  • Loading branch information
fanf committed Nov 28, 2014
2 parents f19b042 + 3440a49 commit 412e503
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ class SystemVariableSpecServiceImpl extends SystemVariableSpecService {
, multivalued = false
, isUniqueVariable = true
)
, SystemVariableSpec("SEND_METRICS", "Should the server agent send metrics to Rudder development team"
, multivalued = false
, isUniqueVariable = true
)
)

private[this] val varSpecsMap = varSpecs.map(x => (x.name -> x)).toMap
Expand Down

0 comments on commit 412e503

Please sign in to comment.