19.2.0
What's Changed
New Features
- Add prometheus support (Fixes #3407) by @leplatrem in #3453
Can now be enabled via built-in pluginkinto.plugins.prometheus
inkinto.includes
(see settings docs)
Deprecations
- Before, assigning a value to the
kinto.statsd_url
setting was enough to enable StatsD monitoring. It is now recommended to addkinto.plugins.statsd
to the list of enabled plugins inkinto.includes
(see settings docs) - Initialization step
kinto.core.initialization.setup_statsd
inkinto.initialization_sequence
is now deprecated. Usekinto.core.initialization.setup_metrics
.
Internals:
config.registry.statsd
is now deprecated. Useconfig.registry.metrics
instead.
Other Changes
- Update code of conduct reference by @emmanuel-ferdman in #3444
New Contributors
- @emmanuel-ferdman made their first contribution in #3444
Full Changelog: 18.1.1...19.2.0