Skip to content

Commit a43c365

Browse files
Removed legacy app launch metric (#37667)
Added time to initial display and time to full display metrics
1 parent 7422e96 commit a43c365

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • content/en/real_user_monitoring/rum_without_limits

content/en/real_user_monitoring/rum_without_limits/metrics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Datadog provides the below out-of-the-box metrics for a comprehensive overview o
2929

3030
| Metric Name | Description | Dimensions | Platform |
3131
|-------------|-------------|------------|----------|
32-
| `rum.measure.app.startup_time` | App startup time | Default, Percentiles breakdown | Mobile only |
32+
| `rum.measure.app.startup_to_full_display` | Time to full display during application launch | Default, Percentiles breakdown | Mobile only |
33+
| `rum.measure.app.startup_to_initial_display` | Time to initial display during application launch | Default, Percentiles breakdown | Mobile only |
3334
| `rum.measure.error` | Count of errors | Default, Is Crash, View Name | Mobile & Browser |
3435
| `rum.measure.error.anr` | Count of ANRs (an Android freeze) | Default, Is Crash, View Name | Mobile only |
3536
| `rum.measure.error.hang` | Count of hangs (an iOS freeze) | Default | Mobile only |
@@ -84,4 +85,4 @@ Metrics can be managed through [APIs][3] or Datadog's dedicated [Terraform modul
8485
[1]: https://app.datadoghq.com/rum/performance-monitoring
8586
[2]: /real_user_monitoring/platform/generate_metrics/
8687
[3]: /api/latest/rum-metrics/
87-
[4]: https://registry.terraform.io/providers/DataDog/datadog/3.60.0/docs/resources/rum_metric
88+
[4]: https://registry.terraform.io/providers/DataDog/datadog/3.60.0/docs/resources/rum_metric

0 commit comments

Comments
 (0)