Class By

java.lang.Object
io.nosqlbench.engine.clients.grafana.By

public class By extends Object
  • Constructor Details

  • Method Details

    • from

      public static By from(long epoch)
      epoch datetime in milliseconds
    • to

      public static By to(long epoch)
      epoch datetime in milliseconds
    • limit

      public static By limit(long limit)
      number. Optional - default is 100. Max limit for results returned.
    • alertId

      public static By alertId(String id)
      Find annotations for a specified alert.
    • panelId

      public static By panelId(String panelId)
    • userId

      public static By userId(String userId)
    • typeAnnotation

      public static By typeAnnotation()
    • typeAlert

      public static By typeAlert()
    • tag

      public static By tag(String tag)
      Add one tag at a time, in either "tag" or "tag:value" form.
    • id

      public static By id(int id)
    • urlEncoded

      public static String urlEncoded(By... bys)
    • fields

      public static String fields(By... by)