-
Notifications
You must be signed in to change notification settings - Fork 66
LogAttributes
object LogAttributes
This class holds constant log attribute keys.
You can find more information on Datadog's log attributes at https://docs.datadoghq.com/logs/processing/attributes_naming_convention/ .
const val APPLICATION_PACKAGE: String
The package name of the application. (String) This value is extracted from your application's manifest and filled automatically by the Logger.
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 Logger.
The date when the log is fired as an ISO-8601 String. (String) This value is filled automatically by the Logger.
const val DB_INSTANCE: String
Database instance name. (String)
const val DB_OPERATION: String
The operation that was performed (“query”, “update”, “delete”,…). (String)
const val DB_STATEMENT: String
A database statement for the given database type. (String) E.g., for mySQL: "SELECT * FROM wuser_table";
User that performs the operation. (String)
const val DD_SPAN_ID: String
The id of the active Span. (String) This lets the Trace and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithTraceEnabled |
const val DD_TRACE_ID: String
The id of the active Trace. (String) This lets the Trace and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithTraceEnabled |
A duration of any kind in nanoseconds. (Number) E.g.: HTTP response time, database query time, latency, etc.
The custom environment name. (Number) This value is filled automatically by the Logger.
const val ERROR_FINGERPRINT: String
Specifies a custom error fingerprint for the supplied log. (String)
const val ERROR_KIND: String
The error type or kind (or code is some cases). (String) This value is filled automatically by the Logger when you pass in a Throwable.
const val ERROR_MESSAGE: String
A concise, human-readable, one-line message explaining the event (String) This value is filled automatically by the Logger when you pass in a Throwable.
const val ERROR_SOURCE_TYPE: String
The source type of the error. This value is used to indicate the language or platform that the error originates from, such as Flutter, React Native, or the NDK. (String)
const val ERROR_STACK: String
The stack trace or the complementary information about the error (String) This value is filled automatically by the Logger when you pass in a Throwable.
The name of the originating host as defined in metrics. (String) This value is automatically filled by the Datadog framework.
const val HTTP_METHOD: String
Indicates the desired action to be performed for a given resource. (String)
const val HTTP_REFERRER: String
HTTP header field that identifies the address of the web page that linked to the resource being requested. (String)
const val HTTP_REQUEST_ID: String
The ID of the HTTP request. (String)
const val HTTP_STATUS_CODE: String
The HTTP response status code. (Number)
The URL of the HTTP request. (String)
const val HTTP_USERAGENT: String
The User-Agent as it is sent (raw format). (String) This value is automatically filled by the Datadog framework, using the System's "http.agent" property.
const val HTTP_VERSION: String
The version of HTTP used for the request. (String)
const val LOGGER_METHOD_NAME: String
The class method name. (String)
const val LOGGER_NAME: String
The name of the logger. (String) This value is filled automatically by the Logger.
Logger.Builder.setName |
const val LOGGER_THREAD_NAME: String
The name of the current thread when the log is fired. (String) This value is filled automatically by the Logger.
const val LOGGER_VERSION: String
The version of the logger. (String) This value is filled automatically by the Logger.
The body of the log entry. (String) This value is filled automatically by the Logger.
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 Logger.
Logger.Builder.setNetworkInfoEnabled |
const val NETWORK_CARRIER_NAME: String
The name of the Carrier attached to the SIM card. (String) This value is filled automatically by the Logger.
Logger.Builder.setNetworkInfoEnabled |
const val NETWORK_CLIENT_IP: String
The IP address of the client that initiated the TCP connection. (String) This value is automatically filled by the Datadog framework.
const val NETWORK_CLIENT_PORT: String
The port of the client that initiated the connection. (Number)
const val NETWORK_CONNECTIVITY: String
The connectivity status of the device. (String) This value is filled automatically by the Logger.
Logger.Builder.setNetworkInfoEnabled |
const val NETWORK_DOWN_KBPS: String
The downstream bandwidth for the current network in Kbps. (Number) This value is filled automatically by the Logger.
Logger.Builder.setNetworkInfoEnabled |
const val NETWORK_SIGNAL_STRENGTH: String
The bearer specific signal strength. (Number) This value is filled automatically by the Logger.
Logger.Builder.setNetworkInfoEnabled |
const val NETWORK_UP_KBPS: String
The upstream bandwidth for the current network in Kbps. (Number) This value is filled automatically by the Logger.
Logger.Builder.setNetworkInfoEnabled |
const val RUM_ACTION_ID: String
The id of the active RUM Action. (String) This lets the RUM and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithRumEnabled |
const val RUM_APPLICATION_ID: String
The RUM Application ID. (String) This lets the RUM and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithRumEnabled |
const val RUM_SESSION_ID: String
The id of the active RUM session. (String) This lets the RUM and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithRumEnabled |
const val RUM_VIEW_ID: String
The id of the active RUM View. (String) This lets the RUM and Logs features to be linked. This value is filled automatically by the Logger.
Logger.Builder.bundleWithRumEnabled |
const val SERVICE_NAME: String
The name of the application or service generating the log events. (String) This value is filled automatically by the Logger.
Configuration.Builder.service |
Logger.Builder.setService |
The technology from which the log originated. (String) This value is filled automatically by the Logger.
const val SOURCE_TYPE: String
The source type of an error. Used by cross platform tools to indicate the language or platform that the error originates from, such as Flutter or React Native (String).
The level/severity of a log. (String) This value is filled automatically by the Logger.
const val USR_ATTRIBUTES_GROUP: String
Group containing user properties.
LogAttributes.USR_EMAIL |
LogAttributes.USR_ID |
LogAttributes.USR_NAME |
The user email. (String) This value is filled automatically by the Logger.
SdkCore.setUserInfo |
The user identifier. (String) This value is filled automatically by the Logger.
SdkCore.setUserInfo |
The user friendly name. (String) This value is filled automatically by the Logger.
SdkCore.setUserInfo |
The application variant. (String) This value is filled automatically by the Logger.
- 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