Global analytics #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tudor.stanciu/reverse-proxy-frontend#2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Purpose
The purpose of this feature is that an administrator can see the global analytics of the system:
On each route/application in Reverse Proxy will be displayed the map with the regions from which it is accessed (similar to Kutt or Umami).
All the development will be configurable:
Track
The server will extract and write in the database gross information about requests:
Number of accesses
Client IP
Client browser/device, etc
The API will turn this information into useful data for the user. It will integrate with IPRegistry, will extract data on the location based on the IP, etc, and will serve them towards frontend.
The frontend component will display the analytics in an easy-to-read form only to an user who has enough rights. The other applications in which I have analytics can be used as an inspiration. The simplest are Kutt and Umami.
(Check the kutt-analytics-example.png attachment)