Skip to content

Commit

Permalink
Doc Review #1
Browse files Browse the repository at this point in the history
  • Loading branch information
alai97 authored Dec 14, 2021
1 parent 81ca875 commit de77c8b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/en/developers/dogstatsd/high_throughput.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ See [Client-side aggregation][1] for more information.

{{< programming-lang lang="csharp" >}}

Client-side aggregation is available in dogstatsd-csharp-client version 7.0.0 and later, and is enabled by default.
Client-side aggregation is available in dogstatsd-csharp-client v7.0.0+ and is enabled by default.

```csharp
var dogstatsdConfig = new StatsdConfig
Expand All @@ -256,10 +256,11 @@ var dogstatsdConfig = new StatsdConfig
};
```

Client-side aggregation is available for gauges, counters and sets.
Client-side aggregation is available for gauges, counters, and sets.

See [Client-side aggregation][https://github.com/DataDog/dogstatsd-csharp-client#client-side-aggregation] for more information.
For more information, see the [DogStatsD for C# repository][1].

[1]: https://github.com/DataDog/dogstatsd-csharp-client#client-side-aggregation
{{< /programming-lang >}}

{{< /programming-lang-wrapper >}}
Expand Down

0 comments on commit de77c8b

Please sign in to comment.