Skip to content

Commit

Permalink
Added a few more config files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevenediger committed Oct 30, 2013
1 parent a975dfd commit a910661
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions statsd.net/statsd.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,11 @@
<Compile Include="Framework\StatsdMessageRouterBlock.cs" />
</ItemGroup>
<ItemGroup>
<None Include="statsdnet.config" />
<None Include="statsdnet.config.librato" />
<None Include="Properties\SlowCheetah\SlowCheetah.Transforms.targets" />
<None Include="statsdnet-relay.config" />
<None Include="statsdnet.config" />
<None Include="statsdnet.Graphite.toml" />
<None Include="statsdnet.Librato.toml" />
<None Include="statsdnet.config.relay" />
<None Include="statsdnet.config.everything" />
<None Include="Documentation\guidance\logging-transactions.md" />
<None Include="Documentation\guidance\metric-anti-patterns.md" />
<None Include="Documentation\installation\service-installation-guide.md" />
Expand All @@ -127,7 +126,6 @@
</None>
<None Include="packages.config" />
<None Include="readme.md" />
<None Include="statsdnet.toml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\statsd.net.shared\statsd.net.shared.csproj">
Expand Down
2 changes: 1 addition & 1 deletion statsd.net/statsdnet.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</timers>
</aggregation>
<backends>
<graphite host="metricsas1" port="2003" />
<graphite host="localhost" port="2003" />
<console />
</backends>
</statsdnet>
6 changes: 3 additions & 3 deletions statsd.net/statsdnet.config.everything
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<statsdnet name="statsd">
<statsdnet name="statsd" hideSystemStats="false">
<listeners>
<udp port="8000" />
<tcp port="8001" />
Expand All @@ -26,7 +26,7 @@
countersAsGauges="true" />
<sqlserver connectionString="server=localhost;database=metrics;uid=mmetricsuser;password=metricsuser"
writeBatchSize="500" />
<graphite host="metricsas1" port="2003" />
<statsd host="windows" port="11002" />
<graphite host="localhost" port="2003" />
<statsd host="localhost" port="11002" />
</backends>
</statsdnet>

0 comments on commit a910661

Please sign in to comment.