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 @@ -660,8 +660,10 @@ def metrics(self, raw=False):
660
660
This is ported from the Java Producer, for details see:
661
661
https://kafka.apache.org/documentation/#producer_monitoring
662
662
663
- Warning: This is an unstable interface. It may change in future
664
- releases without warning."""
663
+ Warning:
664
+ This is an unstable interface. It may change in future
665
+ releases without warning.
666
+ """
665
667
if raw :
666
668
return self ._metrics .metrics
667
669
You can’t perform that action at this time.
0 commit comments