-
Notifications
You must be signed in to change notification settings - Fork 61
RumAttributes
object RumAttributes
This class holds constant rum attribute keys.
const val ACTION_GESTURE_DIRECTION: String
The gesture event direction.
const val ACTION_GESTURE_FROM_STATE: String
The gesture event start state.
const val ACTION_GESTURE_TO_STATE: String
The gesture event final state.
const val ACTION_TARGET_CLASS_NAME: String
The touch target class name. (String)
RumMonitor.addAction |
RumMonitor.startAction |
RumMonitor.stopAction |
const val ACTION_TARGET_PARENT_CLASSNAME: String
The class name of the touch target's parent view. (String) For now we only detect RecyclerView as parent.
const val ACTION_TARGET_PARENT_INDEX: String
The index of the touch target in the parent view. (Integer) For now we only detect RecyclerView as parent.
const val ACTION_TARGET_PARENT_RESOURCE_ID: String
The resource id of the target container in case this is a scrollable component. (String) In case the resource id is missing we will provide the container id in a Hexa String format (e.g. 0x1A2B1) For now we only support the RecyclerView component.
const val ACTION_TARGET_RESOURCE_ID: String
The touch target resource id. (String) It can either be the resource identifier, or the raw hexadecimal value.
RumMonitor.addAction |
RumMonitor.startAction |
RumMonitor.stopAction |
const val ACTION_TARGET_TITLE: String
The title of the action's target. (String)
RumMonitor.addAction |
RumMonitor.startAction |
RumMonitor.stopAction |
const val APPLICATION_VERSION: String
The human readable version of the application. (String) This value is extracted from your application's manifest and filled automatically by the RumMonitor.
The custom environment name. (Number) This value is filled automatically by the RumMonitor.
const val ERROR_DATABASE_PATH: String
The path of the Database that triggered the error. This value is filled automatically by the RumMonitor.
const val ERROR_DATABASE_VERSION: String
The version of the Database that triggered the error. This value is filled automatically by the RumMonitor.
const val ERROR_FINGERPRINT: String
Specifies a custom error fingerprint for the supplied error.
const val ERROR_RESOURCE_METHOD: String
Indicates the action performed by the Resource which triggered the error. (String) This value is filled automatically by the RumMonitor and the DatadogInterceptor.
RumMonitor.startResource |
const val ERROR_RESOURCE_STATUS_CODE: String
The HTTP response status code for the Resource which triggered the error. (Number) This value is filled automatically by the DatadogInterceptor.
RumMonitor.stopResourceWithError |
const val ERROR_RESOURCE_URL: String
The URL of a loaded Resource which triggered the error. (String) This value is filled automatically by the RumMonitor and the DatadogInterceptor.
RumMonitor.stopResourceWithError |
const val GRAPHQL_OPERATION_NAME: String
GraphQL operation name coming from cross-platform SDK (String).
const val GRAPHQL_OPERATION_TYPE: String
GraphQL operation type coming from cross-platform SDK (String).
const val GRAPHQL_PAYLOAD: String
JSON representation of GraphQL payload coming from cross-platform SDK (String).
const val GRAPHQL_VARIABLES: String
JSON representation of GraphQL variables type coming from cross-platform SDK (String).
const val INTERNAL_ERROR_IS_CRASH: String
Overrides the default RUM error source is_crash
with a custom one.
const val INTERNAL_ERROR_SOURCE_TYPE: String
Overrides the default RUM error source type with a custom one.
const val INTERNAL_ERROR_TYPE: String
Overrides the automatic RUM error event type with a custom one.
const val INTERNAL_TIMESTAMP: String
Overrides the automatic RUM event timestamp with a custom one.
const val LONG_TASK_TARGET: String
The Long Task target info. (String)
const val NETWORK_BYTES_READ: String
Total number of bytes transmitted from the client to the server. (Number)
const val NETWORK_CARRIER_ID: String
The unique id of the Carrier attached to the SIM card. (Number) This value is filled automatically by the RumMonitor for resources and errors.
const val NETWORK_CARRIER_NAME: String
The name of the Carrier attached to the SIM card. (String) This value is filled automatically by the RumMonitor for resources and errors.
const val NETWORK_CONNECTIVITY: String
The connectivity status of the device. (String) This value is filled automatically by the RumMonitor for resources and errors.
const val NETWORK_DOWN_KBPS: String
The downstream bandwidth for the current network in Kbps. (Number) This value is filled automatically by the RumMonitor for resources and errors.
const val NETWORK_SIGNAL_STRENGTH: String
The bearer specific signal strength. (Number) This value is filled automatically by the RumMonitor for resources and errors.
const val NETWORK_UP_KBPS: String
The upstream bandwidth for the current network in Kbps. (Number) This value is filled automatically by the RumMonitor for resources and errors.
const val RESOURCE_TIMINGS: String
Timings coming from external sources, as object { startTime (number) + duration (number) }.
Tracing Sample Rate for the resource tracking, between zero and one. (Number) This value is filled automatically by the DatadogInterceptor.
const val SDK_VERSION: String
Version of the current Datadog SDK.
const val SERVICE_NAME: String
The name of the application or service generating the rum events. (String) This values is configurable through the Configuration.Builder during the SDK initialization. By default it will take the application package name.
The technology from which the log originated. (String) This value is filled automatically by the RumMonitor.
Span Id related to the resource loading. (Number) This value is filled automatically by the DatadogInterceptor.
Trace Id related to the resource loading. (Number) This value is filled automatically by the DatadogInterceptor.
The application variant. (String) This value is filled automatically by the RumMonitor.
- Datadog
- DatadogSite
- _InternalProxy
- InternalLogger
- SdkCore
- DatadogContext
- DeviceInfo
- DeviceType
- NetworkInfo
- ProcessInfo
- TimeInfo
- UserInfo
- Feature
- FeatureContextUpdateReceiver
- FeatureEventReceiver
- FeatureScope
- FeatureSdkCore
- StorageBackedFeature
- Request
- RequestFactory
- DataWriter
- EventBatchWriter
- EventType
- FeatureStorageConfiguration
- RawBatchEvent
- DataStoreHandler
- DataStoreReadCallback
- DataStoreWriteCallback
- InternalSdkCore
- SdkReference
- BackPressureMitigation
- BackPressureStrategy
- BatchProcessingLevel
- BatchSize
- Configuration
- HostsSanitizer
- UploadFrequency
- UploadSchedulerStrategy
- DataConstraints
- DatadogDataConstraints
- ThreadDump
- DefaultFirstPartyHostHeaderTypeResolver
- FirstPartyHostHeaderTypeResolver
- Deserializer
- BuildSdkVersionProvider
- JsonSerializer
- MethodCallSamplingRate
- PerformanceMetric
- TelemetryMetricType
- PersistenceStrategy
- Serializer
- DataStoreContent
- RateBasedSampler
- Sampler
- FlushableExecutorService
- EventMapper
- MapperSerializer
- NoOpEventMapper
- LogAttributes
- TrackingConsent
- TrackingConsentProviderCallback
- Encryption
- TracingHeaderType
- DdRumContentProvider
- GlobalRumMonitor
- Rum
- RumActionType
- RumAttributes
- RumConfiguration
- RumErrorSource
- RumMonitor
- RumPerformanceMetric
- RumResourceAttributesProvider
- RumResourceKind
- RumResourceMethod
- RumSessionListener
- _RumInternalProxy
- VitalsUpdateFrequency
- ViewEventMapper
- ResourceTiming
- AdvancedNetworkRumMonitor
- ResourceId
- RumResourceInputStream
- AcceptAllActivities
- AcceptAllDefaultFragment
- AcceptAllNavDestinations
- AcceptAllSupportFragments
- ActivityLifecycleTrackingStrategy
- ActivityViewTrackingStrategy
- ComponentPredicate
- FragmentViewTrackingStrategy
- InteractionPredicate
- MixedViewTrackingStrategy
- NavigationViewTrackingStrategy
- TrackingStrategy
- ViewAttributesProvider
- ViewTrackingStrategy
- DatadogDatabaseErrorHandler
- ActionEvent
- ErrorEvent
- LongTaskEvent
- ResourceEvent
- ViewEvent
- TelemetryConfigurationEvent
- TelemetryDebugEvent
- TelemetryErrorEvent
- ExtensionSupport
- ImagePrivacy
- MapperTypeWrapper
- SessionReplay
- SessionReplayConfiguration
- SessionReplayPrivacy
- MappingContext
- OptionSelectorDetector
- SystemInformation
- BaseAsyncBackgroundWireframeMapper
- BaseViewGroupMapper
- BaseWireframeMapper
- EditTextMapper
- TextViewMapper
- TraverseAllChildrenMapper
- WireframeMapper
- AndroidMDrawableToColorMapper
- AndroidQDrawableToColorMapper
- AsyncJobStatusCallback
- ColorStringFormatter
- DefaultColorStringFormatter
- DefaultViewBoundsResolver
- DefaultViewIdentifierResolver
- DrawableToColorMapper
- GlobalBounds
- ImageWireframeHelper
- LegacyDrawableToColorMapper
- ViewBoundsResolver
- ViewIdentifierResolver
- MobileSegment
- ResourceHashesEntry
- ResourceMetadata