sensu-plugins/sensu-plugins-zookeeper

View on GitHub

Showing 7 of 9 total issues

Method run has a Cognitive Complexity of 38 (exceeds 5 allowed). Consider refactoring.
Open

  def run
    timestamp = Time.now.to_i

    json = exhibitor_status

Severity: Minor
Found in bin/metrics-zookeeper-cluster.rb - About 5 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method run has a Cognitive Complexity of 21 (exceeds 5 allowed). Consider refactoring.
Open

  def run
    timestamp = Time.now.to_i
    response  = zk_command(:mntr)
    metrics   = {}

Severity: Minor
Found in bin/metrics-zookeeper.rb - About 2 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method run has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def run
    timestamp = Time.now.to_i

    json = exhibitor_status

Severity: Major
Found in bin/metrics-zookeeper-cluster.rb - About 2 hrs to fix

    Method run has 66 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def run
        timestamp = Time.now.to_i
        response  = zk_command(:mntr)
        metrics   = {}
    
    
    Severity: Major
    Found in bin/metrics-zookeeper.rb - About 2 hrs to fix

      Method follow_url has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
      Open

        def follow_url(uri_str,
                       agent = "sensu-plugins-zookeeper/#{SensuPluginsZookeeper::Version::VER_STRING}",
                       max_attempts = 10,
                       timeout = 10)
          attempts = 0
      Severity: Minor
      Found in bin/metrics-zookeeper-cluster.rb - About 2 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Method follow_url has 37 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        def follow_url(uri_str,
                       agent = "sensu-plugins-zookeeper/#{SensuPluginsZookeeper::Version::VER_STRING}",
                       max_attempts = 10,
                       timeout = 10)
          attempts = 0
      Severity: Minor
      Found in bin/metrics-zookeeper-cluster.rb - About 1 hr to fix

        Method znode_status has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
        Open

          def znode_status
            zk = Zookeeper.new(config[:server])
            znode = zk.get(path: config[:znode])
        
            if znode[:stat].exists?
        Severity: Minor
        Found in bin/check-znode.rb - About 55 mins to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Severity
        Category
        Status
        Source
        Language