Unable to start Graphite debugger

Hi there,

I’m trying to enable the graphite debugger according to this troubleshooting guide.

When I try to open the debugger by accessing https://icinga2.mycompany.com/graphite/services?service.name=my_service&host.name=my_host&graph_debug=1, I’m getting this error:

Can’t require column ‘graph_debug’ in model ‘Icinga\Module\Icingadb\Model\Service’. Column not found.

#0 /usr/share/icinga-php/ipl/vendor/ipl/orm/src/Compat/FilterProcessor.php(188): ipl\Orm\Compat\FilterProcessor->requireAndResolveFilterColumns(Object(ipl\Stdlib\Filter\Equal), Object(ipl\Orm\Query), NULL)
#1 /usr/share/icinga-php/ipl/vendor/ipl/orm/src/Compat/FilterProcessor.php(188): ipl\Orm\Compat\FilterProcessor->requireAndResolveFilterColumns(Object(ipl\Stdlib\Filter\All), Object(ipl\Orm\Query), NULL)
#2 /usr/share/icinga-php/ipl/vendor/ipl/orm/src/Compat/FilterProcessor.php(80): ipl\Orm\Compat\FilterProcessor->requireAndResolveFilterColumns(Object(ipl\Stdlib\Filter\All), Object(ipl\Orm\Query))
#3 /usr/share/icinga-php/ipl/vendor/ipl/orm/src/Query.php(477): ipl\Orm\Compat\FilterProcessor::resolveFilter(Object(ipl\Stdlib\Filter\All), Object(ipl\Orm\Query))
#4 /usr/share/icinga-php/ipl/vendor/ipl/orm/src/Query.php(713): ipl\Orm\Query->assembleSelect()
#5 /usr/share/icinga-php/ipl/vendor/ipl/web/src/Control/PaginationControl.php(156): ipl\Orm\Query->count()
#6 /usr/share/icinga-php/ipl/vendor/ipl/web/src/Control/PaginationControl.php(199): ipl\Web\Control\PaginationControl->getTotalCount()
#7 /usr/share/icinga-php/ipl/vendor/ipl/web/src/Control/PaginationControl.php(498): ipl\Web\Control\PaginationControl->getPageCount()
#8 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(344): ipl\Web\Control\PaginationControl->assemble()
#9 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(566): ipl\Html\HtmlDocument->ensureAssembled()
#10 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(390): ipl\Html\HtmlDocument->render()
#11 /usr/share/icinga-php/ipl/vendor/ipl/html/src/BaseHtmlElement.php(297): ipl\Html\HtmlDocument->renderUnwrapped()
#12 /usr/share/icinga-php/ipl/vendor/ipl/html/src/BaseHtmlElement.php(365): ipl\Html\BaseHtmlElement->renderContent()
#13 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(568): ipl\Html\BaseHtmlElement->renderUnwrapped()
#14 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(390): ipl\Html\HtmlDocument->render()
#15 /usr/share/icinga-php/ipl/vendor/ipl/html/src/HtmlDocument.php(568): ipl\Html\HtmlDocument->renderUnwrapped()
#16 /usr/share/icinga-php/ipl/vendor/ipl/web/src/Compat/ViewRenderer.php(62): ipl\Html\HtmlDocument->render()
#17 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/Helper/ViewRenderer.php(970): ipl\Web\Compat\ViewRenderer->render()
#18 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action/HelperBroker.php(277): Zend_Controller_Action_Helper_ViewRenderer->postDispatch()
#19 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Action.php(527): Zend_Controller_Action_HelperBroker->notifyPostDispatch()
#20 /usr/share/php/Icinga/Web/Controller/Dispatcher.php(76): Zend_Controller_Action->dispatch(String)
#21 /usr/share/icinga-php/vendor/vendor/shardj/zf1-future/library/Zend/Controller/Front.php(954): Icinga\Web\Controller\Dispatcher->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#22 /usr/share/php/Icinga/Application/Web.php(294): Zend_Controller_Front->dispatch(Object(Icinga\Web\Request), Object(Icinga\Web\Response))
#23 /usr/share/php/Icinga/Application/webrouter.php(105): Icinga\Application\Web->dispatch()
#24 /usr/share/icingaweb2/public/index.php(4): require_once(String)
#25 {main}

This only happens when I add the graph_debug=1 URL parameter. Without that, the graphs load just not the way I want to, hence the need for the debugger.
Unfortuantely I don’t have much experience with Graphite and I’m not sure what I’m doing wrong here. Is there a way to debug the debugger?

System infomation

Icinga Web 2 version 2.12.2
Used modules and their versions (System - About) director 1.11.3, fileshipper 1.2.0, icingadb 1.1.3, graphite 1.2.4, incubator 0.22.0, pdfexport 0.10.2, reporting 0.10.0
Used libraries icinga/icinga-php-library 0.14.1, icinga/icinga-php-thirdparty 0.12.1
Web browser used Zen (Firefox)
Icinga 2 version used r2.14.3-1
PHP version used 8.2.26
Server operating system and version Debian 12