You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web
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>
1 month ago
..
admin Support performance trace (#32973) 1 month ago
auth Fix Account linking page (#33325) 1 month ago
devtest De-emphasize signed commits (#31160) 2 months ago
events Move context from modules to services (#29440) 1 year ago
explore Fix bleve fuzziness search (#33078) 2 months ago
feed Refactor context RefName and RepoAssignment (#33226) 1 month ago
healthcheck Always enable caches (#28527) 1 year ago
misc Refactor template & test related code (#32938) 2 months ago
org Use project's redirect url instead of composing url (#33058) 2 months ago
repo Fix incorrect ref commit ID usage (#33331) 1 month ago
shared [Feature] Private README.md for organization (#32872) 2 months ago
user Fix issue count (#33338) 1 month ago
base.go Prepare for support performance trace (#33286) 1 month ago
githttp.go Fix LFS route mock, realm, middleware names (#32488) 3 months ago
goget.go Make git clone URL could use current signed-in user (#33091) 2 months ago
home.go Refactor template & test related code (#32938) 2 months ago
metrics.go Implement FSFE REUSE for golang files (#21840) 2 years ago
nodeinfo.go Move context from modules to services (#29440) 1 year ago
passkey.go Move context from modules to services (#29440) 1 year ago
swagger_json.go Move context from modules to services (#29440) 1 year ago
web.go Support performance trace (#32973) 1 month ago
webfinger.go Move context from modules to services (#29440) 1 year ago