From 9cd521fcbe3225610e702ccb8ec82174830e7c6b Mon Sep 17 00:00:00 2001 From: scottieb3 <4923780+scottieb3@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:23:52 -0700 Subject: [PATCH] Explaining duration bucket limit --- docs/custom-metrics-api/supported_metrics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom-metrics-api/supported_metrics.md b/docs/custom-metrics-api/supported_metrics.md index f8421ab1..bf317e47 100644 --- a/docs/custom-metrics-api/supported_metrics.md +++ b/docs/custom-metrics-api/supported_metrics.md @@ -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 | @@ -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). -::: \ No newline at end of file +:::