Commit 01cc865
authored
MINOR: Correct ShareCoordinatorMetrics comments and sensor name constant (#20999)
1. The comment incorrectly referenced `write-latency-total`, but the
actual
metrics are `write-latency-max` (using Max() statistics).
<img width="564" height="633" alt="image"
src="https://github.com/user-attachments/assets/9b6b5e45-2060-453f-b7dd-49ada8c946b9"
/>
2. The `SHARE_COORDINATOR_STATE_TOPIC_PRUNE_SENSOR_NAME` constant value
had a redundant "SensorName" suffix that was inconsistent with other
sensor name constants. Removing it ensures consistent naming conventions
across all sensor name constants.
Reviewers: Sushant Mahajan <[email protected]>, Andrew Schofield
<[email protected]>1 parent 889c3d4 commit 01cc865
File tree
1 file changed
+3
-3
lines changed1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments