mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
synced 2022-12-28 18:12:07 +02:00
Global analytics #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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)