Skip to content

Commit

Permalink
Updated 3b readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Jul 9, 2021
1 parent e8d8832 commit dac5112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3b/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We now have a [docker-compose.yml](./ops/SiloHost/docker-compose.yml) file which

The consumer has two constructors:

* `DatadogTelemetryConsumer(string[] namesOfRelevantMetrics)` - accepts a collection of metric names to be tracked.
* `DatadogTelemetryConsumer(string[] namesOfRelevantMetrics, StatsdConfig statsdConfig)` - accepts a collection of metric names to be tracked and datadog statsd configuration

```c#
siloBuilder.ConfigureServices(services =>
Expand Down

0 comments on commit dac5112

Please sign in to comment.