Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

widget.timeseries_definition.request.query.slo_query.slo_query_type doesn't support time_slice option #2411

Open
smartfin opened this issue May 16, 2024 · 0 comments
Labels

Comments

@smartfin
Copy link

Datadog Terraform Provider Version

v3.39.0

Terraform Version

v1.5.7

What resources or data sources are affected?

widget.timeseries_definition.request.query.slo_query, and every resource that has slo_query_type field

Terraform Configuration Files

widget {
        timeseries_definition {
          title = "SLO Status"

          request {
            display_type = "area"

            formula {
              formula_expression = "query1"
              style {
                palette = "green"
              }
            }
            query {
              slo_query {
                name           = "query1"
                data_source    = "slo"
                measure        = "slo_status"
                slo_id         = datadog_service_level_objective.sli_response_time_p95.id
                slo_query_type = "metric"
                group_mode     = "overall"
              }
            }
          }
        }
      }

Relevant debug or panic output

No response

Expected Behavior

slo_query_type should support value time_slice to display timeseries charts for SLO that has type time_slice

Actual Behavior

Widget is created but it doesn't show any data

Steps to Reproduce

No response

Important Factoids

No response

References

No response

@smartfin smartfin added the bug label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant