The VictoriametricsProvider allows you to fetch alerts in Victoriametrics.
This provider requires authentication.
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
This provider can be used in workflows.
As “step” to query data, example:
Check the following workflow examples:
This provider takes advantage of configurable webhooks available with Prometheus Alertmanager. Use the following template to configure AlertManager:
The Victoriametrics provider allows you to query from Victoriametrics through 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
The VictoriametricsProvider allows you to fetch alerts in Victoriametrics.
This provider requires authentication.
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
This provider can be used in workflows.
As “step” to query data, example:
Check the following workflow examples:
This provider takes advantage of configurable webhooks available with Prometheus Alertmanager. Use the following template to configure AlertManager:
The Victoriametrics provider allows you to query from Victoriametrics through 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