We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93110d1 commit 8565fe5Copy full SHA for 8565fe5
src/frequenz/sdk/actor/_resampling.py
@@ -79,7 +79,7 @@ async def _subscribe(self, request: ComponentMetricRequest) -> None:
79
80
# This is a temporary hack until the Sender implementation uses
81
# exceptions to report errors.
82
- sender = self._channel_registry.new_sender(request.get_channel_name())
+ sender = self._channel_registry.new_sender(request_channel_name)
83
84
async def sink_adapter(sample: Sample[Quantity]) -> None:
85
await sender.send(sample)
0 commit comments