MetricInstances: {
    jobsDuration: Histogram;
    jobsInProcess: Gauge;
    jobsProcessed: Counter;
    jobsThroughput: Histogram;
    jobsWithError: Counter;
}

Metric types

Type declaration

  • jobsDuration: Histogram

    Firehose jobs duration

  • jobsInProcess: Gauge

    Number of jobs actually processing

  • jobsProcessed: Counter

    The total number of all jobs processed

  • jobsThroughput: Histogram

    Firehose throughput in bytes

  • jobsWithError: Counter

    The total number errors processing jobs