diff --git a/gdi/get-data-in/rum/browser/browser-rum-api-reference.rst b/gdi/get-data-in/rum/browser/browser-rum-api-reference.rst index 8f4acef34..d43032cef 100644 --- a/gdi/get-data-in/rum/browser/browser-rum-api-reference.rst +++ b/gdi/get-data-in/rum/browser/browser-rum-api-reference.rst @@ -12,6 +12,8 @@ Use the following API methods when creating manual instrumentation for Splunk RU .. note:: ``try ... catch`` blocks can prevent your app from crashing when using the CDN version of Browser RUM. +.. _browser-rum-methods: + Methods ========================= @@ -130,3 +132,9 @@ The following example shows how to add an event listener to track changes of ses SplunkRum.addEventListener('session-changed', (event) => { LiveChat.setMetadata('splunk.sessionId', event.payload.sessionId); }); + +Migrate to OpenTelemetry +============================== + +If you have some existing manual instrumentation of your app you can translate the code to use OpenTelemetry conventions. See how in GitHub's :new-page:`Migrating Manual Instrumentation `. + diff --git a/rum/rum-custom-indexed-tags.rst b/rum/rum-custom-indexed-tags.rst index 34c7c2123..a0507130f 100644 --- a/rum/rum-custom-indexed-tags.rst +++ b/rum/rum-custom-indexed-tags.rst @@ -33,14 +33,12 @@ Here are some examples of what you could use as span tags: .. "How can I add my own tags to Tag Spotlight?", "How can I filter on custom tags?" "How can I troubleshoot with custom tags? - - Add custom tags to Tag Spotlight ======================================================== You need to be an admin to do this task. Follow these steps to add custom tags to Tag Spotlight: -1. Add a span tag following these steps: :ref:`create-a-span-rum`. +1. Add a span tag as explained in :ref:`create-a-span-rum`. To add attributes to the span, see RUM's API :ref:`browser-rum-methods`. 2. There are two ways to navigate to the MetricSets configuration page. Choose either one: