private String toString()

in src/main/java/com/google/cloud/run/kafkascaler/ScalingStabilizer.java [83:89]


    private String toString(String direction, List<String> debugStrings) {
      if (!selectorDebugString.isEmpty()) {
        debugStrings.add(0, selectorDebugString);
      }

      return String.format("[LIMIT] Scale-%s: %s", direction, String.join("; ", debugStrings));
    }