Skip to content

Commit 30aa0dd

Browse files
Merge pull request #2632 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 8080fc1 + 8a25fa3 commit 30aa0dd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apm/profiling/get-data-in-profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Follow these steps to set up AlwaysOn Profiling with a collector in data forward
286286
service:
287287
pipelines:
288288
logs:
289-
receivers: [fluentforward, otlp]
289+
receivers: [otlp]
290290
processors:
291291
- memory_limiter
292292
- batch

gdi/opentelemetry/collector-linux/install-linux-manual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To install the Collector for Linux using a RPM package, set up the package repos
109109
cat <<EOH > /etc/yum.repos.d/splunk-otel-collector.repo
110110
[splunk-otel-collector]
111111
name=Splunk OpenTelemetry Collector Repository
112-
baseurl=https://splunk.jfrog.io/splunk/otel-collector-rpm/release/\$basearch
112+
baseurl=https://splunk.jfrog.io/splunk/otel-collector-rpm/release/$basearch
113113
gpgcheck=1
114114
gpgkey=https://splunk.jfrog.io/splunk/otel-collector-rpm/splunk-B3CD4420.pub
115115
enabled=1

splunkplatform/centralized-rbac.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ To set up centralized user and role management, follow these steps:
8484
8585
acs observability enable-capabilities
8686
87+
.. note:: It could take around 30 minutes for the new roles ``o11y_*`` to be available on the :guilabel:`Roles` page of Splunk Cloud.
88+
8789
3. Give all users who should have access to Splunk Observability Cloud the ``o11y_access`` role.
8890

8991
4. Log in to Splunk Cloud Platform as an administrator and go to :guilabel:`Settings` then :guilabel:`Users and Authentication` then :guilabel:`Roles`. Assign Splunk Observability Cloud roles to users. The following Splunk Observability Cloud roles (with ``o11y_*`` prefix) are now visible in Splunk Cloud role management page:
@@ -110,8 +112,6 @@ To set up centralized user and role management, follow these steps:
110112
111113
acs observability enable-centralized-rbac --o11y-access-token <access-token>
112114
113-
.. note:: It takes around 30 minutes for a new role to be available on the :guilabel:`Roles` page.
114-
115115
How centralized user and role management works
116116
=================================================================================================
117117

synthetics/test-config/rum-synth.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Splunk Synthetic Monitoring automatically collects Web Vitals for Browser tests.
2121
- Measures loading performance by capturing the render time of the largest image or text block visible within the viewport.
2222
* - Cumulative layout shift (CLS)
2323
- Measures visual stability by capturing the sum of all individual layout shift scores for every unexpected layout shift that occurs during the entire lifespan of the page. A layout shift occurs any time a visible element changes its position from one rendered frame to the next. Fewer shifts are better for page stability.
24-
* - INP (interaction to next paint)
25-
- Measures the time from when a user first interacts with a web page to the time when the browser responds to that interaction.
24+
* - Interaction to next paint (INP)
25+
- Measures responsiveness by observing all user interactions on a page and capturing the longest time it takes the browser to respond to an interaction.
2626
* - Total blocking time (TBT)
2727
- Measures the time it takes a page to become interactive and responsive for a user.
28-
TBT is collected from a synthetic test, while INP is collected from real user data. They are considered equivalent to each other because they measure the same metric.
28+
TBT is considered a lab proxy for INP, when INP might not be captured. Both TBT and INP can be improved by [optimizing interactions](https://web.dev/articles/optimize-inp#optimize_interactions).
2929

3030
Prerequisites
3131
===================
@@ -60,4 +60,4 @@ See also
6060

6161
* See :ref:`rum-synth-scenario`
6262
* See :new-page:`https://web.dev/vitals/` in the Google developer documentation to learn more about Web Vitals.
63-
* See :ref:`error-aggregates` to learn more about Tag Spotlight.
63+
* See :ref:`error-aggregates` to learn more about Tag Spotlight.

0 commit comments

Comments
 (0)