Skip to content

Pulling refs/heads/main into main #1737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5cefaac
Add drilldown section
trangl-splunk Apr 10, 2025
93fed56
Style fixes for dashboard variableS
trangl-splunk Apr 10, 2025
40ea647
Drilldown link description
trangl-splunk Apr 10, 2025
dd65f0d
Add screenshot
trangl-splunk Apr 23, 2025
0d72df7
Add example link screenshot
trangl-splunk Apr 24, 2025
d52c9e5
[O11YDOCS-6517] Initial commit
May 1, 2025
2e7c664
Update
May 1, 2025
2b4cb99
Update
May 1, 2025
e2d9313
Fixed syntax error
May 1, 2025
e713df5
Updated based on reviewer comments
May 1, 2025
d65867b
Updated based on reviewer comments
May 2, 2025
12aadb8
Added more content
May 2, 2025
4e307ba
Fixed syntax errors
May 2, 2025
c7f8a4f
Changed new-page macro to ref in legal disclaimer.
May 2, 2025
3b601ee
Misc fixes
May 2, 2025
42609df
Misc fixes
May 2, 2025
a34f2e2
Misc fixes
May 2, 2025
b25356f
Updated based on reviewer comments
May 2, 2025
3b4ba3b
Update private-preview/aopt/aopt-intro.rst
adasplunk May 2, 2025
9ae0293
Update private-preview/aopt/aopt-glossary.rst
adasplunk May 2, 2025
890e435
Updated based on reviewer comments
May 3, 2025
d72c813
Merge pull request #2758 from splunk/repo-sync
aurbiztondo-splunk May 5, 2025
1dd0bd5
Updated link
johannahp-splunk May 5, 2025
509c7a4
Merge pull request #2765 from splunk/adasplunk-O11YDOCS-6517
adasplunk May 5, 2025
cfc2547
Merge pull request #2768 from splunk/johannahp-DOCGUILD-29342-link-fix
johannahp-splunk May 5, 2025
e4f5741
Added a note about guidelines and notes about using recommendations t…
jcatera-splunk May 5, 2025
334819d
Update data-processing.rst
jcatera-splunk May 5, 2025
697d9d6
Merge pull request #2771 from splunk/jcatera-DOCGUILD-29135
jcatera-splunk May 6, 2025
3055b32
Updates based on feedback
johannahp-splunk May 7, 2025
0ec3c0e
Updated section title per PM feedback
johannahp-splunk May 7, 2025
091e29a
updated per doc review feedback
johannahp-splunk May 7, 2025
742c202
Merge pull request #2740 from splunk/trangl-o11ydocs-7179-chart-drill…
trangl-splunk May 9, 2025
c421a85
Merge pull request #2773 from splunk/johannahp-APM-doc-feedback-updates
johannahp-splunk May 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/images-charts/drilldown-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apm/span-tags/cmms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Follow these steps to create a Monitoring MetricSet for an instrumented service:
.. note:: For standard MMS Splunk APM replaces dots with underscores in dimension names for MMS time series. For histogram MMS underscores are preserved.
.. _inferred-service-mms:

Create a Monitoring MetricSet with a custom dimension for an inferred service
Create a Monitoring MetricSet for an inferred service
=======================================================================================

.. note:: Only 3rd-party or uninstrumented HTTP services are supported for MMS.
Expand Down
2 changes: 1 addition & 1 deletion apm/span-tags/metricsets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MMS are available for the APM components listed in the following table. Each MMS
* ``service.name`` - This dimension is only available for histogram MMS.
* ``sf_error``
- Yes
* - ``inferred.services`` -
* - ``inferred.services`` - the requests to a service that has not yet been instrumented
- * ``sf_service``
* ``service.name`` - This dimension is only available for histogram MMS.
* ``sf_environment``
Expand Down
24 changes: 21 additions & 3 deletions data-visualization/charts/chart-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,26 @@ When data is sampled, you can see a message like this on the chart:
.. image:: /_images/images-charts/sampling.png
:width: 65%

If you click :guilabel:`Click here to disable sampling`, or check the :guilabel:`Disable sampling` checkbox in the chart options tab, the sampling message is no longer displayed, and any time series data previously omitted is shown. Depending on the number of time series, disabling sampling might cause the chart to render more slowly.
If you select :guilabel:`Click here to disable sampling`, or select the :guilabel:`Disable sampling` check box in the chart options tab, the sampling message is no longer displayed, and any time series data previously omitted is shown. Depending on the number of time series, disabling sampling might cause the chart to render more slowly.

.. _chart-drilldown-link:

Drilldown link
=============================================================================

This option lets you add a drilldown link to the chart header when you view the chart in a dashboard.

.. image:: /_images/images-charts/charts-drilldown-link.png
:width: 65%

Providing a drilldown link helps other users in your organization navigate to other parts of Splunk Observability Cloud or external resources containing data related to the chart.

You can include dashboard variables and time range in the URL using curly brackets, such as ``startTime={{{-15m}}}``. For more information on dashboard variables, see :ref:`customize-dashboard-variables`.

For example, you can configure a link to go from a chart to a RUM instance during a specific time window for the same metric.

.. image:: /_images/images-charts/drilldown-example.png
:width: 65%

.. _heatmap-group-by:

Expand Down Expand Up @@ -258,7 +276,7 @@ Max delay

By default, the :strong:`Max delay` field is set to ``Auto``, which allows data to come in with as little delay as possible.

If you know that some of your data is delayed and you want to wait for that data to arrive before your charts are updated, click the drop-down menu and choose a new value from the list. For more information, see :ref:`delayed-datapoints`.
If you know that some of your data is delayed and you want to wait for that data to arrive before your charts are updated, select the dropdown menu and select a new value from the list. For more information, see :ref:`delayed-datapoints`.

The value you specify is applied whenever you open the chart or view it in a dashboard, unless there is a max delay override. To learn more, see :ref:`dashboard-max-delay`.

Expand Down Expand Up @@ -321,7 +339,7 @@ To learn more about rollups, see :ref:`rollups`.
No active metrics message
=============================================================================

This option allows you to add an optional message on graph charts, heatmap charts, list charts, and single value charts to indicate when metrics used in a chart either don't exist or are inactive.
This option lets you add an optional message on graph charts, heatmap charts, list charts, and single value charts to indicate when metrics used in a chart either don't exist or are inactive.

A metric is considered inactive by Splunk Observability Cloud in the following cases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ Customizing mirrored dashboard filters
Customize dashboard variables
=========================================

You can define various dashboard variable settings that take effect for any dashboard in this dashboard group.
Select :guilabel:`Dashboard Variables` from the dashboard's Actions menu.
You can define various dashboard variable settings that take effect for any chart in this dashboard. Select :guilabel:`Dashboard variables` from the dashboard actions menu.

When you save these settings, the dashboard variable and the suggested values now reflect the customizations you
specified.
Expand All @@ -105,12 +104,12 @@ Customizing mirrored dashboard variables
----------------------------------------

- You can make changes directly on the :guilabel:`Overrides` bar; if you save the mirror, these settings become
default values in the :guilabel:`Variable Details` section of the :guilabel:`Dashboard Variables` tab.
default values in the :guilabel:`Variable details` section of the :guilabel:`Dashboard variables` tab.

- When you save customization options that you set in the :guilabel:`Dashboard Variables` tab, these changes are
- When you save customization options that you set in the :guilabel:`Dashboard variables` tab, these changes are
automatically saved as default settings for this mirror.

- On the :guilabel:`Dashboard Variables` tab, anyone with dashboard write permissions can add, delete, and edit
- On the :guilabel:`Dashboard variables` tab, anyone with dashboard write permissions can add, delete, and edit
dashboard variables and their settings. These variables affect all mirrors that don't have variable
customizations applied.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install the Splunk Distribution of the OpenTelemetry Collector for Linux you
See the default settings and configuration options at:

* :ref:`linux-config-ootb`
* By default, you'll obtain these :ref:`metrics <ootb-metrics-windows>`
* By default, you'll obtain these :ref:`metrics <ootb-metrics-linux>`
* :ref:`otel-linux-config`
* :ref:`linux-config-logs`

Expand Down
2 changes: 1 addition & 1 deletion gdi/opentelemetry/data-processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Process your data with pipelines
.. meta::
:description: Learn how to process data collected with the Splunk Distribution of the OpenTelemetry Collector.

Use pipelines in your Collector's config file to define the path you want your ingested data to follow. Specify which components you want to use, starting from data reception using :ref:`receivers <otel-components-receivers>`, then data processing or modification with :ref:`processors <otel-components-processors>`, until data finally exits the Collector through :ref:`exporters <otel-components-exporters>`. For an overview of all available components and their behavior refer to :ref:`otel-components`.
Use pipelines in your Collector's config file to define the path you want your ingested data to follow. Specify which components you want to use, starting from data reception using :ref:`receivers <otel-components-receivers>`, then data processing or modification with :ref:`processors <otel-components-processors>`, until data finally exits the Collector through :ref:`exporters <otel-components-exporters>`. For an overview of all available components and their behavior refer to :ref:`otel-components`. For general recommendations and guidelines for using processors, see the :new-page:`OpenTelemetry processor documentation <https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor#recommended-processors>`.

Pipelines operate on three data types: logs, traces, and metrics. To learn more about data in Splunk Observability Cloud, see :ref:`data-model`.

Expand Down
2 changes: 1 addition & 1 deletion gdi/opentelemetry/otel-other/telegraf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Follow these steps to scrape Telegraf metrics with the OTel Collector:
3. Set up the Telegraf OpenTelemetry Output plugin
4. Configure the OpenTelemetry Collector

5. Install Telegraf
1. Install Telegraf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Run the following commands to install Telegraf from the InfluxData repository:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading