1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00
gitea/models
wxiaoguang 7069369e03
Support performance trace (#32973)
1. Add a OpenTelemetry-like shim-layer to collect traces
2. Add a simple builtin trace collector and exporter, end users could
download the diagnosis report to get the traces.

This PR's design is quite lightweight, no hard-dependency, and it is
easy to improve or remove. We can try it on gitea.com first to see
whether it works well, and fine tune the details.

---------

Co-authored-by: silverwind <me@silverwind.io>
2025-01-21 18:57:07 +00:00
..
actions
activities
admin
asymkey
auth
avatars
db Support performance trace (#32973) 2025-01-21 18:57:07 +00:00
dbfs
fixtures Only allow admins to rename default/protected branches (#33276) 2025-01-15 20:51:49 +00:00
git Improve sync fork behavior (#33319) 2025-01-20 15:17:47 +08:00
issues Make tracked time representation display as hours (#33315) 2025-01-19 09:30:44 +08:00
migrations
organization
packages
perm Support public code/issue access for private repositories (#33127) 2025-01-14 01:53:34 +00:00
project
pull
renderhelper
repo Fix missing license when sync mirror (#33255) 2025-01-14 05:44:12 +00:00
secret
shared/types
system
unit
unittest Refactor ref type (#33242) 2025-01-14 15:35:34 +08:00
user
webhook
main_test.go
repo_test.go
repo.go