[GitHub] camel pull request #2344: CAMEL-11600: Implementation of a micrometer compon...

2018-05-17 Thread oscerd
Github user oscerd closed the pull request at:

https://github.com/apache/camel/pull/2344


---


[GitHub] camel pull request #2344: CAMEL-11600: Implementation of a micrometer compon...

2018-05-16 Thread ohr
GitHub user ohr opened a pull request:

https://github.com/apache/camel/pull/2344

CAMEL-11600: Implementation of a micrometer component

Implementation of a micrometer component (including docs and example 
module), in view of Spring Boot 2.0 support in Camel 2.22 (but obviously usable 
outside of Spring Boot, too).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ohr/camel CAMEL-11600

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/2344.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 #2344


commit eeb574f55f4c85fe6d2c723cb2f2c2325101b0db
Author: Christian Ohr 
Date:   2018-04-27T15:06:29Z

CAMEL-11600:initial work

commit 22538c1e7c30fc00ca518f2c0aa212381988ff6c
Author: Christian Ohr 
Date:   2018-05-02T12:39:13Z

CAMEL-11600:make tests work

commit 2b1760964909e5a97f14f17079af5488e1bee982
Author: Christian Ohr 
Date:   2018-05-04T15:14:18Z

CAMEL-11600:version update, checkstyle

commit 7300946e9fb061dfcd24c724f367dce6b68e4d70
Author: Christian Ohr 
Date:   2018-05-08T10:43:53Z

CAMEL-11600:update micrometer, allow simple expressions in meter names and 
parameters

commit 2c2937574bf510e114c8ff68c0b816284f1be878
Author: Christian Ohr 
Date:   2018-05-15T12:44:06Z

CAMEL-11600:added micrometer event notifiers

commit baf95c8902d4b84b6d188ad3fc72916a90a45fe7
Author: Christian Ohr 
Date:   2018-05-16T10:48:19Z

CAMEL-11600:fix some issues with distribution config

commit c233e1f90ab14f46fd924e7f6f193d5b3349e0b5
Author: Christian Ohr 
Date:   2018-05-16T12:20:27Z

CAMEL-11600:fix docs, also from camel-metrics that was accidentally modified




---