Metrics exporter config indicating whether the metrics exporter should start and where is the collector

Hierarchy

  • DaemonMetricsConfig

Constructors

Properties

collectorHost?: string

If 'promethus-exporter-enabled' is true, this contains the port on which the metrics exporter will listen

metricsExporterEnabled?: boolean

Controls whether the metrics exporter is started

metricsPublishIntervalMS?: number

If metrics publishing enabled, publish interval in milliseconds

metricsPublisherEnabled?: boolean

Controls whether we publish metrics periodically on the Ceramic Network

prometheusExporterEnabled?: boolean

Controls whether the Prometheus metrics exporter is started

prometheusExporterPort?: number

Controls the port where Prometheus metrics will be exposed.