Skip to content

Commit

Permalink
Merge pull request #111 from embrace-io/sleira/improve-top-n-document…
Browse files Browse the repository at this point in the history
…ation

Explain what Top N means
  • Loading branch information
santileira authored Dec 5, 2024
2 parents 9c96a7e + b18fad9 commit 738c598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/custom-metrics-api/supported_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ The following metrics are supported as Custom Metrics. Metrics with the suffix "

:::info

1. Refer to this [documentation](/embrace-api/supported_metrics_and_queries/#dimension-reduction---other) to understand how `top_n` dimensions work.
1. Refer to this [documentation](/embrace-api/supported_metrics_and_queries/#dimension-reduction---other) to understand how `top_n` dimensions work. We keep the top 50 for top_n_market_name, top_n_domain, and top_n_path.
2. You can also pull the latest set of supported metrics directly from the [API](/custom-metrics-api/#get-metrics-and-parameters-supported).
:::
2 changes: 1 addition & 1 deletion docs/embrace-api/supported_metrics_and_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sum(hourly_custom_metric_sessions_total{})
To reduce storage costs with various observability platforms (eg Datadog), Embrace Metrics examine high cardinality dimensions for consolidation.

### Device Models
There are over 40,000 unique device models on the Android operating system. The bottom 39,000 models account for ~30% of data typically. Aside from being expensive to store this many unique values, it is also unwieldy to visualize or review!
There are over 40,000 unique device models on the Android operating system. The bottom 39,000 models account for ~30% of data typically. Aside from being expensive to store this many unique values, it is also unwieldy to visualize or review!

<img src={require('@site/static/images/embrace-api/device_other.png').default} alt="Chart showing data by device ranking" />

Expand Down

0 comments on commit 738c598

Please sign in to comment.