Commit graph

35 commits

Author SHA1 Message Date
RhodeCode Admin
60a989d44b fix: req-tracking, handle edge case when SVN server is off 2025-01-17 10:04:42 +01:00
RhodeCode Admin
166db21812 core: run ruff format 2025-01-13 17:47:37 +01:00
RhodeCode Admin
d7e732ede3 core: support req-id tracking 2024-12-30 17:07:53 +01:00
RhodeCode Admin
82f0f8d214 core: updated copyright to 2024 2024-11-12 16:39:07 +01:00
RhodeCode Admin
772fde2914 chore(logging): optimize loggers for request wrapper to be easier to read 2024-08-28 13:29:30 +02:00
RhodeCode Admin
42301154fc copyrights: updated for 2023 2023-07-18 11:57:27 +02:00
RhodeCode Admin
cf44a5cb75 middlewares: all porting for python3 2023-07-18 11:44:32 +02:00
RhodeCode Admin
5357fb11f2 libs: removed utf8 markers 2023-07-18 10:57:59 +02:00
RhodeCode Admin
67ddb883ac PATH_INFO: use new method to consistently extract proper PATH_INFO data 2023-05-11 12:32:19 +02:00
RhodeCode Admin
5d103475d6 metrics: expose response code to logs 2022-11-03 09:40:25 +01:00
RhodeCode Admin
faa449987b logging: expose extra metadata to various important logs for loki 2022-10-27 22:49:17 +02:00
RhodeCode Admin
241c6c738b metrics: reduce cardinality on view names 2022-10-26 11:03:10 +02:00
RhodeCode Admin
fb9e5e1720 metrics: expose exc_type in consistent format 2022-10-26 10:17:24 +02:00
RhodeCode Admin
275f31e397 metrics: fixed celery task names, fixed hiistogram type metrics, client small fixes 2022-10-25 21:35:08 +02:00
RhodeCode Admin
059911817e metrics: use non decimal version for timer.
- added bucket registry
- some small fixes
2022-10-25 16:39:23 +02:00
RhodeCode Admin
e9cba7b782 metrics: fixed exc type metrics 2022-10-25 13:59:47 +02:00
RhodeCode Admin
5eba94deae metrics: fix request total name 2022-10-25 13:33:32 +02:00
RhodeCode Admin
bc8d59f1a7 metrics: use prom metrics, and added some additional metrics 2022-10-25 13:08:47 +02:00
RhodeCode Admin
8e00aec5f4 metrics: further adjustments.
- reduce cardinality
- added push/pull
2022-10-14 22:05:39 +02:00
RhodeCode Admin
bde27dcd1c metrics: add response code, and fix user problem on metrics 2022-10-14 13:52:39 +02:00
RhodeCode Admin
89550b662b metrics: added new statsd client and enabled new metrics on app 2022-10-14 12:47:01 +02:00
Milka Kuzminski
9dea53efd3 app: added statsd calls for monitoring. 2021-02-03 15:17:14 +01:00
Marcin Kuzminski
159aca46c7 request-wrapper: expose usernames for better auditing capabilities. 2020-05-18 14:40:26 +02:00
Marcin Kuzminski
fe96e16646 code: update copyrights to 2020 2020-04-16 00:34:52 +02:00
Marcin Kuzminski
631a663b62 request-wrapper: ensure we wrap WHOLE request not just logic after http detection. 2019-12-26 19:52:17 +01:00
Marcin Kuzminski
27ead49471 request-wrapper: show version for rhodecode in logs. 2019-09-10 15:27:51 +02:00
Marcin Kuzminski
c1b5317c1e request-wrapper: add request counters 2019-07-29 14:43:00 +02:00
Marcin Kuzminski
928652312a core: added more accurate time measurement for called functions 2019-07-17 16:28:41 +02:00
Marcin Kuzminski
6029ed9fac request-wrapper: show http method in summary log entry. 2019-01-24 20:56:35 +01:00
Marcin Kuzminski
bd1a9c8201 docs: updated copyrights to 2019 2019-01-02 18:13:27 +01:00
Marcin Kuzminski
9033601562 logging: use lazy parameter evaluation in log calls. 2018-09-13 17:41:35 +02:00
Marcin Kuzminski
00b45c1fa7 release: update copyright year to 2018 2018-01-19 17:13:16 +01:00
Marcin Kuzminski
5f9ae2ae11 pylons: remove pylons as dependency
- dependencies: bumped:
 -setuptools-scm==1.15.6
 -celery==4.1.0
 -kombu==4.1.0
 -pytz==2017.3
 -Routes==2.4.1

Removed all pylons components. Refactored the code to use only pyramid
parts
2017-11-15 13:42:54 +01:00
Marcin Kuzminski
fcc027c282 license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
Marcin Kuzminski
9a0d8c0b77 project: added all source files and assets 2016-05-24 15:56:53 +02:00