Skip to main content

Manage Integrations

An integration in ICP represents a deployable Ballerina or MI application that runs in one or more environments. Each integration belongs to a project and is the primary unit for viewing logs, metrics, and runtime status in the ICP console. This page guides you through creating integrations and navigating the integration home.

Create an integration

  1. Navigate to a project's home page.

  2. Click + Create Integration. The Create New Integration form opens.

    FieldRequiredDescription
    OrganizationAutoPre-filled with the current organization. Read-only when navigating from a project.
    ProjectAutoPre-filled with the current project. Change via the dropdown if needed.
    Display NameYesHuman-readable name shown in the console (e.g. Order Create)
    NameAutoURL-safe slug derived from the display name. Click the edit icon to override.
    Integration TypeYesDefault profile (Ballerina) or MI (Micro Integrator). Defaults to default profile.
    DescriptionNoOptional free-text description of the integration
  3. Click Create.

The integration appears in the project's integrations table on success.

Integration home

The integration overview shows one environment card per environment. Each card displays:

  • Environment name and runtime count badge (e.g. 0 runtimes or 1/1 Online).
  • A refresh icon to reload runtime status.
  • Entry Points tab listing the services exposed by the integration.
  • Supporting Artifacts tab showing additional artifacts when present.
  • + Add Runtime link when no runtimes are registered yet.

When no runtimes are connected, the card shows: "No runtimes registered for this environment."

Integration sidebar

The sidebar changes to integration scope when you navigate into an integration:

ItemDescription
OverviewEnvironment cards with entry points and supporting artifacts
RuntimesRuntime instances connected to this integration
LogsIntegration-specific logs from connected runtimes
LoggersConfigure log levels per runtime
MetricsPer-integration request metrics and latency data
Access controlRole assignments scoped to this integration

Runtimes

The Runtimes page groups runtime instances by environment. Each environment section shows a search bar, a refresh icon, and a runtime table:

ColumnDescription
Runtime NameDisplay name assigned when connecting the runtime
Runtime IDUnique identifier (UUID)
TypeProfile type (e.g. Default profile)
StatusCurrent state: RUNNING, OFFLINE, or similar
VersionRuntime version
PlatformBallerina runtime version (e.g. Ballerina 2201.13.2)
OSOperating system of the host machine
Registration timeWhen the runtime first connected to ICP
Last heartbeatTimestamp of the most recent heartbeat received
ActionsDelete icon to remove the runtime

Logs

The Logs page shows runtime log entries when both a connected runtime and OpenSearch observability are configured. See Observability setup to enable this.

When operational, the page provides:

  • Environment filter
  • Log level filter (INFO, WARN, ERROR, DEBUG)
  • Time range selector
  • Log entries with timestamps, levels, and messages

Metrics

The Metrics page shows request performance data when both a connected runtime and observability are configured. See Observability setup to enable this.

When operational, the page provides:

  • Summary cards: Total Requests, Error Count, Error Percentage, and P95 Latency
  • Requests Per Minute chart
  • Request Latency chart (average, P50, P95, P99)
  • Most Used APIs table with per-endpoint request counts and average response times

What's next