This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    omit 6225c07f766 [create-pull-request] automated change
     add 9299a8c0808 [create-pull-request] automated change
     add 322ee00e390 CAMEL-18754: camel-micrometer - Add auto configuration for 
capturing metrics. WIP
     add 212288c1367 Regen
     add 06db46136bb Regen
     add ac318f0418e CAMEL-18754: camel-micrometer - Add auto configuration for 
capturing metrics.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6225c07f766)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (ac318f0418e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components/hdfs.json  |  2 +-
 .../springboot/catalog/components/splunk-hec.json  |  1 +
 .../camel-micrometer-starter/pom.xml               | 10 +++
 .../src/main/docs/micrometer.json                  | 33 +++++++++
 .../MicrometerTagsAutoConfiguration.java           | 48 +++++++++++++
 .../metrics/CamelMetricsAutoConfiguration.java     | 71 +++++++++++++++++++
 .../metrics/CamelMetricsConfiguration.java         | 82 ++++++++++++++++++++++
 .../src/main/resources/META-INF/spring.factories   |  4 +-
 8 files changed, 249 insertions(+), 2 deletions(-)
 create mode 100644 
components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/MicrometerTagsAutoConfiguration.java
 create mode 100644 
components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsAutoConfiguration.java
 create mode 100644 
components-starter/camel-micrometer-starter/src/main/java/org/apache/camel/component/micrometer/springboot/metrics/CamelMetricsConfiguration.java

Reply via email to