kamon.status.page
package kamon.status.page
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BaseInfoJsonMarshalling.typeobject InstrumentationStatusJsonMarshalling.typeobject MetricRegistryStatusJsonMarshalling.typeobject ModuleRegistryStatusJsonMarshalling.type
object JsonMarshalling
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsonMarshalling.type
class StatusPage(configPath: String) extends Module
Uses an embedded web server to publish a simple status page with information about Kamon's internal status.
Uses an embedded web server to publish a simple status page with information about Kamon's internal status.
Attributes
- Companion
- object
- Supertypes
-
trait Moduleclass Objecttrait Matchableclass Any
object StatusPage
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StatusPage.type
class StatusPageServer(hostname: String, port: Int, resourceLoader: ClassLoader, status: Status) extends NanoHTTPD
Exposes an embedded HTTP server based on NanoHTTP.
Exposes an embedded HTTP server based on NanoHTTP.
Attributes
- Supertypes
-
class NanoHTTPDclass Objecttrait Matchableclass Any
In this article