Skip navigation links
C G H I M O P R T 

C

close() - Method in class org.jooby.internal.metrics.MetricRegistryInitializer
 
configure(Env, Config, Binder) - Method in class org.jooby.metrics.Metrics
 

G

get() - Method in class org.jooby.internal.metrics.HealthCheckRegistryProvider
 

H

handle(Request, Response) - Method in class org.jooby.metrics.HealthCheckHandler
 
handle(Request, Response, Route.Chain) - Method in class org.jooby.metrics.InstrumentedHandler
 
handle(Request, Response) - Method in class org.jooby.metrics.MetricHandler
 
handle(Request, Response) - Method in class org.jooby.metrics.PingHandler
 
handle(Request, Response) - Method in class org.jooby.metrics.ThreadDumpHandler
 
healthCheck(String, HealthCheck) - Method in class org.jooby.metrics.Metrics
Append a health check to the HealthCheckRegistry.
healthCheck(String, Class<H>) - Method in class org.jooby.metrics.Metrics
Append a health check to the HealthCheckRegistry.
HealthCheckHandler - Class in org.jooby.metrics
Produces a: 501: if the registry is empty (no health checks) 200: if all the health checks are healthy 500: otherwise
HealthCheckHandler() - Constructor for class org.jooby.metrics.HealthCheckHandler
 
HealthCheckRegistryProvider - Class in org.jooby.internal.metrics
 
HealthCheckRegistryProvider(Map<String, HealthCheck>) - Constructor for class org.jooby.internal.metrics.HealthCheckRegistryProvider
 

I

InstrumentedHandler - Class in org.jooby.metrics
Track request information like: active requests, request time and responses.
InstrumentedHandler() - Constructor for class org.jooby.metrics.InstrumentedHandler
 

M

metric(String, Metric) - Method in class org.jooby.metrics.Metrics
Append a metric to the MetricRegistry, this call is identical to MetricRegistry.register(String, Metric).
metric(String, Class<M>) - Method in class org.jooby.metrics.Metrics
Append a metric to the MetricRegistry.
MetricHandler - Class in org.jooby.metrics
Produces a: 501: if the registry is empty (no metrics) 200: with metrics information
MetricHandler() - Constructor for class org.jooby.metrics.MetricHandler
 
MetricRegistryInitializer - Class in org.jooby.internal.metrics
 
MetricRegistryInitializer(MetricRegistry, Map<String, Metric>, Set<Reporter>) - Constructor for class org.jooby.internal.metrics.MetricRegistryInitializer
 
Metrics - Class in org.jooby.metrics
metrics
Metrics(MetricRegistry, String) - Constructor for class org.jooby.metrics.Metrics
Creates a new Metric module.
Metrics(String) - Constructor for class org.jooby.metrics.Metrics
Creates a new Metric module.
Metrics(MetricRegistry) - Constructor for class org.jooby.metrics.Metrics
Creates a new Metric module.
Metrics() - Constructor for class org.jooby.metrics.Metrics
Creates a new Metric module.

O

org.jooby.internal.metrics - package org.jooby.internal.metrics
 
org.jooby.metrics - package org.jooby.metrics
 

P

ping() - Method in class org.jooby.metrics.Metrics
Append a simple ping handler that results in a 200 responses with a pong body.
PingHandler - Class in org.jooby.metrics
Produces a: 200: with a body of pong
PingHandler() - Constructor for class org.jooby.metrics.PingHandler
 

R

reporter(BiFunction<MetricRegistry, Config, Reporter>) - Method in class org.jooby.metrics.Metrics
Append a Reporter to the MetricRegistry.
reporter(Function<MetricRegistry, Reporter>) - Method in class org.jooby.metrics.Metrics
Append a Reporter to the MetricRegistry.
request(String, String) - Method in class org.jooby.metrics.Metrics
Instrument request using InstrumentedHandler.
request(String) - Method in class org.jooby.metrics.Metrics
Instrument request using InstrumentedHandler.
request() - Method in class org.jooby.metrics.Metrics
Instrument request using InstrumentedHandler.

T

threadDump() - Method in class org.jooby.metrics.Metrics
Append a handler that prints thread states (a.k.a thread dump).
ThreadDumpHandler - Class in org.jooby.metrics
Prints thread states (a.k.a thread dump).
ThreadDumpHandler() - Constructor for class org.jooby.metrics.ThreadDumpHandler
 
C G H I M O P R T 
Skip navigation links

Copyright © 2016. All rights reserved.