Connector status
The connectors list and detail views show installation and runtime health. The connector phase is one of:Common causes of Degraded or Error
Common causes of Degraded or Error
Degraded usually means:
- A discovery cycle failed (missing permissions, cloud API errors, or other detector failures)
- The runtime stopped refreshing its heartbeat (for example the pod is wedged or lost its Postgres connection), so the last healthy status went stale
- The connector image could not be resolved for the provider
spec.providerwas changed after the connector was created (provider is immutable)
connector-runtime / connector pods in the Central namespace.What you can change
- You can update display name, credentials Secret contents, discovery interval, and capabilities (which types to discover/instrument), depending on what the UI exposes for your version.
provideris immutable after the connector is created. To switch providers (for example from AWS to another cloud), create a new connector.
Delete a connector
Deleting a connector removes the connector runtime from the Central cluster. What happens to cloud-side instrumentation depends on the deletion policy annotation on theOdigosCloudConnector resource:
- retain (default)
- cleanup
Deletes the connector from Central (the connector pod and related resources in the Central cluster). It does not uninstrument cloud workloads.Any Odigos instrumentation already applied in the cloud account stays in place (for example Lambda layers or Cloud Run agent injection). To remove that instrumentation, uninstrument Sources while the connector is still online, or change those resources outside Odigos after delete.
Creating a connector from the Central UI typically leaves the annotation
unset, which means retain.
Sources on delete
When you delete a connector, Sources and discovery data for that account boundary are no longer managed through that connector.Related
Instrument workloads
Create and disable Sources while the connector is online.
Cloud Connectors overview
Back to concepts and supported providers.