Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterSquishy committed Feb 12, 2024
1 parent 47d4d22 commit 7a911f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightstep/resource_metric_condition.go
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ func getQueriesFromMetricConditionData(queriesIn []client.MetricQueryWithAttribu
"exclude_filters": excludeFilters,
"filters": allFilters,
"group_by": groupBy,
"query_string": q.QueryString,
"tql": q.QueryString,
}
if q.Query.TimeseriesOperatorInputWindowMs != nil {
qs["timeseries_operator_input_window_ms"] = *q.Query.TimeseriesOperatorInputWindowMs
Expand Down

0 comments on commit 7a911f7

Please sign in to comment.