RUM Custom Facets :: Kloudfuse Docs

RUM Custom Facets

Custom facets make custom attributes searchable and visible in the RUM sidebar, enabling you to filter and analyze RUM events based on your application-specific data.

Since creating Custom Facets impacts indexing and query performance, only an Admin user is currently allowed to add, modify, or delete them.

Overview

By default, custom attributes included in RUM events are stored but not immediately available for filtering in the RUM interface. Creating a custom facet indexes a custom attribute and adds it to the facet sidebar, allowing you to:

Create a Custom Facet

To create a custom facet from a RUM event:

  1. Navigate to any RUM view (Sessions, Views, Actions, Errors, or Resources) and select an event to view its details.

  2. In the event details, locate the custom attribute you want to promote to a facet.

  3. Click on the custom attribute value (only attributes under usr. or context. can be promoted to a custom facet).

  4. Select Promote to facet from the context menu.

  5. In the dialog that appears, configure the facet properties:

  1. Click Save.

The custom facet will appear in the RUM sidebar and become available for filtering and analysis within a minute.

Manage Custom Facets

Edit a Facet

To modify an existing custom facet's user-friendly name:

  1. Navigate to RUM > Custom Facets.
  2. Find the facet you want to edit.
  3. Click the edit icon.
  4. Update the facet properties.
  5. Click Save.

Delete a Facet

To remove a custom facet:

  1. Navigate to RUM > Custom Facets.
  2. Find the facet you want to delete.
  3. Click the delete icon.
  4. Confirm the deletion.
Deleting a custom facet removes it from the RUM sidebar but does not delete the underlying custom attribute data from RUM events.

Considerations

Next Steps