Commit 00be9a4
authored
Make KafkaMetrics class public
`KafkaMetrics` class is currently _package private_.
Making this public will enable using it in cases where constructing `KafkaClientMetrics` nor `KafkaConsumerMetrics` is a viable option.
Signed-off-by: Ondra Pelech <[email protected]>1 parent ae380b4 commit 00be9a4
File tree
1 file changed
+1
-1
lines changed- micrometer-core/src/main/java/io/micrometer/core/instrument/binder/kafka
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments