Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
updating graphite ports in sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alhardy committed Mar 29, 2018
1 parent 579ef2f commit 69043d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sandbox/MetricsGraphiteSandbox/Host.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace MetricsGraphiteSandbox
{
public static class Host
{
private const string GraphiteUrl = "net.tcp://localhost:32771";
private const string GraphiteUrl = "net.tcp://localhost:32775";
private static readonly Random Rnd = new Random();

private static IConfigurationRoot Configuration { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sandbox/MetricsGraphiteSandboxMvc/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"MetricsReportingGraphiteOptions": {
"Graphite": {
"BaseUri": "net.tcp://localhost:32771"
"BaseUri": "net.tcp://localhost:32775"
},
"ClientPolicy": {
"BackoffPeriod": "0:0:30",
Expand Down

0 comments on commit 69043d4

Please sign in to comment.