The honeycombio_slo
data source retrieves the details of a single SLO for a dataset.
variable "dataset" {
type = string
}
# Retrieve the details of a single SLO
data "honeycombio_slo" "myslo" {
dataset = var.dataset
id = "fS4WfA82ACt"
}
The following arguments are supported:
dataset
- (Required) The dataset this SLO is associated withid
- (Required) The ID of the SLOIn addition to all arguments above, the following attributes are exported:
name
- the name of the SLO.description
- the SLO's description.sli
- the alias of the Derived Column used as the SLO's SLI.target_percentage
- the percentage of qualified events expected to succeed during the time_period
.time_period
- The time period, in days, over which the SLO is evaluated.