Skip to content

Commit f9095d7

Browse files
Merge pull request splunk#1721 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 733e7b0 + 057da4a commit f9095d7

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

data-visualization/charts/chart-analytics-reference.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
.. _analytics-ref:
22

33
************************************************************
4-
Functions reference for Splunk Observability Cloud
4+
Analytics reference for Splunk Observability Cloud
55
************************************************************
66

77
.. meta::
8-
:description: You can run calculations on Splunk observability data and visualize their output in charts using SignalFlow analytics functions. The following page describes each analytics function of SignalFlow.
8+
:description: You can run calculations on Splunk observability data and visualize their output in charts using SignalFlow analytics methods. The following page describes each analytics method of SignalFlow.
99

10-
You can run calculations on observability data and visualize the output in :ref:`charts <data-visualization-charts>` using :ref:`SignalFlow <get-started-signalflow>` analytics functions. To use analytics functions in your charts select :strong:`Add Analytics` in the :strong:`Plot Editor` tab.
10+
Splunk Observability Cloud uses the analytics language SignalFlow to power all charts and detectors. You can run calculations on observability data and visualize the output in charts using SignalFlow analytics methods. To use analytics in your charts, select :guilabel:`Add Analytics` in the :guilabel:`Plot Editor` tab.
11+
12+
Only SignalFlow methods are available in the chart builder view. To use SignalFlow functions, select :guilabel:`View SignalFlow` to see the SignalFlow program. For more information on writing SignalFlow programs, see the :new-page:`Analyze data using SignalFlow <https://dev.splunk.com/observability/docs/signalflow>` topic in the Splunk Observability Cloud Developer Guide.
13+
14+
Use the following list to learn more about each SignalFlow analytics method, including sample calculations.
1115

12-
Use the following list to learn more about each SignalFlow analytics function, including sample calculations. To use analytics functions in SignalFlow programs, see the :new-page:`SignalFlow Functions and Methods <https://dev.splunk.com/observability/docs/signalflow>` topic in the Splunk Observability Cloud Developer Guide.
1316

1417
.. hlist::
1518
:columns: 3

gdi/get-data-in/application/otel-dotnet/troubleshooting/common-dotnet-troubleshooting.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,19 @@ To resolve this issue, :ref:`install the .NET instrumentation using the NuGet pa
245245
246246
Alternatively, you can update to the latest version of .NET, as this reduces the likelihood of dependency version conflicts.
247247
248+
Fixing Assembly Permissions IIS
249+
======================================
250+
251+
When using the .NET Framework with an IIS-hosted application, you might encounter crashes with an event similar to the following:
252+
253+
.. code-block:: bash
254+
255+
[Exception] System.IO.FileLoadException
256+
[Message] "Loading this assembly would produce a different grant set from other instances."
257+
258+
To resolve this issue, create a new ``DWARD`` value called ``LoaderOptimization`` and set its value to ``1`` under the registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework``.
259+
This allows different versions of the same application to load into different domains, though it might increase CPU and memory usage.
260+
248261
Uninstall the instrumentation
249262
======================================
250263

0 commit comments

Comments
 (0)