Those metrics are cumulative so you can definitely sum them up in any way you need… either total per transaction type (and summing up the _success, _error, _not_found, _filtered_out, timeout numbers), or taking all the _success and summing them up across the different transaction types (and doing deltas between the timestamps you are computing those for).
You can also of course leverage a tool that aggregates those metrics and you can setup custom dashboards across those metrics. For example, one can leverage the Aerospike Monitoring Stack and leverage grafana dashboards…