该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 17, 2022
-
-
由 Matthias Käppler 创作于
-
- 3月 15, 2022
-
-
由 Matthias Käppler 创作于
This moves us away from a process-internal server thread and toward an external process that we supervise instead.
-
- 2月 15, 2022
-
-
由 Matthias Käppler 创作于
This provides better memory use for Puma, and we will require this for running a non-Ruby server in the future. This does not actually start the server for Puma yet.
-
- 2月 11, 2022
-
-
由 Matthias Käppler 创作于
So far we had only tested this with Sidekiq. This change makes sure that WebExporter and the puma metrics directory can be used. This is a prerequisite for extracting WebExporter into a separate process.
-
- 1月 19, 2022
-
-
由 Matthias Kaeppler 创作于
This prevents metric names from clashing in cases where multiple processes emit the same metrics to the same scraper job and which do not have a pid label.
-
- 1月 12, 2022
-
-
由 Matthias Kaeppler 创作于
This cuts down on long-term memory use with a small increase in request latency.
-
- 1月 10, 2022
-
-
由 Matthias Kaeppler 创作于
This adds new Prometheus metrics such as request count for the metrics server itself, so we can observe scraper requests to metrics server instances.
-
- 12月 20, 2021
-
-
由 Matthias Käppler 创作于
-
- 12月 16, 2021
-
-
由 Matthias Käppler 创作于
-
- 12月 08, 2021
-
-
由 Roy Zwambag 创作于
-
- 12月 03, 2021
-
-
由 Roy Zwambag 创作于
We move override_rails_constants.rb to another location so that it's closer to its related code in metrics_server. We also remove the usage in setup-test-env as they differ in usage, and reusing the code does not make a lot of sense.
-
由 Roy Zwambag 创作于
-