inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Invalid field names of the action execution metrics

Open mariusoe opened this issue 3 years ago • 2 comments

Since version 1.14.0, the agent provides metrics about the execution statistics of its actions. In this case, metrics are generated showing the amount of action invocations and the total sum of their execution duration. The field names used are: "count" for the invocation count and "counter" for the sum of the execution duration.

In order for this metric to be consistent with the rest of the metrics, the metric field "counter" should correctly be named "sum".

mariusoe avatar Jan 26 '22 14:01 mariusoe

Can you specify this?

Prometheus shows me inspectit_self_action_count_total and inspectit_self_action_execution_time_total.

heiko-holz avatar Jan 31 '22 07:01 heiko-holz

Looks like, this error is only in the influx-DB Exporter. Regards, Sascha

mc-chaos avatar Feb 02 '22 17:02 mc-chaos