Skip to content

Commit

Permalink
Updated constructor description.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrJustyna committed Jul 8, 2021
1 parent aa4cd80 commit e8d8832
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 3b/SiloHost/src/DatadogTelemetryConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public DatadogTelemetryConsumer()
/// Careful, there could be tens of metrics tracked!
/// Metric names are case sensitive.
/// </param>
/// <param name="statsdConfig">
/// Datadog statsd configuration.
/// </param>
public DatadogTelemetryConsumer(
string[] namesOfRelevantMetrics,
StatsdConfig statsdConfig)
Expand Down

0 comments on commit e8d8832

Please sign in to comment.