Class JmxLoggingHelper


  • @Deprecated(since="8.8.0",
                forRemoval=true)
    public class JmxLoggingHelper
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 8.8.0. Will be removed in 9.0
    Helper function for logging JMX metrics for both JmxLoggingJob and JmxAppLoggingJob
    Since:
    7.17
    • Constructor Detail

      • JmxLoggingHelper

        public JmxLoggingHelper()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • readQueriesFromConfig

        public List<JmxLoggingHelper.InstrumentQuery> readQueriesFromConfig​(String filename,
                                                                            org.slf4j.Logger log)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • logQueryResults

        public void logQueryResults​(JmxLoggingHelper.InstrumentQuery instrumentQuery,
                                    org.slf4j.Logger log)
        Deprecated, for removal: This API element is subject to removal in a future version.