Skip to content

feat(components): distinguish core processors from custom processors#23002

Merged
squakez merged 6 commits into
apache:mainfrom
squakez:chore/CAMEL-23432
May 8, 2026
Merged

feat(components): distinguish core processors from custom processors#23002
squakez merged 6 commits into
apache:mainfrom
squakez:chore/CAMEL-23432

Conversation

@squakez
Copy link
Copy Markdown
Contributor

@squakez squakez commented May 6, 2026

PR to fix the behavior referred in CAMEL-23432 issue.

The main idea is to distinguish core processors from custom processors as the former should never be excluded during the generation of a telemetry trace, given that certain concrete telemetry technologies are instrumenting at a processor level.

  • provide migration doc
  • Implement camel-telemetrydev
  • Implement camel-opentelemetry2
  • Implement camel-micrometer-observability

TODO (separate PRs after merging this one):

  • Add parameter in Camel main
  • Add parameter in CSB
  • Add parameter in CQ
  • provide design doc (proposal)

Description

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@squakez squakez force-pushed the chore/CAMEL-23432 branch from bcc0d4a to 2590d43 Compare May 7, 2026 08:33
@squakez squakez marked this pull request as ready for review May 7, 2026 09:16
@squakez squakez force-pushed the chore/CAMEL-23432 branch from 1d93855 to cfe43d6 Compare May 7, 2026 13:53
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🧪 CI tested the following changed modules:

  • components/camel-micrometer-observability
  • components/camel-opentelemetry2
  • components/camel-telemetry-dev
  • components/camel-telemetry
  • docs
All tested modules (12 modules)
  • Camel :: Common Telemetry
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: Launcher :: Container
  • Camel :: Micrometer :: Observability 2
  • Camel :: Observability Services
  • Camel :: Opentelemetry 2
  • Camel :: Telemetry :: Dev
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

@squakez squakez force-pushed the chore/CAMEL-23432 branch from cfe43d6 to cf05e96 Compare May 7, 2026 14:40
@squakez squakez requested review from davsclaus and oscerd May 7, 2026 15:23
Comment thread components/camel-telemetry/src/main/java/org/apache/camel/telemetry/Tracer.java Outdated
@squakez squakez force-pushed the chore/CAMEL-23432 branch from cf05e96 to 3100c14 Compare May 8, 2026 06:49
@squakez squakez merged commit 4c1d043 into apache:main May 8, 2026
7 checks passed
@squakez squakez deleted the chore/CAMEL-23432 branch May 8, 2026 07:11
squakez added a commit to squakez/camel-quarkus that referenced this pull request May 12, 2026
squakez added a commit to squakez/camel-quarkus that referenced this pull request May 13, 2026
squakez added a commit to squakez/camel-quarkus that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants