willkg / markus

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

Implement AnyTagValue for easier testing with tags (#141) #145

Closed willkg closed 4 months ago

willkg commented 4 months ago

This makes it easier to test with tags where the value is depenedent on something like a host name which changes.

Fixes #141.