Packages

class PrometheusMetricsServlet extends MetricsServlet with MetricsRegistryListener with Logging

Linear Supertypes
Logging, MetricsRegistryListener, EventListener, MetricsServlet, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrometheusMetricsServlet
  2. Logging
  3. MetricsRegistryListener
  4. EventListener
  5. MetricsServlet
  6. HttpServlet
  7. GenericServlet
  8. Serializable
  9. ServletConfig
  10. Servlet
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrometheusMetricsServlet(server: KafkaServer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearPreviousMetrics(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def debug(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  8. def debug(msg: ⇒ String): Unit
    Definition Classes
    Logging
  9. def destroy(): Unit
    Definition Classes
    GenericServlet → Servlet
  10. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  11. def doGet(req: HttpServletRequest, resp: HttpServletResponse): Unit
    Definition Classes
    PrometheusMetricsServlet → MetricsServlet → HttpServlet
  12. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  13. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  14. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[exporter]
    Definition Classes
    MetricsServlet → HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  15. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  16. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def error(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  20. def error(msg: ⇒ String): Unit
    Definition Classes
    Logging
  21. def fatal(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  22. def fatal(msg: ⇒ String): Unit
    Definition Classes
    Logging
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getInitParameter(arg0: String): String
    Definition Classes
    GenericServlet → ServletConfig
  26. def getInitParameterNames(): Enumeration[String]
    Definition Classes
    GenericServlet → ServletConfig
  27. def getLastModified(arg0: HttpServletRequest): Long
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  28. def getPrometheusGauges: Map[String, Gauge]
  29. def getPrometheusMetricsHandler: PrometheusMetricsHandler
  30. def getServletConfig(): ServletConfig
    Definition Classes
    GenericServlet → Servlet
  31. def getServletContext(): ServletContext
    Definition Classes
    GenericServlet → ServletConfig
  32. def getServletInfo(): String
    Definition Classes
    GenericServlet → Servlet
  33. def getServletName(): String
    Definition Classes
    GenericServlet → ServletConfig
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def info(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  36. def info(msg: ⇒ String): Unit
    Definition Classes
    Logging
  37. def init(): Unit
    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  38. def init(arg0: ServletConfig): Unit
    Definition Classes
    GenericServlet → Servlet
    Annotations
    @throws( ... )
  39. def isDebugEnabled: Boolean
    Definition Classes
    Logging
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isTraceEnabled: Boolean
    Definition Classes
    Logging
  42. def log(arg0: String, arg1: Throwable): Unit
    Definition Classes
    GenericServlet
  43. def log(arg0: String): Unit
    Definition Classes
    GenericServlet
  44. val logIdent: String
    Attributes
    protected
    Definition Classes
    Logging
  45. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  46. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  47. def msgWithLogIdent(msg: String): String
    Attributes
    protected
    Definition Classes
    Logging
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def onMetricAdded(name: MetricName, metric: Metric): Unit
    Definition Classes
    PrometheusMetricsServlet → MetricsRegistryListener
  52. def onMetricRemoved(name: MetricName): Unit
    Definition Classes
    PrometheusMetricsServlet → MetricsRegistryListener
  53. def processKafkaMetrics(updateCache: Boolean): Unit
  54. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  55. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  56. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. def trace(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  59. def trace(msg: ⇒ String): Unit
    Definition Classes
    Logging
  60. def updatePrometheusMetrics(updateCache: Boolean): Unit
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  64. def warn(msg: ⇒ String, e: ⇒ Throwable): Unit
    Definition Classes
    Logging
  65. def warn(msg: ⇒ String): Unit
    Definition Classes
    Logging

Inherited from Logging

Inherited from MetricsRegistryListener

Inherited from EventListener

Inherited from MetricsServlet

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped