Skip to content

Commit 3ec05b4

Browse files
authored
RHIDP-8688: Minor changes (#1324)
* Minor changes * Fixing capitals * Update changes
1 parent 125a044 commit 3ec05b4

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

artifacts/attributes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@
167167
:dynamic-plugins-reference-book-title: Dynamic plugins reference
168168

169169

170-
170+
:adoption-insights-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index
171+
:adoption-insights-title: Adoption Insights in {product}

modules/observe/adoption-insights/proc-configure-adoption-insights.adoc

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@
22
[id="proc-configure-adoption-insights_{context}"]
33
= Configuring the Adoption Insights plugin in {product}
44

5-
The Adoption Insights plugin is preinstalled and enabled on a {product-short} instance by default. You can disable or enable the Adoption Insights plugin and change other parameters, by configuring the `app-config` ConfigMap, which is created by the {product} Helm chart or Operator.
5+
The Adoption Insights plugin is preinstalled and enabled on a {product-short} instance by default. You can disable or enable the Adoption Insights plugin and change other parameters, by configuring the `app-config` ConfigMap, which is created by the {product} Helm chart or Operator.
6+
7+
[IMPORTANT]
8+
====
9+
If you used the Developer Preview of the Adoption Insights plugin and configured the feature manually, you must remove those earlier configuration changes as they are no longer required.
10+
11+
In your dynamic plugins ConfigMap, for example: `dynamic-plugins-rhdh.yaml`, update the `package-disabled` value of the plugin to `false` as shown in the following example:
12+
13+
.`dynamic-plugins.yaml` fragment
14+
[source,yaml]
15+
----
16+
plugins:
17+
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
18+
disabled: false
19+
----
20+
====

modules/observe/adoption-insights/proc-customize-adoption-insights.adoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88

99
You can customize the Adoption Insights plugin to suit your needs by disabling or re-enabling it, and adjusting other settings as needed.
1010

11-
12-
[IMPORTANT]
13-
====
14-
If you used the developer preview of the Adoption Insights plugin and configured the feature manually, you must remove those earlier configuration changes as they are no longer required.
15-
16-
In your dynamic plugins ConfigMap, for example: `dynamic-plugins-rhdh.yaml`, update the `package-disabled` value of the plugin to `false` as shown in the following example:
17-
18-
.`dynamic-plugins.yaml` fragment
19-
[source,yaml]
20-
----
21-
plugins:
22-
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
23-
disabled: false
24-
----
25-
====
26-
2711
.Procedure
2812

2913
* To customize `maxBufferSize`, `flushInterval`, `debug`, and `licensedUsers` in the Adoption Insights plugin, in your {product} `app-config.yaml` file, update the relevant settings as shown in the following code:

modules/release-notes/ref-release-notes-new-features.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ For more information, see link:{configuring-book-url}#HighAvailability[_Configur
8989
In this release, the Adoption Insights plugin is fully supported and enabled by default. The Adoption Insights plugin provides key metrics and trends to help you understand {product-short} usage.
9090

9191
If you have an existing Adoption Insights plugin custom configuration with GitHub Container registry images already set up, you can upgrade to the latest version to omit configurations using GitHub Container registry images.
92-
93-
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.6/html/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in Red Hat Developer Hub].
92+
For more information, see link:{adoption-insights-url}#proc-configure-adoption-insights_title-adoption-insights[Configuring the {adoption-insights-title}].
9493

9594
[id="feature-rhidp-7663"]
9695
== {product-short} community plugins updated to Backstage 1.39

0 commit comments

Comments
 (0)