Skip to content

Commit 50cc966

Browse files
committed
Change default local Bosun address (test app).
1 parent d4bf898 commit 50cc966

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Scratch/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ static void Main(string[] args)
1818

1919
Func<Uri> getUrl = () =>
2020
{
21-
return new Uri("http://192.168.59.103:8070/");
21+
return new Uri("http://192.168.99.100:8070/");
2222
};
2323

24+
// for testing minimum event threshold
25+
// AggregateGauge.GetDefaultMinimumEvents = () => 306000;
26+
2427
var options = new BosunOptions()
2528
{
2629
MetricsNamePrefix = "bret.",

0 commit comments

Comments
 (0)