Skip to content

Update XCMetrics plugin URL to new Backstage community plugins repository #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Backstage Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The XCMetrics Backstage plugin offers a great way to visually analyze and inspect
the metrics collected by XCMetrics. To use it, simply
[install the plugin](https://github.com/backstage/backstage/tree/master/plugins/xcmetrics)
[install the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/xcmetrics/plugins/xcmetrics)
to your instance of Backstage and navigate to `https://<your-backstage-url>/xcmetrics`.


Expand Down
2 changes: 1 addition & 1 deletion docs/How to Deploy Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ kubectl create -f xcmetrics-jobs-deployment.yaml
kubectl create -f xcmetrics-jobs-service.yaml
```

If you want to use our [Web UI for Backstage](https://github.com/backstage/backstage/tree/master/plugins/xcmetrics), deploy the Scheduled Jobs:
If you want to use our [Web UI for Backstage](https://github.com/backstage/community-plugins/tree/main/workspaces/xcmetrics/plugins/xcmetrics), deploy the Scheduled Jobs:
```shell
kubectl create -f xcmetrics-scheduled-jobs-deployment.yaml
kubectl create -f xcmetrics-scheduled-jobs-service.yaml
Expand Down