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)
    • Method Detail

      • measure

        @Nonnull
        public List<com.atlassian.diagnostics.ipd.internal.spi.IpdMeasurement> measure()
        Specified by:
        measure in interface com.atlassian.diagnostics.ipd.internal.spi.IpdJob