willkg / markus

Markus is a Python library for generating metrics
Mozilla Public License 2.0
70 stars 8 forks source link

support passing in no key prefix to `get_metrics` #59

Closed willkg closed 4 years ago

willkg commented 4 years ago

get_metrics requires a "thing" from which it generates a key prefix for all keys produced with that MetricsInterface.

It'd be nice if get_metrics didn't require a thing and if there was no thing, then there would be no key prefix.