Skip to content

Commit 8170bf8

Browse files
authored
RHDHPAI-510: Adoption insights DP feature in 1.5 RNs (#1023)
* Adotion insights DP feature in 1.5 RNs * link fixed * RN updated
1 parent 8acf5b3 commit 8170bf8

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
:_content-type: REFERENCE
2+
[id="developer-preview"]
3+
= Developer Preview
4+
5+
This section lists Developer Preview features in {product} {product-version}.
6+
7+
[IMPORTANT]
8+
====
9+
Developer Preview features are not supported by Red Hat in any way and are not functionally complete or production-ready. Do not use Developer Preview features for production or business-critical workloads. Developer Preview features provide early access to functionality in advance of possible inclusion in a Red Hat product offering. Customers can use these features to test functionality and provide feedback during the development process. Developer Preview features might not have any documentation, are subject to change or removal at any time, and have received limited testing. Red Hat might provide ways to submit feedback on Developer Preview features without an associated SLA.
10+
11+
For more information about the support scope of Red Hat Developer Preview features, see https://access.redhat.com/support/offerings/devpreview/[Developer Preview Support Scope].
12+
====
13+
14+
[id="developer-preview-rhdhpai-510"]
15+
== Adoptions Insights in {product}
16+
17+
The Adoption Insights plugin is now available as a Developer Preview feature in {product}, providing key metrics and trends to help you understand {product-short} usage.
18+
19+
Currently, the Adoption Insights plugin cannot be used alongside the built-in `plugin-analytics-provider-segment` plugin. While a fix is in progress, you can enable Adoption Insights by first disabling the `plugin-analytics-provider-segment` plugin. To disable the `plugin-analytics-provider-segment` plugin, add the following configuration to the `dynamic-plugins.yaml` file or your configuration ConfigMap:
20+
21+
.Example configuration in `dynamic-plugins.yaml` file
22+
[source,yaml]
23+
----
24+
plugins:
25+
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
26+
disabled: true
27+
----
28+
29+
After disabling the `plugin-analytics-provider-segment` plugin, you can configure the Adoption Insights plugin using the link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/adoption_insights_in_red_hat_developer_hub/index[Adoption Insights in {product}] documentation.
30+
31+
.Additional resources
32+
* link:https://issues.redhat.com/browse/RHDHPAI-510[RHDHPAI-510]
33+
34+
35+

titles/rel-notes-rhdh/title-rhdh-release-notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ include::modules/release-notes/ref-release-notes-deprecated-functionalities.adoc
2121
include::modules/release-notes/ref-release-notes-technology-preview.adoc[leveloffset=+1]
2222

2323

24+
include::modules/release-notes/ref-release-notes-developer-preview.adoc[leveloffset=+1]
25+
26+
2427
include::modules/release-notes/ref-release-notes-fixed-issues.adoc[leveloffset=+1]
2528

2629

0 commit comments

Comments
 (0)