Skip to content

Commit

Permalink
Merge pull request #267 from cben/get_rid_of_old_ems_id
Browse files Browse the repository at this point in the history
Stop falling back to old_ems_id
  • Loading branch information
agrare authored Jul 6, 2018
2 parents 1d2fcd7 + 6722278 commit ae9eb72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def initialize(target, start_time, end_time, interval)
@ends = end_time.to_i.in_milliseconds if end_time
@interval = interval.to_i
@tenant = target.try(:container_project).try(:name) || '_system'
@ext_management_system = @target.ext_management_system || @target.try(:old_ext_management_system)
@ext_management_system = @target.ext_management_system
@ts_values = Hash.new { |h, k| h[k] = {} }
@metrics = []

Expand Down

0 comments on commit ae9eb72

Please sign in to comment.