Fixing #79
Add configuration option to show 'Make Data Count' metrics or not.
The json is: "makeDataCount": true, but when unspecified it is true.
When set to false the MDC panel is hidden and also no backend calls are made to retrieve the information.
Fixing #79 Add configuration option to show 'Make Data Count' metrics or not.
The json is:
"makeDataCount": true
, but when unspecified it istrue
. When set tofalse
the MDC panel is hidden and also no backend calls are made to retrieve the information.