From dac51128a57dbb5c78d53496347b9f3c47bf01b5 Mon Sep 17 00:00:00 2001 From: Piotr Justyna Date: Fri, 9 Jul 2021 11:26:31 +0100 Subject: [PATCH] Updated 3b readme. --- 3b/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3b/readme.md b/3b/readme.md index 6c86b9ad..22a3c7c7 100644 --- a/3b/readme.md +++ b/3b/readme.md @@ -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 =>