summary refs log tree commit diff
path: root/changelog.d/12389.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-061-0/+1
Principally, `prometheus_client.REGISTRY.register` now requires its argument to extend `prometheus_client.Collector`. Additionally, `Gauge.set` is now annotated so that passing `Optional[int]` causes an error.