This repository was archived by the owner on May 8, 2026. It is now read-only.
Commit e417a57
committed
fix: ensure that EnvInfo stays constant between metric exports
The previous metrics refactor accidentally recomputed the uuid for metrics labels for each export, causing each export to create a new stream
Change-Id: I14e7cfb691750c4017b65e09c58bf8b729e625c31 parent 60d6a71 commit e417a57
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
193 | | - | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments