Commit c9509a5
committed
Improve type safety in Micrometer HTTP server metrics
```
- Refactor context local data handling across Micrometer integration to improve type safety with generics.
- Simplify and clean up code by removing unnecessary type casts in `ContextLocalTag`.
```1 parent e3e3653 commit c9509a5
File tree
3 files changed
+3
-3
lines changed- extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime
- binder/vertx
- integration-tests/micrometer-prometheus/src/main/java/io/quarkus
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
0 commit comments