Skip to content

Commit

Permalink
Add guidelines on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vazexqi committed Oct 25, 2023
1 parent 867b2f9 commit 5fd1978
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/articles/metrics-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ configure which metrics you want to send.
Due to the pricing model of DataDog, we aim to be thrifty with what we send.
Refer to
[counting custom metrics](https://docs.datadoghq.com/account_management/billing/custom_metrics/?tab=countrate#counting-custom-metrics)
for more information. As of October 2023, we are in the process of becoming an
official integration with DataDog, which would reduce the way our metrics are
counted.
for more information. In general, try to avoid high-dimensionality/cardinality
tags since those are counted as separate metrics. This
[article](https://www.datadoghq.com/blog/the-power-of-tagged-metrics/) by
DataDog has some good guidelines.

As of October 2023, we are in the process of becoming an official integration
with DataDog, which would reduce the way some of our metrics are counted.

```ts
import {
Expand Down

0 comments on commit 5fd1978

Please sign in to comment.