You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin helps gather user analytics data from Backstage and generates a dashboard that provides insights into the platform's adoption.
3
+
The Adoption Insights plugin provides an interactive dashboard to visualize analytics data in Backstage. This frontend plugin integrates with the Adoption Insights backend to deliver insights into adoption trends and usage statistics.
6
4
7
5
## Getting started
8
6
@@ -11,3 +9,56 @@ Your plugin has been added to the example app in this repository, meaning you'll
11
9
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
12
10
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
13
11
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.
12
+
13
+
## For Administrators
14
+
15
+
### Prerequisites
16
+
17
+
Before installing the frontend plugin, ensure that the Adoption Insights backend is integrated into your Backstage instance. Follow the [Adoption Insights backend plugin README](https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/adoption-insights/plugins/adoption-insights-backend/README.md) for setup instructions.
18
+
19
+
### Installation
20
+
21
+
To install the Adoption Insights plugin, run the following command:
0 commit comments