Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.54 KB

metrics.md

File metadata and controls

60 lines (32 loc) · 1.54 KB

Metrics

Depot library has built-in instrumentation with statsd support. Sinks can have their own metrics, and they will be emmited while using sink connector library into other applications.

Table of Contents

Bigquery Sink

Bigquery Operation Total

Total number of bigquery API operation performed

Bigquery Operation Latency

Time taken for bigquery API operation performed

Bigquery Errors Total

Total numbers of error occurred on bigquery insert operation

Bigtable Sink

Bigtable Operation Total

Total number of bigtable insert/update operation performed

Bigtable Operation Latency

Time taken for bigtable insert/update operation performed

Bigtable Errors Total

Total numbers of error occurred on bigtable insert/update operation

Redis Sink

Redis Success Response Total

Total number of successful records pushed to the Redis server

Redis No Response Total

Total number of records which could not be pushed to the Redis server due to broken connection,client timeout,etc.

Redis Connection Retry Total

Total number of attempts to recreate the connection to Redis server from the Jedis client.

Http Sink

Http Response Code Total

Total count of each response code, i.e the total number of Kafka records under each response code. So in case of batch request mode, each message in the batch will be counted individually.