The VictoriametricsProvider allows you to fetch alerts in Victoriametrics.
query
and query_range
types. The following are the parameters available for querying:
query
type:
query
: The query to execute on Victoriametrics. Example: sum(rate(http_requests_total{job="api-server"}[5m]))
.start
: The time to query the data for. Example: 2024-01-01T00:00:00Z
query_range
type:
query
: The query to execute on Victoriametrics. Example: sum(rate(http_requests_total{job="api-server"}[5m]))
.start
: The start time to query the data for. Example: 2024-01-01T00:00:00Z
end
: The end time to query the data for. Example: 2024-01-01T00:00:00Z
step
: The step size to use for the query. Example: 15s