bittensor.core.chain_data.prometheus_info#
Classes#
Dataclass representing information related to Prometheus. |
Module Contents#
- class bittensor.core.chain_data.prometheus_info.PrometheusInfo[source]#
Bases:
bittensor.core.chain_data.info_base.InfoBaseDataclass representing information related to Prometheus.
- Variables:
block – The block number associated with the Prometheus data.
version – The version of the Prometheus data.
ip – The IP address associated with Prometheus.
port – The port number for Prometheus.
ip_type – The type of IP address (e.g., IPv4, IPv6).