Loading lib/labkit/user_experience_sli/experience.rb +2 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,8 @@ module Labkit end def urgency_threshold # Definitions are loaded through the registry, which validates the schema before instantiating them. # The schema guarantees experience with custom urgency provide apdex_threshold_s. @definition.apdex_threshold_s || URGENCY_THRESHOLDS_IN_SECONDS[@definition.urgency.to_sym] end Loading Loading
lib/labkit/user_experience_sli/experience.rb +2 −0 Original line number Diff line number Diff line Loading @@ -209,6 +209,8 @@ module Labkit end def urgency_threshold # Definitions are loaded through the registry, which validates the schema before instantiating them. # The schema guarantees experience with custom urgency provide apdex_threshold_s. @definition.apdex_threshold_s || URGENCY_THRESHOLDS_IN_SECONDS[@definition.urgency.to_sym] end Loading