Skip to content
24 changes: 23 additions & 1 deletion site/guide/integrations/configure-connections.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Each connection enables you to authenticate and keep events flowing between plat

- [x] {{< var link.login >}}
- [x] You can manage workspace settings.[^1]
- [x] The integrations required secrets already exist in integration secrets.[^2]
- [x] The integration's required secrets already exist in integration secrets.[^2]
- [x] You coordinated with the external system owner to obtain the required credentials and configuration details for the connection.

:::
Expand Down Expand Up @@ -200,6 +200,28 @@ Connections with errors or warnings display a status indicator, such as [{{< fa
3. Verify the external service is accessible.
4. Test the connection after making changes.

### View linked models

To see which models use a specific connection:

1. In the left sidebar, click **{{< fa gear >}} Settings**.

2. Under {{< fa puzzle-piece >}} Integrations, select **Connections**.

3. Click the connection to open its details page.

4. Review the linked models table, which shows the **VM Model** ({{< var vm.product >}} inventory record) and **External Name** (the linked external model) for each connection.

### View metric sources

For connections that provide monitoring metrics, such as Amazon Bedrock:

1. Open the connection details page.

2. Review the Metric Sources section to see available metrics.

3. These metrics can be added to monitoring documents for models linked to this connection.[^5]

## Edit connections

1. In the left sidebar, click **{{< fa gear >}} Settings**.
Expand Down
Loading