Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCCollector ¶
type RPCCollector interface { // Describe describes the metrics Describe(ch chan<- *prometheus.Desc) // Collect collects metrics from JunOS Collect(client *rpc.Client, ch chan<- prometheus.Metric, labelValues []string) error }
RPCCollector collects metrics from JunOS using rpc.Client
Click to show internal directories.
Click to hide internal directories.