mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE: Track API and user API requests (#19186)
Adds stats for API and user API requests similar to regular page views. This comes with a new report to visualize API requests per day like the consolidated page views one.
This commit is contained in:
@ -11,7 +11,9 @@ class ApplicationRequest < ActiveRecord::Base
|
||||
page_view_logged_in
|
||||
page_view_anon
|
||||
page_view_logged_in_mobile
|
||||
page_view_anon_mobile)
|
||||
page_view_anon_mobile
|
||||
api
|
||||
user_api)
|
||||
|
||||
include CachedCounting
|
||||
|
||||
|
Reference in New Issue
Block a user