confluentinc / kafka-connect-bigquery

A Kafka Connect BigQuery sink connector
Apache License 2.0
3 stars 2 forks source link

Added support for custom metrics #322

Open anuraj381 opened 1 year ago

anuraj381 commented 1 year ago

Details

As of now the connector only exposes standard Kafka Connect MBeans metrics, but we do have lot of operations happening in connector runtime where we are missing observability. This PR adds support for exposing custom metrics from the connector runtime by adding custom JMX MBeans.

Changes

Testing

Tested the exported metrics locally with the Jconsole, I am able to see metrics exported from all tasks of the connector.

Screenshot 2023-05-08 at 12 50 59 AM

Note

anuraj381 commented 1 year ago

@pbadani @b-goyal @aniketshrimal Hi Guys can you please review this PR

jx2lee commented 3 months ago

Will this PR not be reviewed?