Rate this page:
A component is an output artifact of your engineering team. It could be a service, a library, an application, or something else.
A component’s catalog listing in Compass is the unified view of all information about the component. The first step to build a component catalog is to create components.
To create a new component manually:
We’ll add your component to the catalog and take you to the component’s details page, where you can add detailed information such as links to repositories and documentation, chat channels, dependencies, and more.
You can also create components while you are on your team’s dashboard or on one of the components list pages. When you're there, select + Create component, provide the component's details, and select Create.
You can also create components using the Compass GraphQL API. Learn how to create components using the API
A component's details page is the single place in Compass where you’ll find everything you want to know about your component. In the details page, you’ll find what the component does, who owns it and how to contact them, its links and dependencies, scores, and more.
To view your component’s details, use any of the following methods:
A component’s URL never changes. Bookmark the URL of a component’s details page and use it as an easy reference in the future.
When you view a component, you'll first see the Overview page. This page groups the key details about the component.
Basic details: This section is the first place the users look when they view a component’s details. It shows the component’s basic details such as its name and description, lifecycle stage, and labels. For service-type components, the tier appears here.
Scorecards and Metrics: This section shows the scorecards and metrics you apply to a component. Scorecards show a component’s health based on set criteria. Metrics provide data points that help you track and assess the performance of your processes, products, and teams.
Owner team: This section shows the owner team’s information. An owner team has a defined responsibility towards managing a component. You can assign or change a component’s ownership from this section.
Chat channels: This section shows links to the owner team’s chat channel. Users can reach out to the component's owner team for information about the component.
On-call: This card shows links to a component's on-call roster. The on-call links are available only for service-type components. These links give you access to the people who can provide help with the component or support you during an incident.
Links: These sections list the links to a component’s resources, such as repositories, projects, documentation, dashboards, and other links.
Custom fields: This section shows all custom fields associated with the specific component type. With custom fields, you can add valuable information to a component that’s not available using Compass’s default fields.
Component navigation: Pages providing more information about the component appear in the component navigation. Some of these pages are available by default, for example Activity or Dependencies. Whereas, some pages become available when you install different apps on Compass, for example, Swagger UI or Statuspage.
Every component has a type, so you can categorize components based on their capabilities. You set a component’s type when you create it, and can change its type at any time.
The following component types are available in Compass:
Service — An independently-deployable software unit that is usually is operated by a person or a team. Services can be as large as monoliths or smaller microservices. Service components have a Tier field to indicate how critical the service is to your business.
Library — A reusable collection of objects, functions, and methods. A library is typically used by other components.
Application — A fully-packaged application, like a mobile application, desktop application, or a CLI-type tool.
Capability — A higher-level product functionality that end-users understand and in which they see value. A capability is an abstraction of one or more underlying software components that power it.
Cloud resource — An entity or service provided by a cloud vendor, with consumer-managed configuration and monitoring.
Data pipeline — A sequence of tools and processes used to automate the transformation and movement of data from a source to a target system.
Machine learning model — An algorithm that identifies patterns in a data set and makes predictions over it.
UI element — Reusable building blocks of a design system that meet a specific interaction or user interface need and work together to create patterns and user experiences.
Website — A single web page or a collection of related web pages under a single domain. Websites mainly consist of audio-visual or text content for reading, listening, or viewing. People can't edit, contribute to, or affect the website content. Websites are typically publicly accessible and don't require authentication.
Other — A component that doesn’t match the service, library, or application type.
The capability, cloud resource, data pipeline, machine learning model, UI element, and website component types don't yet support importing components from apps, default scorecards, and SDK support. We are working on adding these features for components like these.
For now, create, update, and manage such components manually.
If your component is managed by a configuration file, you will need to update the compass.yaml
and change the typeId
.
Go to the component's Overview page.
Select More actions > Change component type.
Choose the component type you want to change to.
Select Change.
If you delete a component, any information that was ever associated with it will be deleted.
You can delete a component’s catalog listing from Compass. Deleting a component permanently deletes the component’s associated data from Compass. You can’t undo the deletion.
We don’t delete any component data from other systems outside Compass.
If your component is managed by a configuration file, you can’t delete it from Compass.
You must first disconnect the component from the configuration file before deleting it.
To delete a component from Compass:
Rate this page: