Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VertxJmxMetricsOptions

Options for Prometheus metrics backend.

Hierarchy

  • VertxJmxMetricsOptions

Index

Constructors

constructor

Methods

getDomain

  • getDomain(): string
  • Set the JMX domain under which to publish metrics

    Returns string

getStep

  • getStep(): number
  • Push interval steps, in seconds. Default is 10 seconds.

    Returns number

isEnabled

  • isEnabled(): boolean
  • Set true to enable Prometheus reporting

    Returns boolean

setDomain

  • Set the JMX domain under which to publish metrics

    Parameters

    • domain: string

    Returns VertxJmxMetricsOptions

setEnabled

  • Set true to enable Prometheus reporting

    Parameters

    • enabled: boolean

    Returns VertxJmxMetricsOptions

setStep

  • Push interval steps, in seconds. Default is 10 seconds.

    Parameters

    • step: number

    Returns VertxJmxMetricsOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc