Uploaded image for project: 'HTrace'
  1. HTrace
  2. HTRACE-305

htrace-web: Use greater-than-or-equal rather than greater-than in more places

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1
    • 4.1
    • htraced, ui
    • None
    • 4.1

    Description

      htrace-web: We should use greater-than-or-equal rather than greater-than in more places. It generally makes things easier on both the implementation and user side. For example, if you only have "Duration greater than" you can't search for spans with duration >= 0, but if you have "Duration greater than or equal" you can. It's also easier to efficiently implement greater-than-or-equal on the backend than greater-than, although we could implement the latter efficiently with some more effort.

      Attachments

        1. HTRACE-305.001.patch
          3 kB
          Colin McCabe
        2. HTRACE-305.002.patch
          3 kB
          Colin McCabe

        Activity

          People

            cmccabe Colin McCabe
            cmccabe Colin McCabe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: