inspectit-ocelot
inspectit-ocelot copied to clipboard
Invalid field names of the action execution metrics
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".
Can you specify this?
Prometheus shows me inspectit_self_action_count_total and inspectit_self_action_execution_time_total.
Looks like, this error is only in the influx-DB Exporter. Regards, Sascha