mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Add opentelemtry-based tracing
This adds tracing to fastapi, redis, and sqlalchemy. It uses the recommended OLTP exporter to send the tracing data.
This commit is contained in:
parent
92f5bbd37f
commit
b730f6447d
6 changed files with 544 additions and 182 deletions
|
@ -177,3 +177,6 @@ expiry_time_search = 600
|
|||
expiry_time_statistics = 300
|
||||
; number of seconds after a cache entry for rss queries expires, default is 5 minutes
|
||||
expiry_time_rss = 300
|
||||
|
||||
[tracing]
|
||||
otlp_endpoint = http://localhost:4318
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue