stable
Clone or download
Read-only
Merge commit 'refs/changes/62/15162/8' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #14516: Replace jimdo/prometheus_client_php by tuleap/prometheus-client Change-Id: I5a22db72571952213b634e23c139c88c8472ae16
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/prometheus_metrics/include/ClearPrometheusMetricsCommand.php | +53 | −0 | Go to diff View file |
M | plugins/prometheus_metrics/include/MetricsCollector.php | +16 | −14 | Go to diff View file |
M | plugins/prometheus_metrics/include/MetricsController.php | +19 | −3 | Go to diff View file |
A | plugins/prometheus_metrics/include/PrometheusFlushableStorageProvider.php | +40 | −0 | Go to diff View file |
M | plugins/prometheus_metrics/include/prometheus_metricsPlugin.php | +17 | −0 | Go to diff View file |
A | plugins/prometheus_metrics/phpunit/ClearPrometheusMetricsCommandTest.php | +44 | −0 | Go to diff View file |
M | plugins/prometheus_metrics/phpunit/MetricsControllerTest.php | +2 | −0 | Go to diff View file |
A | plugins/prometheus_metrics/phpunit/PrometheusFlushableStorageProviderTest.php | +43 | −0 | Go to diff View file |
M | src/common/Instrument/Prometheus/Prometheus.php | +56 | −41 | Go to diff View file |
M | src/common/Project/ServiceInstrumentation.php | +6 | −5 | Go to diff View file |
M | src/common/Request/FrontRouter.php | +19 | −8 | Go to diff View file |
M | src/common/Request/RequestInstrumentation.php | +32 | −22 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +2 | −1 | Go to diff View file |
M | src/composer.json | +6 | −6 | Go to diff View file |
M | src/composer.lock | +64 | −61 | Go to diff View file |
M | src/www/api/index.php | +7 | −3 | Go to diff View file |
M | src/www/include/pre.php | +3 | −1 | Go to diff View file |
M | src/www/index.php | +4 | −1 | Go to diff View file |
M | src/www/soap/index.php | +3 | −1 | Go to diff View file |
M | tests/phpunit/common/Plugin/PluginLegacyControllerTest.php | +0 | −5 | Go to diff View file |
M | tests/phpunit/common/Request/FrontRouterTest.php | +34 | −23 | Go to diff View file |