StatusPage

kamon.status.page.StatusPage
See theStatusPage companion object
class StatusPage(configPath: String) extends Module

Uses an embedded web server to publish a simple status page with information about Kamon's internal status.

Attributes

Companion
object
Graph
Supertypes
trait Module
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this()

Concrete methods

override def reconfigure(newConfig: Config): Unit

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Signals that a new configuration object has been provided to Kamon. Modules should ensure that their internal settings are in sync with the provided configuration.

Attributes

Definition Classes
Module
override def stop(): Unit

Signals that the module should be stopped and all acquired resources, if any, should be released.

Signals that the module should be stopped and all acquired resources, if any, should be released.

Attributes

Definition Classes
Module