Skip to content

Commit d12356e

Browse files
authored
fix: metric names (#90)
1 parent 1cf4f90 commit d12356e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ Check out on [go-dcp](https://github.com/Trendyol/go-dcp#configuration)
122122

123123
| Metric Name | Description | Labels | Value Type |
124124
|---------------------------------------------------------|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
125-
| elasticsearch_connector_latency_ms | Time to adding to the batch. | N/A | Gauge |
126-
| elasticsearch_connector_bulk_request_process_latency_ms | Time to process bulk request. | N/A | Gauge |
127-
| elasticsearch_connector_action_total | Count elasticsearch actions | `action_type`: Type of action (e.g., `delete`, `index`) `result`: Result of the action (e.g., `success`, `error`) `index_name`: The name of the index to which the action is applied | Counter |
125+
| cbgo_elasticsearch_connector_latency_ms_current | Time to adding to the batch. | N/A | Gauge |
126+
| cbgo_elasticsearch_connector_bulk_request_process_latency_ms_current | Time to process bulk request. | N/A | Gauge |
127+
| cbgo_elasticsearch_connector_action_total_current | Count elasticsearch actions | `action_type`: Type of action (e.g., `delete`, `index`) `result`: Result of the action (e.g., `success`, `error`) `index_name`: The name of the index to which the action is applied | Counter |
128128

129129
You can also use all DCP-related metrics explained [here](https://github.com/Trendyol/go-dcp#exposed-metrics).
130130
All DCP-related metrics are automatically injected. It means you don't need to do anything.

0 commit comments

Comments
 (0)