The input to create a metric source.
| Property Name | Type | Description |
|---|---|---|
| componentId | String | The ID of the component to create a metric source on. |
| configuration | InputMaybe<CompassMetricSourceConfigurationInput> | The configuration of this metric source. |
| dataConnectionConfiguration | InputMaybe<CompassDataConnectionConfigurationInput> | The data connection configuration of this metric source. |
| derived | InputMaybe<Boolean> | Whether the metric source is derived from Compass events or not. |
| externalConfiguration | InputMaybe<CompassExternalMetricSourceConfigurationInput> | The external metric source configuration input |
| externalMetricSourceId | String | The unique identifier (ID) of the metric source that is external to the Compass site, for example, a Bitbucket repository ID. |
| forgeAppId | InputMaybe<String> | The ID of the Forge app that sends metric values. |
| metricDefinitionId | String | The ID of the metric definition which defines the metric source. |
| url | InputMaybe<String> | The URL of the metric source. |
Rate this page: