Skip to content

Commit

Permalink
Merge pull request #1179 from DataDog/louiszawadzki/fix-docs-link-to-…
Browse files Browse the repository at this point in the history
…setup-facets-and-measures

Fix link to setup facets and measures
  • Loading branch information
jtappa authored Dec 8, 2022
2 parents d2caeca + ad5bd52 commit 1b66a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configure_rum_android_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ In addition to RUM’s default attributes, you can measure where your applicatio
{{% /tab %}}
{{< /tabs >}}

Once the timing is sent, the timing is accessible as `@view.custom_timings.<timing_name>`. For example: `@view.custom_timings.hero_image`. You must [create a measure](https://docs.datadoghq.com/real_user_monitoring/explorer/?tab=measures#setup-facets-and-measures) before graphing it in RUM analytics or in dashboards.
Once the timing is sent, the timing is accessible as `@view.custom_timings.<timing_name>`. For example: `@view.custom_timings.hero_image`. You must [create a measure][10] before graphing it in RUM analytics or in dashboards.

### Custom Actions

Expand Down Expand Up @@ -452,3 +452,4 @@ GlobalRum.registerIfAbsent(monitor)
[7]: https://github.com/DataDog/dd-sdk-android/tree/master/sample/kotlin/src/main/kotlin/com/datadog/android/sample/widget
[8]: https://square.github.io/okhttp/features/events/
[9]: https://docs.datadoghq.com/real_user_monitoring/android/data_collected/#event-specific-attributes
[10]: https://docs.datadoghq.com/real_user_monitoring/explorer/search/#setup-facets-and-measures

0 comments on commit 1b66a63

Please sign in to comment.