Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 09fd3af

Browse files
Merge pull request #1601 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 33f7a4c + ecdee40 commit 09fd3af

File tree

52 files changed

+895
-417
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+895
-417
lines changed
328 KB
Loading
323 KB
Loading
58 KB
Loading
59.4 KB
Loading

_includes/metric-categories.rst

Lines changed: 0 additions & 77 deletions
This file was deleted.

_includes/metric-classes.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:widths: 20 80
4+
:width: 100%
5+
6+
* - :strong:`Billing class`
7+
- :strong:`Metrics included`
8+
* - Custom metrics
9+
- Metrics reported to Splunk Observability Cloud outside of those reported by default, such as host, container, or bundled metrics. Custom metrics might result in increased data ingest costs.
10+
* - APM Monitoring MetricSets
11+
- Includes metrics from APM Monitoring MetricSets. See :ref:`apm-metricsets` for more information.
12+
* - RUM Monitoring MetricSets
13+
- Includes metrics from RUM Monitoring MetricSets. See :ref:`rum-custom-indexed-tags` for more information.
14+
* - Default/bundled metrics (Infrastructure)
15+
- * Host
16+
* Container
17+
* Bundled
18+
* Additional metrics sent through infrastructure monitoring public cloud integrations that aren't attributed to specific hosts or containers.
19+
* - Default/bundled metrics (APM)
20+
- * Host
21+
* Container
22+
* Identity
23+
* Bundled
24+
* Tracing
25+
* Runtime
26+
* Synthetics
27+
* - Other metrics
28+
- Internal metrics
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. list-table::
2+
:header-rows: 1
3+
:widths: 40 60
4+
:width: 100%
5+
6+
* - :strong:`Chrome flag`
7+
- :strong:`Description`
8+
* - ``--disable-http2``
9+
- Requests are made using using ``http/1.1`` instead of ``http/2.0``. This HTTP version is viewable in the HAR file.
10+
* - ``--disable-quic``
11+
- Deactivates QUIC, which also deactivates HTTP3.
12+
* - ``--disable-web-security``
13+
- Deactivate enforcement of same origin policy.
14+
* - ``--unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test``
15+
- Treat given insecure origin as secure. Multiple origins can be supplied in a comma-separated list.
16+
* - ``--proxy-bypass-list="*.google.com;*foo.com;127.0.0.1:8080"``
17+
- Proxy bypass list for any specified proxy for the given semi-colon-separated list of hosts. This flag must be used with ``--proxy-server``.
18+
* - ``--proxy-server="foopy:8080"``
19+
- Uses a specified proxy server to override default settings.
20+
* - ``--no-proxy-server``
21+
- Don't use a proxy server, always make direct connections. This flag can be used to override any other proxy server flags that you may have set up in a private location.
22+

_includes/zero-code-info.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. note:: Due to changes in the upstream OpenTelemetry documentation, "automatic instrumentation" has been changed to "zero-code instrumentation". For more information, see :ref:`zero-code-overview`.
2+

alerts-detectors-notifications/alerts-and-detectors/create-detectors-for-alerts.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ Select alert signals
115115

116116
On the :strong:`Alert signal` tab, define the signal to monitor by entering a metric and corresponding analytics.
117117

118-
If you are creating a detector from scratch, you have to first select the signals you want to monitor. Selecting a signal for a detector is similar to selecting a signal in a chart in the Chart Builder. Enter a metric and select the metric you want to monitor from the list. Add filters or analytics. To learn more, see :ref:`specify-signal`.
118+
* If you are creating a detector from scratch, you have to first select the signals you want to monitor. Selecting a signal for a detector is similar to selecting a signal in a chart in the Chart Builder. Enter a metric and select the metric you want to monitor from the list. Add filters or analytics. To add more signals, select :guilabel:`Add Metric or Event` or :guilabel:`Add Formula`. You can add events to be displayed on the chart, but you cannot select an event as the signal to be monitored. To learn more, see :ref:`specify-signal`.
119119

120-
If you want to add more signals, select :guilabel:`Add Metric or Event` or :guilabel:`Add Formula`. Note that you can add events to be displayed on the chart, but you cannot select an event as the signal to be monitored.
121120

122-
.. note:: If you are creating a detector :ref:`from a chart<create-detector-from-chart>` or by :ref:`cloning a detector<clone-detector>`, you might not need to add new signals. However, if you do add new signals to the detector, the signals you add are not added to the original chart or detector.
121+
.. note:: When you select an archived metric as a signal in your detector, the archived metric can't be report data to your detector and will cause the detector to misfire alerts or stop working. To include an archived metric in detectors, route them to real-time or create exception rules to make them available. For more information, see the :ref:`mpm-rule-routing-exception` section.
122+
123+
* If you are creating a detector :ref:`from a chart<create-detector-from-chart>` or by :ref:`cloning a detector<clone-detector>`, you might not need to add new signals. However, if you do add new signals to the detector, the signals you add are not added to the original chart or detector.
124+
125+
* You can add events to be displayed on the chart, but you can't select an event as the signal to be monitored.
126+
123127

124128
.. _compound-conditions:
125129

apm/span-tags/tag-spotlight.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ To view service performance broken down by your indexed span tags, follow these
3131
#. View the distribution of all indexed span tags. The tag bar charts display either request and error distributions or latency distribution. Use the :guilabel:`Cards display` menu to select the data you want to display in the bars.
3232
#. Select the menu on the top left of the bar chart section to select which metrics to display in each tag panel. You can also use this menu to select whether to display tags with no values.
3333

34+
Customize tags display on Tag Spotlight
35+
----------------------------------------------------------------------
36+
To configure the layout of the cards on the Tag Spotlight page, follow these steps:
37+
38+
#. From the menu on the top left of the bar chart, select :guilabel:`Customize card display order`.
39+
#. Drag each of the span tags to arrange the order that cards are displayed on the page. Arrange the tags by priority, order of importance, or other criteria.
40+
#. Select :guilabel:`Save`.
41+
3442
Explore the distribution of span tags and values to find trends
3543
----------------------------------------------------------------------
3644

0 commit comments

Comments
 (0)