Skip to content

Commit 220a070

Browse files
committed
fix col name for metrics script
1 parent e5d840e commit 220a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/routes/services.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def self.registered(app)
600600
number_of_active_replications: repcount,
601601
gb_to_be_replicated: (repbytes / 10_000_000).to_i / 100.0,
602602
audit_online_file_count: audit_online_file_count,
603-
audit_online_gb_count: (audit_online_bytes_count / 10_000_000).to_i / 100.0,
603+
gb_audited_online: (audit_online_bytes_count / 10_000_000).to_i / 100.0,
604604
audit_nearline_file_count: audit_nearline_file_count,
605605
oldest_audit_in_days: UC3Query::QueryClient.client.run_query_get_val(
606606
'/queries/misc/oldest-audit-in-days', 'days_since_today'

0 commit comments

Comments
 (0)