# Functions
NewPrometheus creates new targets.Prometheus.
NewProxy returns new targets.Proxy.
# Structs
GRPCClient allows to retrieve targets from local gRPC streaming server implementation.
Prometheus implements targetspb.Targets gRPC that allows to fetch targets from Prometheus HTTP api/v1/targets endpoint.
Proxy implements targetspb.Targets gRPC that fans out requests to given targetspb.Targets.
# Interfaces
UnaryClient is gRPC targetspb.Targets client which expands streaming targets API.