Verified Commit 5b38e8d4 authored by Hercules Merscher's avatar Hercules Merscher 🌴
Browse files

docs: apdex_threshold_s disclaimer

parent 4cee4b5a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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