-
public final class TimeseriesCpuEventSchema of common properties of RUM events
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimeseriesCpuEvent.Companionpublic final classTimeseriesCpuEvent.ApplicationApplication properties
public final classTimeseriesCpuEvent.TimeseriesCpuEventSessionSession properties
public final classTimeseriesCpuEvent.ViewView properties
public final classTimeseriesCpuEvent.UsrUser properties
public final classTimeseriesCpuEvent.AccountAccount properties
public final classTimeseriesCpuEvent.TabTab properties
public final classTimeseriesCpuEvent.ConnectivityDevice connectivity properties
public final classTimeseriesCpuEvent.DisplayDisplay properties
public final classTimeseriesCpuEvent.SyntheticsSynthetics properties
public final classTimeseriesCpuEvent.CiTestCI Visibility properties
public final classTimeseriesCpuEvent.OsOperating system properties
public final classTimeseriesCpuEvent.DeviceDevice properties
public final classTimeseriesCpuEvent.DdInternal properties
public final classTimeseriesCpuEvent.ContextUser provided context
public final classTimeseriesCpuEvent.StreamStream properties
public final classTimeseriesCpuEvent.TimeseriesCPU timeseries properties
public final classTimeseriesCpuEvent.CellularCellular connectivity properties
public final classTimeseriesCpuEvent.ViewportThe viewport represents the rectangular area that is currently being viewed. Content outside the viewport is not visible onscreen until scrolled into view.
public final classTimeseriesCpuEvent.DdSessionSession-related internal properties
public final classTimeseriesCpuEvent.ConfigurationSubset of the SDK configuration options in use during its execution
public final classTimeseriesCpuEvent.DataFlattened CPU data points
public final classTimeseriesCpuEvent.ValuesCPU measurements, aligned index-for-index with timestamps
public enumTimeseriesCpuEvent.SourceThe source of this event
public enumTimeseriesCpuEvent.TimeseriesCpuEventSessionTypeType of the session
public enumTimeseriesCpuEvent.StatusStatus of the device connectivity
public enumTimeseriesCpuEvent.Interfacepublic enumTimeseriesCpuEvent.EffectiveTypeCellular connection type reflecting the measured network performance
public enumTimeseriesCpuEvent.DeviceTypeDevice type info
public enumTimeseriesCpuEvent.PlanSession plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)
public enumTimeseriesCpuEvent.SessionPreconditionThe precondition that led to the creation of the session
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TimeseriesCpuEvent(Long date, TimeseriesCpuEvent.Application application, String service, String version, String buildVersion, String buildId, String ddtags, TimeseriesCpuEvent.TimeseriesCpuEventSession session, TimeseriesCpuEvent.Source source, TimeseriesCpuEvent.View view, TimeseriesCpuEvent.Usr usr, TimeseriesCpuEvent.Account account, TimeseriesCpuEvent.Tab tab, TimeseriesCpuEvent.Connectivity connectivity, TimeseriesCpuEvent.Display display, TimeseriesCpuEvent.Synthetics synthetics, TimeseriesCpuEvent.CiTest ciTest, TimeseriesCpuEvent.Os os, TimeseriesCpuEvent.Device device, TimeseriesCpuEvent.Dd dd, TimeseriesCpuEvent.Context context, TimeseriesCpuEvent.Stream stream, TimeseriesCpuEvent.Timeseries timeseries)
-
Method Summary
-
-
Constructor Detail
-
TimeseriesCpuEvent
TimeseriesCpuEvent(Long date, TimeseriesCpuEvent.Application application, String service, String version, String buildVersion, String buildId, String ddtags, TimeseriesCpuEvent.TimeseriesCpuEventSession session, TimeseriesCpuEvent.Source source, TimeseriesCpuEvent.View view, TimeseriesCpuEvent.Usr usr, TimeseriesCpuEvent.Account account, TimeseriesCpuEvent.Tab tab, TimeseriesCpuEvent.Connectivity connectivity, TimeseriesCpuEvent.Display display, TimeseriesCpuEvent.Synthetics synthetics, TimeseriesCpuEvent.CiTest ciTest, TimeseriesCpuEvent.Os os, TimeseriesCpuEvent.Device device, TimeseriesCpuEvent.Dd dd, TimeseriesCpuEvent.Context context, TimeseriesCpuEvent.Stream stream, TimeseriesCpuEvent.Timeseries timeseries)
- Parameters:
date- Start of the event in ms from epochapplication- Application propertiesservice- The service name for this applicationversion- The version for this applicationbuildVersion- The build version for this applicationbuildId- Generated unique ID of the application build.ddtags- Tags of the event in key:value format, separated by commas (e.g.session- Session propertiessource- The source of this eventview- View propertiesusr- User propertiesaccount- Account propertiestab- Tab propertiesconnectivity- Device connectivity propertiesdisplay- Display propertiessynthetics- Synthetics propertiesciTest- CI Visibility propertiesos- Operating system propertiesdevice- Device propertiesdd- Internal propertiescontext- User provided contextstream- Stream propertiestimeseries- CPU timeseries properties
-
-
Method Detail
-
getApplication
final TimeseriesCpuEvent.Application getApplication()
-
getService
final String getService()
-
getVersion
final String getVersion()
-
getBuildVersion
final String getBuildVersion()
-
getBuildId
final String getBuildId()
-
getSession
final TimeseriesCpuEvent.TimeseriesCpuEventSession getSession()
-
getSource
final TimeseriesCpuEvent.Source getSource()
-
getView
final TimeseriesCpuEvent.View getView()
-
getUsr
final TimeseriesCpuEvent.Usr getUsr()
-
getAccount
final TimeseriesCpuEvent.Account getAccount()
-
getTab
final TimeseriesCpuEvent.Tab getTab()
-
getConnectivity
final TimeseriesCpuEvent.Connectivity getConnectivity()
-
getDisplay
final TimeseriesCpuEvent.Display getDisplay()
-
getSynthetics
final TimeseriesCpuEvent.Synthetics getSynthetics()
-
getCiTest
final TimeseriesCpuEvent.CiTest getCiTest()
-
getOs
final TimeseriesCpuEvent.Os getOs()
-
getDevice
final TimeseriesCpuEvent.Device getDevice()
-
getDd
final TimeseriesCpuEvent.Dd getDd()
-
getContext
final TimeseriesCpuEvent.Context getContext()
-
getStream
final TimeseriesCpuEvent.Stream getStream()
-
getTimeseries
final TimeseriesCpuEvent.Timeseries getTimeseries()
-
toJson
final JsonElement toJson()
-
-
-
-