Bots From Extension: prometheus_v2
Prometheus - Collect Inventory and Metrics details from Prometheus
This extension provides 7 bots.
Bot *prometheusv2:alerts
Bot Position In Pipeline: Source
List currently active alerts
This bot expects a Full CFXQL.
Bot applies the Query on the data that is already loaded from previous bot or from a source.
Bot @prometheusv2:metric-inventory
Bot Position In Pipeline: Source
Collects the inventory data from a specified metric name
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
metric | Text | Specify metric name from which inventory data to be collected. | |
timestamp | Text | Collects the inventory data for a specified timestamp. Ex: timestamp = '2022-06-05 12:00:00'. |
Bot *prometheusv2:metric-metadata
Bot Position In Pipeline: Source
List all available metrics.
This bot expects a Full CFXQL.
Bot applies the Query on the data that is already loaded from previous bot or from a source.
Bot @prometheusv2:metric-range
Bot Position In Pipeline: Source
Collects timeseries metric data from a specified metric name
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
metric* | Text | Specify metric name from which timeseries metric data to be collected. Supports PromQL based query. |
|
timestamp* | DateTime | Collects timeseries metric data for a specified time period, supports CFXQL format. | |
interval | Text | 5m | Timeseries metric data to be collected for the specified interval. |
Bot @prometheusv2:oia-metrics
Bot Position In Pipeline: Source
Metric range over a time duration for OIA
This bot expects a Restricted CFXQL.
Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot
Parameter Name | Type | Default Value | Description |
---|---|---|---|
timestamp* | DateTime | ||
asset_attributes* | Text |
Bot *prometheusv2:target-metadata
Bot Position In Pipeline: Source
List metric information for all targets.
This bot expects a Full CFXQL.
Bot applies the Query on the data that is already loaded from previous bot or from a source.
Bot *prometheusv2:targets
Bot Position In Pipeline: Source
List currently monitored targets
This bot expects a Full CFXQL.
Bot applies the Query on the data that is already loaded from previous bot or from a source.