Class HttpRecentSessionsInProductDiagnosticJob

  • All Implemented Interfaces:
    com.atlassian.diagnostics.ipd.internal.spi.IpdJob

    public class HttpRecentSessionsInProductDiagnosticJob
    extends Object
    implements com.atlassian.diagnostics.ipd.internal.spi.IpdJob
    IPD Job that measures the number of recent HTTP user sessions. Recent session is the active session that has been used in the last one hour.
    Since:
    8.1.0
    • Constructor Detail

      • HttpRecentSessionsInProductDiagnosticJob

        public HttpRecentSessionsInProductDiagnosticJob​(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner,
                                                        HttpSessionTracker sessionTracker,
                                                        IpdSessionMonitoringService service,
                                                        com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry)
    • Method Detail

      • runJob

        public void runJob()
        Specified by:
        runJob in interface com.atlassian.diagnostics.ipd.internal.spi.IpdJob