From 661731d4f1c4ed42cd9afb26aaf8bb3d63d1aafb Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 21 Mar 2021 18:32:19 +0000 Subject: Upadate NEWS and UPRADING with info about FPM openmetrics format addition --- NEWS | 3 +++ UPGRADING | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 32f3b6a088..dbef937e6d 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,9 @@ PHP NEWS . Fixed bug #53826 (__callStatic fired in base class through a parent call if the method is private). (Nikita) +- FPM: + . Added openmetrics status format. (Cees-Jan Kiewiet) + - FTP: . Convert resource to object \FTPConnection. (Sara) diff --git a/UPGRADING b/UPGRADING index 97b99a380b..ceda239b76 100644 --- a/UPGRADING +++ b/UPGRADING @@ -151,6 +151,10 @@ PHP 8.1 UPGRADE NOTES $file = new CURLStringFile($data, 'filename.txt', 'text/plain'); curl_setopt($curl, CURLOPT_POSTFIELDS, ['file' => $file]); +- FPM: + . Added openmetrics status format. It can be used by Prometheus to fetch FPM + metrics. + - hash: . The following functions have changed signatures: -- cgit v1.2.1