Skip to content

Commit 48fbbca

Browse files
committed
Fix pgsql exporter failure
1 parent 3a21f0f commit 48fbbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/monitoring/pgsql_query_exporter_config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ queries:{% for _gid in MONITORING_PROMETHEUS_PGSQL_GID_MONITORED.split(",") if _
5858
query_total_number_of_dollars_paid_successfully:
5959
interval: 55
6060
databases: [postgres]
61-
metrics: [osparc_total_number_of_dollars_paid]
61+
metrics: [osparc_total_number_of_dollars_paid_successfully]
6262
sql: |
6363
SELECT SUM(price_dollars) as osparc_total_number_of_dollars_paid_successfully
6464
FROM payments_transactions WHERE state = 'SUCCESS';

0 commit comments

Comments
 (0)