GitHub user laurikimmel opened a pull request: https://github.com/apache/camel/pull/210
Camel metrics Camel Metrics component. * Merged source code from https://github.com/laurikimmel/camel-metrics/tree/master. * Repalced pom.xml. * Fixed build issues. * Fixed Checkstyle errors. * Externalized dependency versions. * Updated needed parent pom.xml files. * Keeping documentation in README.md for now. You can merge this pull request into a Git repository by running: $ git pull https://github.com/laurikimmel/camel camel-metrics Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/210.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #210 ---- commit 375f13eed7be48abb3f548209b87ba45501559a9 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-06T10:44:21Z Initial commit commit 98560c8e44fc15aee75a2ccc1c35aa555d74677c Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-10T18:10:54Z Implemented metrics:counter and metrics:meter endpoints. commit 225d11d9df8c4b4aa7af5068c60c007b27b853ee Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-13T12:47:26Z Added unit tests. commit 0ad223eeec339e636f5ffd8bf9f4523b90d00ae3 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-13T13:23:02Z Implemented metrics:histogram endpoint. commit 5deafafa4d673fbce2c89ca54cfc340597cfc384 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-13T14:20:13Z Implemented metrics:timer endpoint. commit 89abb88ccddc9a9747ff0b8c40d934fb557c387e Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-19T11:57:05Z Added README.md commit 85ca4c1f8b67480415077f0316e4ac66f11db079 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-20T13:03:48Z Added header to enable overriding metrics name in the URI. commit e6cd8d5da16c8526619107ad74b34d0e21ac2f54 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-26T12:13:58Z Added headers to enable overriding counter increment/decrement in the URI. commit 3fe1d6c6f3acc5a62c6894d33f2efa11694743c3 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-26T12:14:58Z Added header to enable overriding histogram value in the URI. commit 6a006eba25fbb9357b8eece030ef0956938aa641 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-28T13:55:40Z Improved exception and header handling. commit f4d877141a9fdaa4194039c55dd7de69dd8aa254 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-29T13:16:53Z Configuration for Travis CI. commit ddec990d766671d9cc24ee8be5fd81635000e7bf Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-05-29T13:29:16Z Documentation update. commit 10f5c7c4ad0b47532ecb134001c7caea11815bdb Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-06-01T07:31:46Z Added header to enable overriding meter mark in the URI. commit 5845dbe77f6c7908e0cf81f679496cecd6776f58 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-06-02T13:46:18Z Added header to enable overriding timer action in the URI. commit 03afdee69aed6fbd9e9aff4bb0898dadd9d235d6 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-06-30T12:11:38Z Update Travis config to build only master branch. commit 641de09867a8ecab71133cf7bf7fc66159323cdc Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-07-01T13:41:27Z Merge 'https://github.com/laurikimmel/camel-metrics.git' into camel-metrics commit b11d68a86f8bdb814a15a3f20a3f8c26a36ea00a Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-07-02T22:29:51Z CAMEL-7554 - camel-metrics * Preparing for the pull request commit 5068b9c0d6164c1617e54a1dcb3748bbf06d1b2e Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-07-03T11:04:34Z CAMEL-7554 - camel-metrics * Fixed build issues. commit 4ea79b197bf3413f72195814ac704aaf7e628702 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-07-03T12:31:11Z CAMEL-7554 - camel-metrics * Compliance with Checkstyle rules. commit 1ff159ac7164d2cc2591ea44104eed581f8389a5 Author: Lauri Kimmel <lauri.kim...@gmx.com> Date: 2014-07-03T12:41:34Z CAMEL-7554 - camel-metrics * Externalized dependency versions. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---