Re: Explain camel processing metrics

2021-12-06 Thread Roberto Camelk
context and route ok!

But, where are the "processor" metrics type?

On Mon, Dec 6, 2021 at 1:39 PM Claus Ibsen  wrote:
>
> There are 3 levels:
>
> context = overall in entire camel application (eg all routes)
> route = for this route only
> processor = individual step in a route
>
>
>
> On Mon, Dec 6, 2021 at 3:28 PM Roberto Camelk
>  wrote:
> >
> > This are the list of all camel-k metrics exposed via
> > quakus-microprofile-metrics component:
> >
> > application_camel_context_exchanges_completed_total{camelContext="camel-1"}
> > 1066.0
> > application_camel_context_exchanges_failed_total{camelContext="camel-1"} 0.0
> > application_camel_context_exchanges_inflight_count{camelContext="camel-1"} 
> > 1.0
> > application_camel_context_exchanges_total{camelContext="camel-1"} 1066.0
> > application_camel_context_externalRedeliveries_total{camelContext="camel-1"}
> >  0.0
> > application_camel_context_failuresHandled_total{camelContext="camel-1"} 0.0
> > application_camel_context_status{camelContext="camel-1"} 3.0
> > application_camel_context_uptime_seconds{camelContext="camel-1"} 10663.917
> > application_camel_exchange_processing_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 0.004094812477
> > application_camel_exchange_processing_one_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 0.09583574292545141
> > application_camel_exchange_processing_five_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 0.09916668595625462
> > application_camel_exchange_processing_fifteen_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 0.09972294310357353
> > application_camel_exchange_processing_min_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 1.000785047
> > application_camel_exchange_processing_max_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 5.006918741
> > application_camel_exchange_processing_mean_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 3.106591560630775
> > application_camel_exchange_processing_stddev_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 0.8468708871173769
> > application_camel_exchange_processing_seconds_count{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 1066.0
> > application_camel_exchange_processing_seconds_sum{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 3239.381399001
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.5",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 3.307709588
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.75",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 3.7298849
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.95",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 4.803145755
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.98",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 4.809673119
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.99",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 4.809673119
> > application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.999",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> > 4.809673119
> > application_camel_route_count{camelContext="camel-1"} 1.0
> > application_camel_route_exchanges_completed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 1066.0
> > application_camel_route_exchanges_failed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 0.0
> > application_camel_route_exchanges_inflight_count{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 1.0
> > application_camel_route_exchanges_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 1066.0
> > application_camel_route_externalRedeliveries_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 0.0
> > application_camel_route_failuresHandled_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> > 0.0
> > application_camel_route_processing_rate_per_second{camelContext="came

Re: Explain camel processing metrics

2021-12-06 Thread Claus Ibsen
There are 3 levels:

context = overall in entire camel application (eg all routes)
route = for this route only
processor = individual step in a route



On Mon, Dec 6, 2021 at 3:28 PM Roberto Camelk
 wrote:
>
> This are the list of all camel-k metrics exposed via
> quakus-microprofile-metrics component:
>
> application_camel_context_exchanges_completed_total{camelContext="camel-1"}
> 1066.0
> application_camel_context_exchanges_failed_total{camelContext="camel-1"} 0.0
> application_camel_context_exchanges_inflight_count{camelContext="camel-1"} 1.0
> application_camel_context_exchanges_total{camelContext="camel-1"} 1066.0
> application_camel_context_externalRedeliveries_total{camelContext="camel-1"} 
> 0.0
> application_camel_context_failuresHandled_total{camelContext="camel-1"} 0.0
> application_camel_context_status{camelContext="camel-1"} 3.0
> application_camel_context_uptime_seconds{camelContext="camel-1"} 10663.917
> application_camel_exchange_processing_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 0.004094812477
> application_camel_exchange_processing_one_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 0.09583574292545141
> application_camel_exchange_processing_five_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 0.09916668595625462
> application_camel_exchange_processing_fifteen_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 0.09972294310357353
> application_camel_exchange_processing_min_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 1.000785047
> application_camel_exchange_processing_max_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 5.006918741
> application_camel_exchange_processing_mean_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 3.106591560630775
> application_camel_exchange_processing_stddev_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 0.8468708871173769
> application_camel_exchange_processing_seconds_count{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 1066.0
> application_camel_exchange_processing_seconds_sum{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 3239.381399001
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.5",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 3.307709588
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.75",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 3.7298849
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.95",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 4.803145755
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.98",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 4.809673119
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.99",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 4.809673119
> application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.999",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
> 4.809673119
> application_camel_route_count{camelContext="camel-1"} 1.0
> application_camel_route_exchanges_completed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 1066.0
> application_camel_route_exchanges_failed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 0.0
> application_camel_route_exchanges_inflight_count{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 1.0
> application_camel_route_exchanges_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 1066.0
> application_camel_route_externalRedeliveries_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 0.0
> application_camel_route_failuresHandled_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 0.0
> application_camel_route_processing_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 0.0041617396048
> application_camel_route_processing_one_min_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
> 0.09583574292545141
> application_camel_route_processing_five_min_rate_p

Explain camel processing metrics

2021-12-06 Thread Roberto Camelk
This are the list of all camel-k metrics exposed via
quakus-microprofile-metrics component:

application_camel_context_exchanges_completed_total{camelContext="camel-1"}
1066.0
application_camel_context_exchanges_failed_total{camelContext="camel-1"} 0.0
application_camel_context_exchanges_inflight_count{camelContext="camel-1"} 1.0
application_camel_context_exchanges_total{camelContext="camel-1"} 1066.0
application_camel_context_externalRedeliveries_total{camelContext="camel-1"} 0.0
application_camel_context_failuresHandled_total{camelContext="camel-1"} 0.0
application_camel_context_status{camelContext="camel-1"} 3.0
application_camel_context_uptime_seconds{camelContext="camel-1"} 10663.917
application_camel_exchange_processing_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
0.004094812477
application_camel_exchange_processing_one_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
0.09583574292545141
application_camel_exchange_processing_five_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
0.09916668595625462
application_camel_exchange_processing_fifteen_min_rate_per_second{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
0.09972294310357353
application_camel_exchange_processing_min_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
1.000785047
application_camel_exchange_processing_max_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
5.006918741
application_camel_exchange_processing_mean_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
3.106591560630775
application_camel_exchange_processing_stddev_seconds{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
0.8468708871173769
application_camel_exchange_processing_seconds_count{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
1066.0
application_camel_exchange_processing_seconds_sum{camelContext="camel-1",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
3239.381399001
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.5",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
3.307709588
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.75",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
3.7298849
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.95",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
4.803145755
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.98",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
4.809673119
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.99",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
4.809673119
application_camel_exchange_processing_seconds{camelContext="camel-1",quantile="0.999",endpointName="quartz://tab?cron=0%2F10+*+*+*+*+%3F",eventType="ExchangeCreatedEvent"}
4.809673119
application_camel_route_count{camelContext="camel-1"} 1.0
application_camel_route_exchanges_completed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
1066.0
application_camel_route_exchanges_failed_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.0
application_camel_route_exchanges_inflight_count{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
1.0
application_camel_route_exchanges_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
1066.0
application_camel_route_externalRedeliveries_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.0
application_camel_route_failuresHandled_total{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.0
application_camel_route_processing_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.0041617396048
application_camel_route_processing_one_min_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.09583574292545141
application_camel_route_processing_five_min_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.09916668595625462
application_camel_route_processing_fifteen_min_rate_per_second{camelContext="camel-1",routeId="MicroProfileMetrics-route-1"}
0.09972294310357353
application_camel_route_processing_min_seconds{camelContext="camel-1",routeId="MicroProfileMetrics