Generic

kamon.prometheus.PrometheusSettings.Generic
case class Generic(defaultBuckets: Seq[Double], timeBuckets: Seq[Double], informationBuckets: Seq[Double], percentageBuckets: Seq[Double], customBuckets: Map[String, Seq[Double]], includeEnvironmentTags: Boolean, summarySettings: SummarySettings, gaugeSettings: GaugeSettings)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product