appsignal/appsignal-python

Add distribution values helper

unflxw opened this issue · 1 comments

Now that histogram support has been implemented, add an add_distribution_value helper, like the ones for Ruby, Elixir and Node.js (docs)

The helper would be added here, next to increase_counter: https://github.com/appsignal/appsignal-python/blob/main/src/appsignal/metrics.py

Done in #198.