Skip navigation links
B C E G H I M 

B

BaseHandler - Class in com.netflix.servo.example
Abstract base class for handling HTTP requests.
BaseHandler() - Constructor for class com.netflix.servo.example.BaseHandler
 

C

com.netflix.servo.example - package com.netflix.servo.example
 
Config - Class in com.netflix.servo.example
Utility class dealing with different settings used to run the examples.

E

EchoHandler - Class in com.netflix.servo.example
 
EchoHandler() - Constructor for class com.netflix.servo.example.EchoHandler
 
ExitHandler - Class in com.netflix.servo.example
 
ExitHandler(Closeable) - Constructor for class com.netflix.servo.example.ExitHandler
 

G

getAtlasConfig() - Static method in class com.netflix.servo.example.Config
Get config for the atlas observer.
getAtlasObserverUri() - Static method in class com.netflix.servo.example.Config
Prefix to use when reporting data to graphite.
getFileObserverDirectory() - Static method in class com.netflix.servo.example.Config
Default directory for writing metrics files.
getGraphiteObserverAddress() - Static method in class com.netflix.servo.example.Config
Address for reporting to graphite.
getGraphiteObserverPrefix() - Static method in class com.netflix.servo.example.Config
Prefix to use when reporting data to graphite.
getPollInterval() - Static method in class com.netflix.servo.example.Config
How frequently to poll metrics in seconds and report to observers.
getPort() - Static method in class com.netflix.servo.example.Config
Port number for the http server to listen on.

H

handle(HttpExchange) - Method in class com.netflix.servo.example.BaseHandler
 
handleImpl(HttpExchange) - Method in class com.netflix.servo.example.BaseHandler
 
handleImpl(HttpExchange) - Method in class com.netflix.servo.example.EchoHandler
 
handleImpl(HttpExchange) - Method in class com.netflix.servo.example.ExitHandler
 

I

init() - Method in class com.netflix.servo.example.BaseHandler
 
isAtlasObserverEnabled() - Static method in class com.netflix.servo.example.Config
Should we report metrics to atlas? Default is false.
isFileObserverEnabled() - Static method in class com.netflix.servo.example.Config
Should we report metrics to the file observer? Default is true.
isGraphiteObserverEnabled() - Static method in class com.netflix.servo.example.Config
Should we report metrics to graphite? Default is false.
isJvmPollerEnabled() - Static method in class com.netflix.servo.example.Config
Should we poll the standard jvm mbeans? Default is true.

M

Main - Class in com.netflix.servo.example
 
main(String[]) - Static method in class com.netflix.servo.example.Main
 
B C E G H I M 
Skip navigation links