@backstage-community/plugin-xcmetrics
TypeScript icon, indicating that this package has built-in type declarations

0.2.56 • Public • Published

XCMetrics

XCMetrics is a tool for collecting build metrics from XCode. With this plugin, you can view data from XCMetrics directly in Backstage.

XCMetrics-overview

Getting started

# From your Backstage root directory
yarn --cwd packages/app add @backstage-community/plugin-xcmetrics

In packages/app/src/App.tsx, add the following:

import { XcmetricsPage } from '@backstage-community/plugin-xcmetrics';
<FlatRoutes>
  {/* Other routes... */}
  <Route path="/xcmetrics" element={<XcmetricsPage />} />
</FlatRoutes>

Add the URL to your XCMetrics backend instance in app-config.yaml like so:

proxy:
  ...
  '/xcmetrics':
    target: http://127.0.0.1:8080/v1

Start Backstage and navigate to /xcmetrics to view your build metrics!

Readme

Keywords

none

Package Sidebar

Install

npm i @backstage-community/plugin-xcmetrics

Homepage

backstage.io

Weekly Downloads

280

Version

0.2.56

License

Apache-2.0

Unpacked Size

184 kB

Total Files

56

Last publish

Collaborators

  • patriko