Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lll123github
/
torrust-tracker
Public
forked from
torrust/torrust-tracker
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 2, 2025
Merge torrust/torrust-tracker#1624: Update dependencies
Show description for b9f79c5
josecelano
committed
b9f79c5
View commit details
Copy full SHA for b9f79c5
Browse repository at this point
chore(deps): update Cargo dependencies
Show description for 6cb7cdd
josecelano
committed
6cb7cdd
View commit details
Copy full SHA for 6cb7cdd
Browse repository at this point
chore(deps): bump actions/github-script from 7 to 8
josecelano
committed
46b2450
View commit details
Copy full SHA for 46b2450
Browse repository at this point
chore(deps): bump actions/upload-artifact from 4 to 5
josecelano
committed
6757705
View commit details
Copy full SHA for 6757705
Browse repository at this point
chore(deps): bump actions/checkout from 4 to 6
josecelano
committed
00db823
View commit details
Copy full SHA for 00db823
Browse repository at this point
Commits on Dec 1, 2025
Merge torrust/torrust-tracker#1623: Update dependencies and fix clippy errors
Show description for a27e49d
josecelano
committed
a27e49d
View commit details
Copy full SHA for a27e49d
Browse repository at this point
chore(deps): udpate dependencies
Show description for 11721dc
josecelano
committed
11721dc
View commit details
Copy full SHA for 11721dc
Browse repository at this point
fix: clippy errors
josecelano
committed
364c607
View commit details
Copy full SHA for 364c607
Browse repository at this point
Commits on Jun 20, 2025
Merge torrust/torrust-tracker#1593: Fix bug: Wrong UDP Average Connect Time metric
Show description for 7b1c190
josecelano
committed
7b1c190
View commit details
Copy full SHA for 7b1c190
Browse repository at this point
refactor: [#1589] improve readability of UDP performance metrics race condition test
Show description for b423bf6
josecelano
committed
b423bf6
View commit details
Copy full SHA for b423bf6
Browse repository at this point
test: [#1589] add race condition test for UDP performance metrics
Show description for dc8d4a9
josecelano
committed
dc8d4a9
View commit details
Copy full SHA for dc8d4a9
Browse repository at this point
refactor: [#1589] rename methods and remove unused code
josecelano
committed
a9acca5
View commit details
Copy full SHA for a9acca5
Browse repository at this point
refactor: [#1589] make methods private
josecelano
committed
4c082fa
View commit details
Copy full SHA for 4c082fa
Browse repository at this point
fix: [#1589] use average aggregation for UDP processing time metrics
Show description for cd57f7a
josecelano
committed
cd57f7a
View commit details
Copy full SHA for cd57f7a
Browse repository at this point
fix: format
josecelano
committed
ba3d8a9
View commit details
Copy full SHA for ba3d8a9
Browse repository at this point
test: [#1589] remove uneeded test
Show description for caa69ae
josecelano
committed
caa69ae
View commit details
Copy full SHA for caa69ae
Browse repository at this point
chore: remove deprecated comment
josecelano
committed
f402b02
View commit details
Copy full SHA for f402b02
Browse repository at this point
refactor(metrics): extract collect_matching_samples to Metric<T> impl
Show description for 8fbcf90
josecelano
committed
8fbcf90
View commit details
Copy full SHA for 8fbcf90
Browse repository at this point
feat(metrics): [#1589] add Avg (average) aggregate function
Show description for 384b887
josecelano
committed
384b887
View commit details
Copy full SHA for 384b887
Browse repository at this point
fix: [#1589] add dedicated metric for UDP request processing in moving average calculation
Show description for ed5f1e6
josecelano
committed
ed5f1e6
View commit details
Copy full SHA for ed5f1e6
Browse repository at this point
Commits on Jun 19, 2025
refactor: [#1589] remvoe duplicate code
josecelano
committed
164de92
View commit details
Copy full SHA for 164de92
Browse repository at this point
fix: [#1589] partially. Moving average calculated for each time series
Show description for 1c13b12
josecelano
committed
1c13b12
View commit details
Copy full SHA for 1c13b12
Browse repository at this point
refactor: [#1598] make recalculate udp avg scrape processing time metric and update atomic
Show description for 47c2949
josecelano
committed
47c2949
View commit details
Copy full SHA for 47c2949
Browse repository at this point
refactor: [#1598] make recalculate udp avg announce processing time metric and update atomic
Show description for 59fbb39
josecelano
committed
59fbb39
View commit details
Copy full SHA for 59fbb39
Browse repository at this point
refactor: [#1598] make recalculate udp avg connect processing time metric and update atomic
Show description for d50948e
josecelano
committed
d50948e
View commit details
Copy full SHA for d50948e
Browse repository at this point
refactor(udp-tracker-server): [#1589] move average processing time calculation from Repository to Metrics
josecelano
committed
e6c05b6
View commit details
Copy full SHA for e6c05b6
Browse repository at this point
Commits on Jun 18, 2025
Merge torrust/torrust-tracker#1592: Add debug logs for average processing time metric update
Show description for 6d96650
josecelano
committed
6d96650
View commit details
Copy full SHA for 6d96650
Browse repository at this point
chore: [#1589] add debug logs for avg processing time metric update
josecelano
committed
520fd8b
View commit details
Copy full SHA for 520fd8b
Browse repository at this point
Merge torrust/torrust-tracker#1590: Add logs to debug this bug: Wrong UDP Average Connect Time metric
Show description for 09f52e0
josecelano
committed
09f52e0
View commit details
Copy full SHA for 09f52e0
Browse repository at this point
tests(udp-tracker-server): [#1589] add unit tests to statistics::metrics::Metrics
josecelano
committed
bf9d16a
View commit details
Copy full SHA for bf9d16a
Browse repository at this point
fix(udt-tracker-server): metric description
josecelano
committed
7e9d982
View commit details
Copy full SHA for 7e9d982
Browse repository at this point
tests(udp-tracker-server): [#1589] add unit tests to statistics::repository::Repository
josecelano
committed
5fc255f
View commit details
Copy full SHA for 5fc255f
Browse repository at this point
Commits on Jun 17, 2025
refactor: [#1589] add logs for debugging
josecelano
committed
f7ab993
View commit details
Copy full SHA for f7ab993
Browse repository at this point
Merge torrust/torrust-tracker#1587: Graceful shutdown for event listeners
Show description for b254ffd
josecelano
committed
b254ffd
View commit details
Copy full SHA for b254ffd
Browse repository at this point
refactor: [#1405] gracefull shutdown for listeners
Show description for d2e75e3
josecelano
committed
d2e75e3
View commit details
Copy full SHA for d2e75e3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.