The configuration for a scorecard criterion checking the value of a specified metric name.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| automaticallyCreateMetricSources | Maybe<Boolean> | Automatically create metric sources for the custom metric definition associated with this criterion |
| comparator | CompassCriteriaNumberComparatorOptions | The comparison operation to be performed between the metric and comparator value. |
| comparatorValue | Number | The threshold value that the metric is compared to. |
| description | Maybe<String> | The optional, user provided description of the scorecard criterion |
| graduatedSeriesComparators | Maybe<Array<CompassCriteriaGraduatedSeries>> | A graduated series of comparators to score the criterion against. |
| id | String | The ID of the scorecard criterion. |
| maturityGroup | Maybe<CompassScorecardCriteriaMaturityGroup> | |
| metricDefinition | Maybe<CompassMetricDefinition> | The definition of the component metric to check the value of. |
| metricDefinitionId | String | The ID of the component metric to check the value of. |
| name | Maybe<String> | The optional, user provided name of the scorecard criterion |
| scorecardCriteriaScore | Maybe<CompassScorecardCriteriaScore> | Returns the calculated score for a component. |
| scoringStrategyRules | Maybe<CompassScorecardCriteriaScoringStrategyRules> | |
| weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: