Traffic Analytics
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=16975)
</details>
<!--IssueSummary end-->
Gitlab should have traffic Analytics like gihub
Would it be possible to add traffic monitoring (number of visits / file views, and number of clones / forks) over the last days / weeks / months for repos? This could be an enhancement of what is already available on github, where the ability to choose the time span would be an enhancement.
See discussion:
https://forum.gitlab.com/t/how-to-view-traffic-to-a-repository/18466
## Proposal
A good place to start might be adding a chart for fetches to the project-level [Repository Analytics](https://gitlab.com/gitlab-org/gitlab/-/graphs/master/charts) by using the existing [project statistics API](https://docs.gitlab.com/ee/api/project_statistics.html#get-the-statistics-of-the-last-30-days) (doesn't include SSH, but probably a good place to start).
issue