Class MarshallerMetricsAnalyticsEvent

java.lang.Object
com.atlassian.confluence.impl.content.render.xhtml.analytics.MarshallerMetricsAnalyticsEvent

@AsynchronousPreferred public class MarshallerMetricsAnalyticsEvent extends Object
Encapsulates information gathered via the marshaller metrics framework as an analytics event.
Since:
5.8
  • Method Details

    • getEventName

      public String getEventName()
    • getContentId

      public String getContentId()
    • getContainerId

      public String getContainerId()
    • getCustomMetrics

      public Map<String,Long> getCustomMetrics()
    • getAccumulationKey

      public String getAccumulationKey()
    • getExecutionCount

      public int getExecutionCount()
    • getTotalExecutionTimeNanos

      public long getTotalExecutionTimeNanos()
    • getTotalStreamingTimeNanos

      public long getTotalStreamingTimeNanos()
    • getRenderContext

      public String getRenderContext()
    • getOutputDeviceType

      public String getOutputDeviceType()
    • getContentEntityType

      public String getContentEntityType()
    • getRequestCorrelationId

      public String getRequestCorrelationId()
    • isAsyncRenderSafe

      public boolean isAsyncRenderSafe()