Packages

c

com.twitter.finagle.stats

MetricsExporter

class MetricsExporter extends JsonExporter with HttpMuxHandler with MetricsRegistry with SchemaRegistry

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetricsExporter
  2. SchemaRegistry
  3. MetricsRegistry
  4. StatsRegistry
  5. HttpMuxHandler
  6. JsonExporter
  7. Service
  8. Closable
  9. Function1
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MetricsExporter()
  2. new MetricsExporter(logger: Logger)
  3. new MetricsExporter(registry: Metrics)
  4. new MetricsExporter(registry: Metrics, logger: Logger)

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. def andThen[A](g: (Future[Response]) => A): (Request) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(): Map[String, StatEntry]
    Definition Classes
    MetricsRegistry → StatsRegistry
  6. def apply(request: Request): Future[Response]

    This is the method to override/implement to create your own Service.

    This is the method to override/implement to create your own Service.

    Definition Classes
    JsonExporterService → Function1
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def close(deadline: Time): Future[Unit]
    Definition Classes
    MetricsExporterService → Closable
  10. def close(after: Duration): Future[Unit]
    Definition Classes
    Closable
  11. final def close(): Future[Unit]
    Definition Classes
    Closable
  12. def compose[A](g: (A) => Request): (A) => Future[Response]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def expressions(): Map[ExpressionSchemaKey, ExpressionSchema]

    Exposes Metric Expressions for ExpressionRegistry.

    Exposes Metric Expressions for ExpressionRegistry.

    returns

    a map of expression names to their full ExpressionSchema.

    Definition Classes
    MetricsExporter → SchemaRegistry
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hasLatchedCounters: Boolean

    Indicates use of latched or unlatched counters for SchemaRegistry.

    Indicates use of latched or unlatched counters for SchemaRegistry.

    Definition Classes
    MetricsExporter → SchemaRegistry
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isAvailable: Boolean

    Determines whether this Service is available (can accept requests with a reasonable likelihood of success).

    Determines whether this Service is available (can accept requests with a reasonable likelihood of success).

    Definition Classes
    Service
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def json(pretty: Boolean, filtered: Boolean, counterDeltasOn: Boolean = false): String
    Definition Classes
    JsonExporter
  23. val latched: Boolean
    Definition Classes
    MetricsRegistry → StatsRegistry
  24. val logger: Logger
  25. def map[Req1](f: (Req1) => Request): Service[Req1, Response]
    Definition Classes
    Service
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val pattern: String
  30. val registry: Metrics

    A reference to the underlying Metrics representation.

    A reference to the underlying Metrics representation. Note, this may be null.

    Definition Classes
    MetricsExporter → MetricsRegistry
  31. def route: Route

    Configures the route for this handler

    Configures the route for this handler

    Definition Classes
    MetricsExporterHttpMuxHandler
  32. def schemas(): Map[String, MetricBuilder]

    Exposes MetricSchemas for SchemaRegistry.

    Exposes MetricSchemas for SchemaRegistry.

    returns

    a map of metric names to their full MetricSchemas.

    Definition Classes
    MetricsExporter → SchemaRegistry
  33. def status: Status

    The current availability Status of this Service.

    The current availability Status of this Service.

    Definition Classes
    Service
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    Service → Function1 → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SchemaRegistry

Inherited from MetricsRegistry

Inherited from StatsRegistry

Inherited from HttpMuxHandler

Inherited from JsonExporter

Inherited from Service[Request, Response]

Inherited from Closable

Inherited from (Request) => Future[Response]

Inherited from AnyRef

Inherited from Any

Ungrouped