We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14cfe9 commit dac25baCopy full SHA for dac25ba
src/NTorSpectator.Observer/Services/SpectatorJob.cs
@@ -15,7 +15,7 @@ public class SpectatorJob : IJob
15
private static readonly Histogram RequestDuration = Metrics.CreateHistogram("observation_duration", "duration of site observation",
16
new HistogramConfiguration
17
{
18
- Buckets = Histogram.LinearBuckets(0.5, 0.5, 20)
+ Buckets = Histogram.LinearBuckets(0.5, 0.5, 30)
19
});
20
private static readonly Gauge TotalSessionDuration = Metrics.CreateGauge("observation_session_duration", "Total observation session duration, ms");
21
private static readonly Gauge SiteStatus = Metrics.CreateGauge("site_aliveness", "Reports site aliveness status", "site");
0 commit comments