File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,12 @@ This setup ensures continuous data synchronization and minimal downtime in captu
186186The client collects relevant metrics related to PostgreSQL change data capture (CDC) and makes them available at
187187the ` /metrics ` endpoint.
188188
189- | Metric Name | Description | Labels | Value Type |
190- | --------------------------------------------------------------| -------------------------------------------------------------------------------------------------------| -----------------| ------------|
191- | go_pq_cdc_elasticsearch_process_latency_current | The latest elasticsearch connector process latency in nanoseconds. | slot_name, host | Gauge |
192- | go_pq_cdc_elasticsearch_bulk_request_process_latency_current | The latest elasticsearch connector bulk request process latency in nanoseconds. | slot_name, host | Gauge |
189+ | Metric Name | Description | Labels | Value Type |
190+ | --------------------------------------------------------------| -------------------------------------------------------------------------------------------------------| -----------------------------| ------------|
191+ | go_pq_cdc_elasticsearch_process_latency_current | The latest elasticsearch connector process latency in nanoseconds. | slot_name, host | Gauge |
192+ | go_pq_cdc_elasticsearch_bulk_request_process_latency_current | The latest elasticsearch connector bulk request process latency in nanoseconds. | slot_name, host | Gauge |
193+ | go_pq_cdc_elasticsearch_index_total | Total number of index operation. | slot_name, host, index_name | Counter |
194+ | go_pq_cdc_elasticsearch_delete_total | Total number of delete operation. | slot_name, host, index_name | Counter |
193195
194196You can also use all cdc related metrics explained [ here] ( https://github.com/Trendyol/go-pq-cdc#exposed-metrics ) .
195197All cdc related metrics are automatically injected. It means you don't need to do anything.
You can’t perform that action at this time.
0 commit comments