claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
174 stars 21 forks source link

Deprecate support for binary format metrics #57

Closed claws closed 1 year ago

claws commented 3 years ago

Prometheus stopped supporting the binary metric format a while ago. To simplify maintaining this library it is recommended that the support for binary format metrics be deprecated and eventually removed.

claws commented 2 years ago

Binary metric support has been converted into an optional extra.