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

IntervalSource.period=None is definitely not supported #97

Closed phijor closed 3 years ago

phijor commented 3 years ago

This hopefully prevents two common(?) API misuses. Or at least makes them easier to debug.

Should the error message include a RT*M-statement?

Fixes #92 for good.

phijor commented 3 years ago

Well... sphinx-autodoc-typehints seems to be throwing a fit. The new version is faulty.

I'll just pin it.