We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4bf898 commit 50cc966Copy full SHA for 50cc966
1 file changed
Scratch/Program.cs
@@ -18,9 +18,12 @@ static void Main(string[] args)
18
19
Func<Uri> getUrl = () =>
20
{
21
- return new Uri("http://192.168.59.103:8070/");
+ return new Uri("http://192.168.99.100:8070/");
22
};
23
24
+ // for testing minimum event threshold
25
+// AggregateGauge.GetDefaultMinimumEvents = () => 306000;
26
+
27
var options = new BosunOptions()
28
29
MetricsNamePrefix = "bret.",
0 commit comments