Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit f1ee799

Browse files
committed
fixed comments
1 parent 88fe0b3 commit f1ee799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigtable/data/_metrics/handlers/opentelemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def on_operation_complete(self, op: CompletedOperationMetric) -> None:
163163
Update the metrics associated with a completed operation:
164164
- operation_latencies
165165
- retry_count
166+
- first_response_latencies
166167
"""
167168
labels = {
168169
"method": op.op_type.value,
@@ -193,7 +194,6 @@ def on_attempt_complete(
193194
"""
194195
Update the metrics associated with a completed attempt:
195196
- attempt_latencies
196-
- first_response_latencies
197197
- server_latencies
198198
- connectivity_error_count
199199
- application_latencies

0 commit comments

Comments
 (0)