Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Dec 20, 2024
1 parent 7475ab1 commit 980aa08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,14 @@ cat /mnt/nfs3/data1/metrics/crontab_logs/crontab_doi_monthly

Can also confirm things ran by looking in the database (if not need to do backfills).
Example: (should be first of each month)
```
select DATE_FORMAT(`record_date`,'%Y-%m') as narrative_cron_month, count(*) as narrative_count from metrics.workspaces ws group by narrative_cron_month;
```

For elastic Search session information: (this is daily numbers)
```
select record_date, count(*) from session_info group by record_date;
```


--------------------
Expand Down

0 comments on commit 980aa08

Please sign in to comment.