Apache scoreboard gone

Suggested template:

Problem/Question

node 93345b6f-df02-4fd5-ba14-602d246c52bd
scoreboard is gone no more visible in UI and API
previously used as apache_local.scoreboard.dimensions.waiting.value

Relevant docs you followed/actions you took to solve the issue

/opt/netdata/usr/libexec/netdata/plugins.d$ ./go.d.plugin -d -m apache

BEGIN 'apache_local.scoreboard'
SET 'waiting' = 92
SET 'starting' = 0
SET 'reading' = 1
SET 'sending' = 8
SET 'keepalive' = 0
SET 'dns_lookup' = 0
SET 'closing' = 15
SET 'logging' = 0
SET 'finishing' = 0
SET 'idle_cleanup' = 0
SET 'open' = 399
END

Environment/Browser/Agent’s version etc

Netdata Agent:
v1.44.0-65-g5428ce3be

What I expected to happen

Scoreboard to be returned

here other nodes have “connections” tab
image

P.S. I didn’t touch config or anything. I was playing with redis config and restarted netdata. so maybe it started using never version than before or smth.

full reinstall helped.