A metric source contains values that provide numerical data about the component.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| component | Maybe<CompassComponent> | Compass component associated with this metric source. |
| dataConnectionConfiguration | Maybe<CompassDataConnectionConfiguration> | The data connection configuration for this metric source. |
| derivedFrom | Maybe<Array<EventSource>> | Which event sources this metric source is derived from. |
| externalMetricSourceId | Maybe<String> | The unique identifier (ID) of the metric source that is external to the Compass site, for example, a Bitbucket repository ID. |
| forgeAppId | Maybe<String> | The ID of the Forge app used to construct the metric source. The Forge app ID will be null if the metric source was not created from a Forge app. |
| id | String | The unique identifier (ID) of the metric source on the Compass site. |
| jqlConfiguration | Maybe<CompassJqlMetricSourceConfiguration> | ### Field lifecycle |
| metricDefinition | Maybe<CompassMetricDefinition> | The metric definition that defines the metric source. |
| title | Maybe<String> | The title of the metric source. |
| url | Maybe<String> | The URL of the metric source. |
| values | Maybe<CompassMetricSourceValuesQueryResult> | A collection of values which store historical data points about the component. |
Rate this page: