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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit be7083e667068750f7609bb078212785cc67d166
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 2 18:28:38 2026 +0200

    chore: add Prometheus entry to observability section in llms.txt
    
    Adds Prometheus as a separate bullet with endpoint paths for all
    three runtimes (Camel Main, Quarkus, Spring Boot).
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 llms-txt-template.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/llms-txt-template.md b/llms-txt-template.md
index 8a37ad2d..1e20e72f 100644
--- a/llms-txt-template.md
+++ b/llms-txt-template.md
@@ -333,7 +333,8 @@ Camel provides multiple levels of error handling. 
Understanding when to use each
 
 - **[Health Checks](https://camel.apache.org/manual/health-check.md)** — 
built-in readiness and liveness checks for routes, consumers, and components. 
Integrates with Spring Boot Actuator and Quarkus health endpoints for 
Kubernetes probes.
 - 
**[OpenTelemetry](https://camel.apache.org/components/next/others/opentelemetry.md)**
 — distributed tracing. Each route and EIP creates spans automatically. 
Integrates with Jaeger, Zipkin, and any OpenTelemetry-compatible backend.
-- 
**[Micrometer](https://camel.apache.org/components/next/others/micrometer.md)** 
— metrics collection. Route-level and exchange-level metrics (throughput, 
latency, error rate) exported to Prometheus, Grafana, and other monitoring 
systems.
+- 
**[Micrometer](https://camel.apache.org/components/next/others/micrometer.md)** 
— metrics collection. Route-level and exchange-level metrics (throughput, 
latency, error rate) automatically collected per route and processor.
+- 
**[Prometheus](https://camel.apache.org/components/next/others/micrometer.md)** 
— Micrometer metrics are exposed via a Prometheus endpoint out of the box. 
Camel Main and Quarkus expose them at `/q/metrics`, Spring Boot at 
`/actuator/prometheus`. Scrape these with Prometheus and visualize in Grafana 
for production monitoring of route throughput, error rates, and processing 
times.
 - **[Message History](https://camel.apache.org/manual/message-history.md)** — 
tracks which processors an exchange passed through. Useful for debugging 
complex routes.
 - **[Camel TUI](https://camel.apache.org/manual/camel-jbang.md)** — 
terminal-based monitoring dashboard with live route topology, message history, 
health checks, and OpenTelemetry spans.
 

Reply via email to