Commit efb96615 authored by alinamihaila's avatar alinamihaila

Fix test code snippet for tracking Redis events

parent 15e0ef77
......@@ -638,7 +638,7 @@ Next, get the unique events for the current week.
```ruby
# Get unique events for metric for current_week
Gitlab::UsageDataCounters::HLLRedisCounter.unique_events(event_names: 'g_compliance_audit_events',
start_date: Date.current.beginning_of_week, end_date: Date.current.end_of_week)
start_date: Date.current.beginning_of_week, end_date: Date.current.next_week)
```
##### Recommendations
......
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