- 15 Apr, 2022 1 commit
-
-
Hiro authored
-
- 17 Aug, 2021 11 commits
- 09 Aug, 2021 2 commits
- 02 Aug, 2021 1 commit
-
-
Hiro authored
OverloadRatelimitsVersion and OverloadFdExhaustedVersion were defined as int but parsed as long. Also include test for OverloadRatelimitsVersion.
-
- 30 Jul, 2021 5 commits
-
-
Hiro authored
Remove javadoc warnings at build time and improve overall code documentation.
-
Iain Learmonth authored
-
Iain Learmonth authored
-
Iain Learmonth authored
* Checks that the overload keys are seen at most once * Exposes the version fields from each line * Exposes the rate and burst limits from overload-ratelimit * Checks that the line has all the fields present
-
Hiro authored
relay-search#40005 Update readme with development section with quick instructions to start developing on metrics-lib
-
- 29 Jul, 2021 1 commit
-
-
Ana Custura authored
-
- 27 Jul, 2021 1 commit
-
-
Iain Learmonth authored
#40006
-
- 15 Jun, 2021 1 commit
-
-
Iain Learmonth authored
-
- 14 Jun, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 11 Jun, 2021 1 commit
-
-
Iain Learmonth authored
Fixes #40005.
-
- 02 May, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 22 Apr, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
Fixes: #40004
-
- 19 Apr, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
This test only ensures that the new fields do not cause the parser to crash, it does not look at actually parsing those fields. Fixes: #40003
-
- 15 Apr, 2021 2 commits
-
-
Iain Learmonth authored
-
Iain Learmonth authored
-
- 18 Dec, 2020 1 commit
-
-
Karsten Loesing authored
Implements #40002.
-
- 11 Dec, 2020 4 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
When parsing a large file with many descriptors we would repeatedly search the remaining file for the sequence "newline + keyword + space" and then "newline + keyword + newline" to find the start of the next descriptor. However, if the keyword is always followed by newline, the first search would always fail. The optimization here is to search once whether the keyword is followed by space or newline and avoid unnecessary searches when going through the file. In the long term we should use a better parser. But in the short term this optimization will have a major impact on performance, in particular with regard to concatenated microdescriptors.
-
- 08 Dec, 2020 1 commit
-
-
Karsten Loesing authored
Implements the library part of tpo/metrics/statistics#40002.
-