Closed eagletmt closed 4 years ago
<source> @type prometheus port 27224 </source>
The above configuration causes NoMethodError when async-http is available. This patch fixes the compatibility between WEBrick's response object and async-http's response object.
This changeset is included in more essential fix: #171
The above configuration causes NoMethodError when async-http is available. This patch fixes the compatibility between WEBrick's response object and async-http's response object.