You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We filter the outer for loop checking whether options.launchStage is in the array defined by var.metric_launch_stages
73
-
# in the inner for loop we iterate through the fields in the options objects and check if the field is in the array defined by var.metric_interface_fields
74
-
## and if so
75
-
/* Example output
76
-
set_metric options(
77
-
aggregate: "sum",
78
-
description: "Average TTL for keys in this database.\n",
# We filter the outer for loop checking whether options.launchStage is in the array defined by var.metric_launch_stages
157
-
# in the inner for loop we iterate through the fields in the options objects and check if the field is in the array defined by var.metric_interface_fields
158
-
## and if so
159
-
/* Example output
160
-
set_metric options(
161
-
aggregate: "sum",
162
-
description: "Average TTL for keys in this database.\n",
0 commit comments