[−][src]Crate substrate_prometheus_endpoint
Structs
| Counter | The underlying implementation for |
| F64 | A atomic float. |
| Gauge | |
| I64 | A atomic signed integer. |
| Opts | A struct that bundles the options for creating most |
| Registry | A struct for registering Prometheus collectors, collecting their metrics, and gathering
them into |
| U64 | A atomic unsigned integer. |
Enums
| PrometheusError | The error types for prometheus. |
Functions
| init_prometheus | Initializes the metrics context, and starts an HTTP server to serve metrics. |
| register |
Type Definitions
| CounterVec | The underlying implementation for |
| GaugeVec | The underlying implementation for |