class documentation
class _InstrumentedBearer(_TokenBearer): (source)
Constructor: _InstrumentedBearer(bearer, metrics)
Undocumented
| Method | __init__ |
Undocumented |
| Async Method | close |
Close the wrapped bearer. |
| Method | receiver |
Return an instrumented receiver. |
| Method | set |
Replace callbacks and propagate them to the wrapped bearer. |
| Property | metrics |
Return the metric provider label. |
| Property | name |
Return the wrapped bearer's name. |
| Property | wrapped |
Return the wrapped bearer. |
| Instance Variable | _bearer |
Undocumented |
| Instance Variable | _metrics |
Undocumented |
Inherited from Bearer:
| Class Method | default |
Return this bearer's default fully qualified metric provider label. |