Class ExporterPushgatewayProperties

Object
ExporterPushgatewayProperties

  • Method Details

    • getAddress

      public String getAddress()
      Address of the Pushgateway in the form host:port. Default is localhost:9091
    • getJob

      public String getJob()
      job label for metrics being pushed. Default is the name of the JAR file that is running.
    • getScheme

      public String getScheme()
      Scheme to be used when pushing metrics to the pushgateway. Must be "http" or "https". Default is "http".