Skip to content

Commit 3c3d837

Browse files
committed
docs: update documentation
1 parent b46d29c commit 3c3d837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ cardano:
242242
| `cardano_validator_watcher_pool_relay_count` | Number of relays associated with each pool | GaugeVec | `pool_name`, `pool_id`, `pool_instance` |
243243
| `cardano_validator_watcher_pool_pledge_met` | Indicates whether the pool has met its pledge requirements or not (0 or 1) | GaugeVec | `pool_name`, `pool_id`, `pool_instance` |
244244
| `cardano_validator_watcher_pool_saturation_level` | The current saturation level of the pool in percent | GaugeVec | `pool_name`, `pool_id`, `pool_instance` |
245+
| `cardano_validator_watcher_pool_drep_registered` | Whether the pool owner is registered to a DRep (0 or 1) | GaugeVec | `pool_name`, `pool_id`, `pool_instance` |
245246
| `cardano_validator_watcher_next_epoch_start_time` | Start time of the next epoch in seconds | Gauge | - |
246247
| `cardano_validator_watcher_monitored_validators_count` | Number of validators monitored by the watcher | Gauge | - |
247248
| `cardano_validator_watcher_missed_blocks` | Number of missed blocks in the current epoch | CounterVec | `pool_name`, `pool_id`, `pool_instance`, `epoch` |
@@ -261,3 +262,4 @@ cardano:
261262
| `cardano_validator_watcher_network_active_stake` | Total active stake in the network | Gauge | - |
262263
| `cardano_validator_watcher_chain_id` | ID of the chain | Gauge | - |
263264
| `cardano_validator_watcher_health_status` | Health status of the Cardano validator watcher: 1 = healthy, 0 = unhealthy | Gauge | - |
265+

0 commit comments

Comments
 (0)