|
@@ -103,6 +103,9 @@ const Details: React.FC = () => {
|
|
<Metrics.Indicator label="Coordinator ID">
|
|
<Metrics.Indicator label="Coordinator ID">
|
|
{consumerGroup.coordinator?.id}
|
|
{consumerGroup.coordinator?.id}
|
|
</Metrics.Indicator>
|
|
</Metrics.Indicator>
|
|
|
|
+ <Metrics.Indicator label="Total lag">
|
|
|
|
+ {consumerGroup.messagesBehind}
|
|
|
|
+ </Metrics.Indicator>
|
|
</Metrics.Section>
|
|
</Metrics.Section>
|
|
</Metrics.Wrapper>
|
|
</Metrics.Wrapper>
|
|
<Table isFullwidth>
|
|
<Table isFullwidth>
|