Major changes in prometheus collector can be reverted ?

i have just upgraded my netdata agent from 1.36.0 to 1.38.1 and i notice some big change on prometheus collector behavior, so we loss prometheus grouping graph (usefull for analysis) and alarm’s. Is it possible to have same behavior than before in the new version of prometheus collector ?
example :

HELP com_siemens_polarion_license_current com_siemens_polarion_license_current

TYPE com_siemens_polarion_license_current gauge

com_siemens_polarion_license_current{statistics_name=“Named_XBase”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_Requirements”,} 2.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_TFS Add-on”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_Reviewer”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_XEnterprise”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_Xcelerator Add-on”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_QA”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_Xcelerator Add-on”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_XPro”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_Pro”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_XBase”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_ALM”,} 2.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_XPro”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_Reviewer”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_ALM”,} 1.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_Requirements”,} 6.0
com_siemens_polarion_license_current{statistics_name=“Named_TFS Add-on”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_QA”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Named_XEnterprise”,} 0.0
com_siemens_polarion_license_current{statistics_name=“Concurrent_Pro”,} 0.0

old behavior

new behavior we get 20 graph’s like

Hi, @t.gar. No, it is not possible to revert the changes/have the same behavior as before.

  • You can have ~ the same chart if using Cloud UI and change “group_by” of the chart to “statistics_name”.
  • Yes, alarms need to be rewritten. But in many cases, it was not possible to apply an alarm with the old grouping at all.