AggregatedRunIntegration
v0.0.1

Event fires per run integration completion. It does not cover the individual runs.

Consumer / Producer Diagram

AggregatedRunIntegration Schema (avsc)
{
  "type": "record",
  "name": "integration.AggregatedRunIntegration",
  "fields": [
    {
      "name": "billablesConsumed",
      "type": "int"
    },
    {
      "name": "idempotencyKey",
      "type": "string"
    },
    {
      "name": "orgID",
      "type": "string"
    },
    {
      "name": "appID",
      "type": "string"
    },
    {
      "name": "pluginID",
      "type": "string"
    },
    {
      "name": "timestamp",
      "type": {
        "type": "long",
        "logicalType": "timestamp-millis"
      }
    }
  ]
}
Edit this pageLast updated on 2025/1/8