-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
If you use the example dashboard in the provider with an aggregation, it will produce drift:
type = "avg"
field = "meta.responseTime.numeric"
API returns:
observation_field = {
keypath = ["meta", "responseTime"] # notice the missing `numeric` key?
scope = "user_data"
}
If you replace field with this, it will produce the following error:
│ Error: logs aggregation validation failed
│
│ with coralogix_dashboard.atlas-testing,
│ on main.tf line 67, in resource "coralogix_dashboard" "redacted":
│ 67: resource "coralogix_dashboard" "redacted" {
│
│ when type is `avg`, `field` must be set
Metadata
Metadata
Assignees
Labels
No labels