Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Metrics for processing command responses

Dear Hono community,

 

Currently I work on the implementation of metrics for the AMQP adapter and thanks Kai for bringing to notice about the metric "hono.commands.response.delivered". This metric is currently being used only to track the number of command responses processed by the protocol adapters. There is an already existing metric "hono.messages.processed", which tracks the number of successfully processed messages by the protocol adapters. The telemetry messages are tracked with type as "telemetry" and so the events. This metric "hono.messages.processed" with type "command" is better suited also to track the number of command responses. FMPOV, in addition to the count, the payload size of command responses can also be tracked by using the metric "hono.messages.processed.payload". Currently no metrics keep track of the payload size of command responses.

 

Hence I would propose the below:

1. use the metric "hono.messages.processed" (with type "command") to track the number of successfully processed command responses and drop the metric "hono.commands.response.delivered" from Hono.

2. use the metric "hono.messages.processed.payload" (with type "command") to track the payload size of the successfully processed command responses.

 

WDYT?

 

 

Mit freundlichen Grüßen / Best regards

Kartheeswaran Kalidass

Engineering Cloud Services 4 Bosch IoT Hub (INST/ECS4)
Bosch Software Innovations GmbH | Stuttgarter Straße 130 | 71332 Waiblingen | GERMANY
| www.bosch-si.com
Kartheeswaran.Kalidass@xxxxxxxxxxxx

Sitz: Berlin, Registergericht: Amtsgericht Charlottenburg; HRB 148411 B
Aufsichtsratsvorsitzender: Dr.-Ing. Thorsten Lücke; Geschäftsführung: Dr. Stefan Ferber, Michael Hahn, Dr. Aleksandar Mitrovic




Back to the top