Skip to content

Commit

Permalink
Explaining duration bucket limit
Browse files Browse the repository at this point in the history
  • Loading branch information
scottieb3 authored Oct 16, 2024
1 parent 98f7fc3 commit 9cd521f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/custom-metrics-api/supported_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following metrics are supported as Custom Metrics. Metrics with the suffix "
| logs_total | Number of moments | log_property_key, log_property_value, msg, type | log_property_value | five_minute, hourly, daily |
| moments_total | Number of moments | duration_bucket, moment_property_key, moment_property_value, name | duration_bucket, moment_property_value | five_minute, hourly, daily |
| network_requests_successful_duration_total | Sum of successful network requests durations | domain, method, path | top_n_domain, top_n_path | hourly, daily |
| network_requests_successful_total | Number of successful network requests | domain, duration_bucket, method, path | top_n_domain, top_n_path | hourly, daily |
| network_requests_successful_total | Number of successful network requests | domain, duration_bucket (note: currently we do not support duration, only buckets as described in our documentation), method, path | top_n_domain, top_n_path | hourly, daily |
| network_requests_total | Number of network requests | domain, method, path, status_code | status_code, top_n_domian, top_n_path | five_minute, hourly, daily |
| sessions_total | Number of sessions | has_anr, session_property_key, sessions_property_value | session_property_value | five_minute, hourly, daily |
| sessions_duration_total | Sum of sessions durations | has_anr, session_property_key, sessions_property_value | session_property_value | five_minute, hourly, daily |
Expand All @@ -34,4 +34,4 @@ The following metrics are supported as Custom Metrics. Metrics with the suffix "
1. Refer to this [documentation](/embrace-api/supported_metrics_and_queries/#dimension-reduction---other)
to understand how `top_n` dimensions work.
2. You can also pull the latest set of supported metrics directly from the [API](/custom-metrics-api/#get-metrics-and-parameters-supported).
:::
:::

0 comments on commit 9cd521f

Please sign in to comment.