-
Notifications
You must be signed in to change notification settings - Fork 28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
- Coverage 72.46% 72.08% -0.39%
==========================================
Files 21 21
Lines 1322 1336 +14
==========================================
+ Hits 958 963 +5
- Misses 323 330 +7
- Partials 41 43 +2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
+ Coverage 72.46% 72.48% +0.02%
==========================================
Files 21 21
Lines 1322 1334 +12
==========================================
+ Hits 958 967 +9
- Misses 323 325 +2
- Partials 41 42 +1
Continue to review full report at Codecov.
|
@@ -53,5 +53,6 @@ const ( | |||
KafkaPartitionOffsetFreshnessLag = "kafka.partition.freshness-lag" | |||
KafkaPartitionReadOffset = "kafka.partition.read-offset" | |||
KafkaPartitionCommitOffset = "kafka.partition.commit-offset" | |||
KafkaPartitionOwnedCount = "kafka.partition.owned.count" | |||
KafkaPartitionOwned = "kafka.partition.owned" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is KafkaPartitionOwned being used any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KafkaPartitionOwned is a gauge that determines whether a given partition is currently owned.
No description provided.