We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d840e commit 220a070Copy full SHA for 220a070
app/lib/routes/services.rb
@@ -600,7 +600,7 @@ def self.registered(app)
600
number_of_active_replications: repcount,
601
gb_to_be_replicated: (repbytes / 10_000_000).to_i / 100.0,
602
audit_online_file_count: audit_online_file_count,
603
- audit_online_gb_count: (audit_online_bytes_count / 10_000_000).to_i / 100.0,
+ gb_audited_online: (audit_online_bytes_count / 10_000_000).to_i / 100.0,
604
audit_nearline_file_count: audit_nearline_file_count,
605
oldest_audit_in_days: UC3Query::QueryClient.client.run_query_get_val(
606
'/queries/misc/oldest-audit-in-days', 'days_since_today'
0 commit comments