Commit f9dede0
authored
fix: make sure all transmit metrics have correct libhoney prefix (#1661)
## Which problem is this PR solving?
We would like to preserve all existing `libhoney` metric names so that
users can compare the performance between version upgrades easily.
## Short description of the changes
- add `libhoney_` prefix to all transmit metrics1 parent 0fa1243 commit f9dede0
2 files changed
+8
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | | - | |
264 | 262 | | |
265 | | - | |
266 | 263 | | |
267 | 264 | | |
268 | | - | |
269 | 265 | | |
270 | 266 | | |
271 | | - | |
272 | 267 | | |
273 | 268 | | |
274 | | - | |
275 | 269 | | |
276 | 270 | | |
277 | | - | |
278 | 271 | | |
279 | 272 | | |
280 | | - | |
281 | 273 | | |
282 | 274 | | |
283 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
1126 | 1126 | | |
1127 | 1127 | | |
1128 | 1128 | | |
1129 | | - | |
| 1129 | + | |
1130 | 1130 | | |
1131 | | - | |
| 1131 | + | |
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
| |||
0 commit comments