You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Use span tags or processes to break down services and inter-service calls along trace characteristics or attributes. To get additional value from a span tag or process, an administrator can run an action known as indexing, which activates additional analysis of the indexed span tag or process. One benefit of indexing is to get aggregated metrics, called MetricSets, across all spans that contain a specified indexed tag or process.
5
+
6
+
7
+
MetricSets
8
+
-----------
9
+
10
+
MetricSets are metric time series (MTS) you can use to track the performance of specific metrics over time.
11
+
12
+
Default tags
13
+
-------------
14
+
15
+
The following tags are automatically indexed during ingestion by default depending on the metric:
@@ -11,53 +10,63 @@ Filter and troubleshoot with custom tags
11
10
:description: words
12
11
13
12
14
-
Create custom tags to improve filtering and troubleshooting capabilities in Tag Spotlight. First, create a custom span tag, then index it by adding a MetricSet to the span tag. Adding a MetricSet to the span tags lets you use all of the features associated with indexed span tags. See, :ref:`apm-index-span-tags`.
13
+
Create custom tags to improve filtering and troubleshooting capabilities in Tag Spotlight in Splunk RUM. First, create a custom span tag, then index it by adding a MetricSet to the span tag. Adding a MetricSet to a span tag gives you all of the features associated with indexed span tags.
15
14
16
-
Track custom processes
17
-
=================================
15
+
Key concepts
16
+
==================
17
+
How span tags, indexed span tags, and MetricSets relate to each other.
Adding your own tags that are meaningful to your organization like custom tags, helps you refine results and glean insights most pertinent to you. Custom span tags are especially useful for tracking processes that are unique to your organization. For example, customer support, tier, department, or internal geo locations for facilities.
24
+
Adding your own tags that are meaningful to your organization like custom tags, helps you refine results and glean insights most pertinent to you. Custom span tags are especially useful for tracking processes that are unique to your organization.
21
25
26
+
Here are some examples of what you could use as span tags:
22
27
28
+
* customer support tier or loyalty level
29
+
* department
30
+
* internal geo locations for facilities
31
+
* branch locations
23
32
24
33
..
25
34
"How can I add my own tags to Tag Spotlight?", "How can I filter on custom tags?" "How can I troubleshoot with custom tags?
26
35
27
36
28
-
Avoid high cardinality in MetricSets
29
-
=============================================
30
-
Choose tags with a reasonable amount of cardinality. Tags like userID, or sessionID are inefficient choices because there could be a huge number of users in your organization and visitors to your application, so creating a troubleshooting MetricSet for each userID is not optimal for performance. For high cardinality ID based tags full-fidelity session search is a better option. High cardinality MetricSets can also affect your org limits :ref:`rum-limits`. Limits are determined by your subscription: enterprise and standard. For more information on each type of subscription, see :new-page:`Splunk RUM Pricing <https://www.splunk.com/en_us/products/pricing/faqs/observability.html#splunk-rum>`.
* From the left navigation menu, select :strong:`Settings`, then :strong:`MetricSets` then the :strong:`RUM` tab.
49
54
50
-
Follow these steps to add custom tags to Tag Spotlight
51
55
52
-
1. Add a span tag following these steps: :ref:`create-a-span-rum`.
56
+
.. image:: /_images/rum/metric-set-left-nav.png
57
+
:width:20%
58
+
:alt:Settings panel for adding metric sets.
53
59
54
-
2. In Splunk RUM, select :strong:`RUM MetricSet`.
60
+
3. Choose the tag you want to index to trigger the cardinality analyzer. If the cardinality check passes, select :strong:`Add MetricSet` and confirm with the check mark.
55
61
56
-
.. image:: /_images/rum/rum-metricset.png
57
-
:width:20%
58
-
:alt:Settings panel for adding metric sets.
59
62
63
+
Troubleshooting
64
+
================
60
65
61
-
3. Select :strong:`Add MetricSet` and confirm with the checkmark.
66
+
If the cardinality analysis fails, then you might have exceeded your entitlements.
62
67
68
+
Avoid high cardinality in MetricSets
69
+
--------------------------------------
70
+
Choose tags with a reasonable amount of cardinality. Tags like userID, or sessionID have high cardinality because there is a unique value for users in your organization and visitors to your application. Creating a troubleshooting MetricSet for each userID is not optimal for performance. For high-cardinality, ID-based tags, full-fidelity session search is a better option, see :ref:`rum-tag-search`.
63
71
72
+
High cardinality MetricSets can also affect your org limits :ref:`rum-limits`. Limits are determined by your subscription: enterprise and standard. For more information on each type of subscription, see :new-page:`Splunk RUM Pricing <https://www.splunk.com/en_us/products/pricing/faqs/observability.html#splunk-rum>`.
0 commit comments