Package

xitrum

metrics

Permalink

package metrics

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. class ClusterMetricsCollector extends Actor

    Permalink

    JMX metrics collector for clustered node application.

  2. class MetricsCollector extends Actor

    Permalink

    JMX metrics collector for single node application.

  3. class MetricsPublisher extends Actor

    Permalink

    Example: XitrumMetricsChannel

  4. trait MetricsViewer extends FutureAction

    Permalink

    Javascript fragment for establish metrics JSON sockJS channel.

  5. case class Publish(registryAsJson: String) extends Product with Serializable

    Permalink
  6. trait PublisherLookUp extends AnyRef

    Permalink

    Common code for looking up MetricsPublisher actor from Glokka.

  7. class XitrumMetricsChannel extends SockJsAction with PublisherLookUp

    Permalink

    SockJS channel for metrics JSON.

    SockJS channel for metrics JSON.

    Annotations
    @SOCKJS( paths = "xitrum/metrics/channel" )
  8. class XitrumMetricsViewer extends FutureAction with MetricsViewer

    Permalink

    Default metrics viewer page.

    Default metrics viewer page. This page could be overwritten in user application with any style.

    Annotations
    @Last() @GET( paths = "xitrum/metrics/viewer" )

Value Members

  1. object Collect extends Product with Serializable

    Permalink
  2. object MetricsManager

    Permalink

    For convenience, you can use xitrum.Metrics.

  3. object Pull extends Product with Serializable

    Permalink
  4. object Subscribe extends Product with Serializable

    Permalink
  5. object UnSubscribe extends Product with Serializable

    Permalink

Ungrouped