metricq / metricq-python

🐍 The MetricQ Python interface
https://metricq.github.io/metricq-python/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

feat: add a connection name for better identification in the management UI #110

Closed kinnarr closed 3 years ago

kinnarr commented 3 years ago

The connection name has the form "(management|data|history) connection ".

For aiormq<5.1.1 client_properties require an outer {"client_properties": ...}. and aio-pika depends on aiormq<4 😞

kinnarr commented 3 years ago

105 fixes the failing mypy check