Skip to content

Commit

Permalink
Merge branch 'host-metrics-reporting-period' into 'master'
Browse files Browse the repository at this point in the history
Set HostMetricsReportingPeriod = 10 sec as default to satisfy default dashboard retentions.

See merge request vostok-libraries/hosting!1
  • Loading branch information
ZarkariaDia committed Nov 19, 2023
2 parents 6adc823 + d9cc56d commit 2897b14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public class SystemMetricsSettings

public TimeSpan HostMetricsLoggingPeriod { get; set; } = 10.Seconds();

public TimeSpan? HostMetricsReportingPeriod { get; set; }
public TimeSpan? HostMetricsReportingPeriod { get; set; } = 10.Seconds();
}
}

0 comments on commit 2897b14

Please sign in to comment.