bittensor.core.chain_data.prometheus_info#

Classes#

PrometheusInfo

Dataclass representing information related to Prometheus.

Module Contents#

class bittensor.core.chain_data.prometheus_info.PrometheusInfo[source]#

Bases: bittensor.core.chain_data.info_base.InfoBase

Dataclass 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).

block: int#
ip: str#
ip_type: int#
port: int#
version: int#