stable

Clone or download

Read-only

Remove statsd

We switch our instrumentation to prometheus because fetch of metrics is easier to manage (std HTTP vs TCP/UDP stuff). It's not possible to get meaningfull instrumentation for both services as they differ widely. request #11614 Allow usage of prometheus instead of statsd for instrumentation Change-Id: I197b39b692b8e1bcfa9aeb59320bbcc55f2bb5f6

Modified Files

Name
M plugins/docman/include/Docman_Controller.class.php +0 −1 Go to diff View file
M plugins/git/include/Git/AdminRouter.class.php +0 −1 Go to diff View file
M plugins/git/include/Git/GitPluginDefaultController.php +0 −1 Go to diff View file
M plugins/git/include/Git/GitRepositoryBrowserController.php +0 −1 Go to diff View file
M plugins/git/include/Git/HTTP/HTTPController.php +0 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +0 −2 Go to diff View file
M src/common/CLI/Command/ConfigSetCommand.php +2 −3 Go to diff View file
M src/common/Dashboard/User/UserDashboardController.php +0 −2 Go to diff View file
D src/common/Instrument/Collect.php +0 −71 Go to diff View file
D src/common/Instrument/NoopStatsd.php +0 −32 Go to diff View file
M src/common/Instrument/Prometheus/Prometheus.php +30 −2 Go to diff View file
D src/common/Instrument/StatsdInterface.php +0 −27 Go to diff View file
M src/common/Request/RequestInstrumentation.php +25 −2 Go to diff View file
M src/common/autoload.php +2 −5 Go to diff View file
M src/common/layout/SiteHomepageController.php +0 −2 Go to diff View file
M src/common/project/Home.php +0 −1 Go to diff View file
M src/common/project/Service.class.php +0 −1 Go to diff View file
M src/common/user/UserManager.class.php +0 −3 Go to diff View file
M src/etc/local.inc.dist +0 −9 Go to diff View file
M src/www/account/login.php +0 −2 Go to diff View file
M src/www/api/index.php +3 −2 Go to diff View file
M src/www/cvs/commit_utils.php +1 −1 Go to diff View file
M src/www/forum/forum_utils.php +1 −2 Go to diff View file
M src/www/mail/mail_utils.php +0 −1 Go to diff View file
M src/www/news/news_utils.php +0 −1 Go to diff View file
M src/www/soap/index.php +1 −1 Go to diff View file
M src/www/svn/svn_utils.php +0 −1 Go to diff View file
M src/www/tracker/include/ArtifactTypeHtml.class.php +0 −1 Go to diff View file
M src/www/wiki/index.php +0 −1 Go to diff View file