build_url | R Documentation |
Construct a URL for the specified query.
build_url(base, query, start, end, step, timeout = NA)
base |
A hostname and schema to base the generated path off of. |
query |
A PromQL query. |
start |
A RFC3339 timestamp string, numerical unix timestamp, or POSIXct object. |
end |
A RFC3339 timestamp string, numerical unix timestamp, or POSIXct object. |
step |
A query resolution step width. |
timeout |
An optional query timeout value, defaulting to server-side limit. Note this timeout is capped to the server-side value. |
A URL to execute the query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.