We have an open question of how long does it take for each target
pool to have the state retrieved from all participating elements.
This commit starts by providing insight into this.
registry.Register("prometheus_target_operations_total","The total numbers of operations of the various targets that are being monitored.",registry.NilLabels,targetOperations)
registry.Register("prometheus_target_operations_total","The total numbers of operations of the various targets that are being monitored.",registry.NilLabels,targetOperations)
registry.Register("prometheus_target_operation_latency_ms","The latencies for various target operations.",registry.NilLabels,targetOperationLatencies)
registry.Register("prometheus_target_operation_latency_ms","The latencies for various target operations.",registry.NilLabels,targetOperationLatencies)
registry.Register("prometheus_targetpool_duration_ms","The durations for each TargetPool to retrieve state from all included entities.",registry.NilLabels,retrievalDurations)