You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another notable change, is the Xdebug port change. The default port is now `9003` instead of `9000`. Check your IDE
503
+
settings to confirm the correct port is specified.
504
+
505
+
For the full upgrade guide, please refer to the [official upgrade guide](https://xdebug.org/docs/upgrade_guide).
506
+
479
507
## Prometheus Exporter
480
508
481
509
In order to monitor applications many systems implement Prometheus to expose metrics, one challenge specially in PHP is how to expose those to Prometheus without having to, either implement an endpoint in our application, or add HTTP and an endpoint for non-interactive containers.
0 commit comments