Skip to content

Commit 661731d

Browse files
committed
Upadate NEWS and UPRADING with info about FPM openmetrics format addition
1 parent c6c571d commit 661731d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ PHP NEWS
1010
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
1111
the method is private). (Nikita)
1212

13+
- FPM:
14+
. Added openmetrics status format. (Cees-Jan Kiewiet)
15+
1316
- FTP:
1417
. Convert resource<ftp> to object \FTPConnection. (Sara)
1518

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ PHP 8.1 UPGRADE NOTES
151151
$file = new CURLStringFile($data, 'filename.txt', 'text/plain');
152152
curl_setopt($curl, CURLOPT_POSTFIELDS, ['file' => $file]);
153153

154+
- FPM:
155+
. Added openmetrics status format. It can be used by Prometheus to fetch FPM
156+
metrics.
157+
154158
- hash:
155159
. The following functions have changed signatures:
156160

0 commit comments

Comments
 (0)