summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2021-03-21 18:32:19 +0000
committerJakub Zelenka <bukka@php.net>2021-03-21 18:32:19 +0000
commit661731d4f1c4ed42cd9afb26aaf8bb3d63d1aafb (patch)
treec8ae438e187bf1629f8da50119ff784e569274a1
parentc6c571d92b2f02672f500af08b8927dbf274ebe9 (diff)
downloadphp-git-661731d4f1c4ed42cd9afb26aaf8bb3d63d1aafb.tar.gz
Upadate NEWS and UPRADING with info about FPM openmetrics format addition
-rw-r--r--NEWS3
-rw-r--r--UPGRADING4
2 files changed, 7 insertions, 0 deletions
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<ftp> 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: