Constant Field Values

Contents

org.glassfish.*

  • org.glassfish.jersey.examples.micrometer.App 
    Modifier and Type Constant Field Value
    public static final String WEB_PATH "/micro/"
  • org.glassfish.jersey.examples.micrometer.MetricsStore 
    Modifier and Type Constant Field Value
    public static final String REGISTRY_NAME "http.shared.metrics"
  • org.glassfish.jersey.examples.micrometer.TimedResource 
    Modifier and Type Constant Field Value
    public static final String MESSAGE "<html><body>Gaining measures in the annotated way. <br/>Take a look at <a href=\"/micro/metrics\">the standard way of measurements</a><br/> Or just go to <a href=\"/micro/summary\">summary</a> to check what you\'ve got</body></html>"
    public static final String TIMER_DESCRIPTION "resource measurement timer"
    public static final String TIMER_NAME "http.timers"