| 16 | } |
| 17 | |
| 18 | type PrometheusQueryFetcher interface { |
| 19 | Fetch(query string) (*VectorQueryResponse, error) |
| 20 | } |
| 21 | |
| 22 | // NewPrometheusQuery create a NewPrometheusQuery |
| 23 | func NewPrometheusQuery(host string, port int, client *http.Client, userAgentVersion string) PrometheusQuery { |
no outgoing calls
no test coverage detected
searching dependent graphs…