Construct a URL for the specified query.
build_url(base, query, start, end, step, timeout = NA)A URL to execute the query.
A hostname and schema to base the generated path off of.
A PromQL query.
A RFC3339 timestamp string, numerical unix timestamp, or POSIXct object.
A RFC3339 timestamp string, numerical unix timestamp, or POSIXct object.
A query resolution step width.
An optional query timeout value, defaulting to server-side limit. Note this timeout is capped to the server-side value.