prometheus.Register("prometheus_target_operations_total","The total numbers of operations of the various targets that are being monitored.",prometheus.NilLabels,targetOperations)
prometheus.Register("prometheus_target_operation_latency_ms","The latencies for various target operations.",prometheus.NilLabels,targetOperationLatencies)
prometheus.Register("prometheus_targetpool_duration_ms","The durations for each TargetPool to retrieve state from all included entities.",prometheus.NilLabels,retrievalDurations)
prometheus.Register("prometheus_dns_sd_lookups_total","The number of DNS-SD lookup successes/failures per pool.",prometheus.NilLabels,dnsSDLookupsCount)