PrometheusSettings

fr.davit.pekko.http.metrics.prometheus.PrometheusSettings
See thePrometheusSettings companion object
final case class PrometheusSettings(namespace: String, metricsNames: HttpMetricsNames, defineError: HttpResponse => Boolean, includeMethodDimension: Boolean, includePathDimension: Boolean, includeStatusDimension: Boolean, serverDimensions: Seq[Dimension], customDimensions: Seq[HttpMessageLabeler], receivedBytesConfig: HistogramConfig, durationConfig: TimerConfig, sentBytesConfig: HistogramConfig) extends HttpMetricsSettings

Attributes

Companion
object
Source
PrometheusSettings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list