File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -851,8 +851,10 @@ def metrics(self, raw=False):
851
851
This is ported from the Java Consumer, for details see:
852
852
https://kafka.apache.org/documentation/#new_consumer_monitoring
853
853
854
- Warning: This is an unstable interface. It may change in future
855
- releases without warning."""
854
+ Warning:
855
+ This is an unstable interface. It may change in future
856
+ releases without warning.
857
+ """
856
858
if raw :
857
859
return self ._metrics .metrics
858
860
Original file line number Diff line number Diff line change @@ -662,8 +662,10 @@ def metrics(self, raw=False):
662
662
This is ported from the Java Producer, for details see:
663
663
https://kafka.apache.org/documentation/#producer_monitoring
664
664
665
- Warning: This is an unstable interface. It may change in future
666
- releases without warning."""
665
+ Warning:
666
+ This is an unstable interface. It may change in future
667
+ releases without warning.
668
+ """
667
669
if raw :
668
670
return self ._metrics .metrics
669
671
You can’t perform that action at this time.
0 commit comments