v11.2.0
Features
- expose metrics via uvicorn webserver
- makes all uvicorn configuration options possible
- add security best practices to server configuration
- add following metrics to
http_input
connectornummer_of_http_requests
message_backlog_size
Bugfix
- fixes a bug in grokker rules, where common field prefixes wasn't possible
- fixes bug where missing key in credentials file leads to AttributeError
Details
- Fix AttributeError due to missing key in credentials file by @djkhl in #574
- Fix grokker rules that have fields with common prefixes by @dtrai2 in #571
- export metrics via uvicorn asgi app by @ekneg54 in #576
- add http input connector metrics by @ekneg54 in #578
Full Changelog: v11.1.0...v11.2.0