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

davsclaus pushed a change to branch feature/CAMEL-24003-activity-span-enrichment
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 684b49dcda6f CAMEL-24003: Enrich activity data with span decorator 
attributes from camel-telemetry
     add 650372c7b1de CAMEL-24003: Add activity queue to BacklogTracer with 
EventNotifier
     add 7f850b2c0caf CAMEL-24003: Enrich activity data with span decorator 
attributes from camel-telemetry

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   (684b49dcda6f)
            \
             N -- N -- N   
refs/heads/feature/CAMEL-24003-activity-span-enrichment (7f850b2c0caf)

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:
 .../apache/camel/catalog/dev-consoles.properties   |   1 +
 .../camel/catalog/dev-consoles/activity.json       |   8 +-
 .../main/camel-main-configuration-metadata.json    |   1 +
 .../java/org/apache/camel/spi/BacklogTracer.java   |  43 ++++
 .../camel/spi/BacklogTracerActivityMessage.java    | 103 ++++++++++
 .../apache/camel/impl/debugger/BacklogTracer.java  | 218 +++++++++++++++++++++
 .../DefaultBacklogTracerActivityMessage.java       | 139 +++++++++++++
 .../apache/camel/impl/engine/DefaultChannel.java   |   5 +
 .../dev-console/{endpoint.json => activity.json}   |   8 +-
 .../services/org/apache/camel/dev-console/activity |   2 +-
 .../org/apache/camel/dev-consoles.properties       |   2 +-
 .../camel/impl/console/ActivityDevConsole.java     | 108 ++++++++++
 .../TracerConfigurationPropertiesConfigurer.java   |   7 +
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   3 +-
 .../org/apache/camel/main/BaseMainSupport.java     |   1 +
 .../camel/main/TracerConfigurationProperties.java  |  23 +++
 .../mbean/ManagedBacklogTracerMBean.java           |   9 +
 .../management/mbean/ManagedBacklogTracer.java     |  15 ++
 .../management/BacklogTracerActivityTest.java      | 173 ++++++++++++++++
 20 files changed, 859 insertions(+), 11 deletions(-)
 copy 
core/camel-console/src/generated/resources/META-INF/org/apache/camel/dev-console/endpoint.json
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/activity.json
 (53%)
 create mode 100644 
core/camel-api/src/main/java/org/apache/camel/spi/BacklogTracerActivityMessage.java
 create mode 100644 
core/camel-base-engine/src/main/java/org/apache/camel/impl/debugger/DefaultBacklogTracerActivityMessage.java
 copy 
core/camel-console/src/generated/resources/META-INF/org/apache/camel/dev-console/{endpoint.json
 => activity.json} (53%)
 copy 
catalog/camel-catalog-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/catalog
 => 
core/camel-console/src/generated/resources/META-INF/services/org/apache/camel/dev-console/activity
 (51%)
 create mode 100644 
core/camel-console/src/main/java/org/apache/camel/impl/console/ActivityDevConsole.java
 create mode 100644 
core/camel-management/src/test/java/org/apache/camel/management/BacklogTracerActivityTest.java

Reply via email to