Commit a33b7f9e authored by Rajendra Kadam's avatar Rajendra Kadam

Apply suggestion for changing array to yml list syntax

parent f7f4427f
......@@ -957,7 +957,10 @@ Example aggregated metric entries:
```yaml
- name: example_metrics_union
operator: OR
events: ['i_search_total', 'i_search_advanced', 'i_search_paid']
events:
- 'i_search_total'
- 'i_search_advanced'
- 'i_search_paid'
source: redis
time_frame:
- 7d
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment