Interface: PrometheusMetricsExporter
worker.PrometheusMetricsExporter
Prometheus metrics exporter options
Properties
prometheus
• prometheus: Object
Type declaration
Name | Type | Description |
---|---|---|
bindAddress | string | Address to bind the Prometheus HTTP metrics exporter server (for example, 0.0.0.0:1234 ). Metrics will be available for scraping under the standard /metrics route. |
countersTotalSuffix? | boolean | If set to true, all counter names will include a "_total" suffix. |
unitSuffix? | boolean | If set to true, all histograms will include the unit in their name as a suffix. EX: "_milliseconds" |
useSecondsForDurations? | boolean | If set to true, the exporter will use seconds for durations instead of milliseconds. |