Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

- Data availability check has following 2 parameters criteria:

    1. Kafka indexing lag: check for 0 indicates no lag in druid ingestion.

    2. Druid segments count:

          Telemetry eventsBased on previous segments count trend will set some threshold range. Segments count for a previous day should fall in that threshold range.

          Summary events - Segments count for previous day should not be 0.

- Reports based on telemetry-events will be submitted for execution upon satisfying both the criteria.

-   Reports based on summary-events will be submitted for execution upon satisfying above 2 only 2nd criteria. 

  • Output:

- The list of reports are submitted for execution into the platform_db.job_request Cassandra table with the status=SUBMITTED and job_name=druid-reports-<report-id>.

...