Sentry performance dashboard has several columns like P50, P95, TPM, etc.
I want to add a new metric(product of P50 & TPM, normalized to 1). Does sentry allow users to configure such values? If not, is there an API to get data so that I can display it in a custom dashboard?
Any pointers on achieving this will be helpful.