Default Standard Attributes

The following table lists the attributes automatically applied to data sent to Datadog by the Agent by each of the RUM, Logs, and APM products, as applicable to the data domain. Optionally, filter the list by product or search by keyword or description text to find the attributes you're interested in.

SourceDomainAttribute NameTypeDescription
ReservedhoststringThe name of the originating host as defined in metrics. Datadog automatically retrieves corresponding host tags from the matching host in Datadog and applies them to your telemetry. The Agent sets this value automatically.
ReservedsourcestringThis corresponds to the integration name, the technology from which the data originated. When it matches an integration name, Datadog automatically installs the corresponding parsers and facets. For example, nginx, postgresql, and so on.
ReservedstatusstringThis corresponds to the level or severity of the data. For logs, it is used to define log patterns and has a dedicated layout in the Log Management UI.
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
ReservedservicestringThe unified service name for the application or service that is generating the data, used to correlate user sessions. It is used to switch from APM to other products, so make sure you define the same value when you use both products. In the RUM Browser SDK, a service denotes a set of pages built by a team that offers a specific functionality in your browser application. You can assign web pages to a service with manual view tracking.
Reservedtrace_idnumberThe Trace ID used for traces. It is used to correlate your traces with other data, including logs.
ReservedmessagestringThe body of a log entry, highlighted and displayed in Logs Live Tail, where it is indexed for full text search.
Network communicationsnetwork.bytes_readnumberTotal number of bytes transmitted from the client to the server when the log is emitted.
Network communicationsnetwork.bytes_writtennumberTotal number of bytes transmitted from the server to the client when the log is emitted.
Geolocationnetwork.client.geoip.country.namestringName of the country.
Geolocationnetwork.client.geoip.country.iso_codestringISO Code of the country (for example, US for the United States, FR for France).
Geolocationnetwork.client.geoip.continent.codestringISO code of the continent (EU, AS, NA, AF, AN, SA, OC).
Geolocationnetwork.client.geoip.continent.namestringName of the continent (Europe, Australia, North America, Africa, Antartica, South America, Oceania).
Geolocationnetwork.client.geoip.subdivision.namestringName of the first subdivision level of the country (for example, California in the United States or the Sarthe department in France).
Geolocationnetwork.client.geoip.subdivision.iso_codestringISO Code of the first subdivision level of the country (for example, CA in the United States or the SA department in France).
Geolocationnetwork.client.geoip.city.namestringThe name of the city (for example, Paris, New York).
HTTPhttp.refererstringHTTP header field that identifies the address of the webpage that linked to the resource being requested.
HTTPhttp.request_idstringThe ID of the HTTP request.
HTTP, URL Detailshttp.url_details.hoststringThe HTTP host part of the URL.
HTTP, URL Detailshttp.url_details.portnumberThe HTTP port part of the URL.
HTTP, URL Detailshttp.url_details.pathstringThe HTTP path part of the URL.
HTTP, URL Detailshttp.url_details.queryStringobjectThe HTTP query string parts of the URL decomposed as query params key/value attributes.
HTTP, URL Detailshttp.url_details.schemestringThe protocol name of the URL (HTTP or HTTPS).
User-Agenthttp.useragent_details.os.familystringThe OS family reported by the User-Agent.
User-Agenthttp.useragent_details.browser.familystringThe Browser Family reported by the User-Agent.
User-Agenthttp.useragent_details.device.familystringThe Device family reported by the User-Agent.
Source codelogger.namestringThe name of the logger.
Source codelogger.thread_namestringThe name of the current thread when the log is fired.
Source codelogger.method_namestringThe class method name.
Source codelogger.versionstringThe version of the logger.
Source codeerror.kindstringThe error type or kind (or code in some cases).
Databasedb.instancestringThe name of the database being connected to. For example, in Java, if jdbc.url="jdbc:mysql://127.0.0.1:3306/customers", the instance name is customers.
Databasedb.statementstringA database statement for the given database type. For example, for mySQL: 'SELECT * FROM wuser_table'; and for Redis: 'SET mykey 'WuValue''.
Databasedb.userstringUser that performs the operation.
PerformancedurationnumberA duration of any kind in nanoseconds: HTTP response time, database query time, latency, and so on. Remap any durations within logs to this attribute because Datadog displays and uses it as a default measure for trace search.
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
Userusr.idstringThe user identifier.
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
Userusr.namestringThe user-friendly name.
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
Userusr.emailstringThe user email.
Syslog and log shipperssyslog.hostnamestringThe hostname.
Syslog and log shipperssyslog.appnamestringThe application name. Generally remapped to the service reserved attribute.
Syslog and log shipperssyslog.severitynumberThe log severity. Generally remapped to the status reserved attribute.
Syslog and log shipperssyslog.timestampstringThe log timestamp. Generally remapped to the date reserved attribute.
Syslog and log shipperssyslog.envstringThe environment name where the source of logs come from.
DNSdns.idstringThe DNS query identifier.
DNSdns.question.namestringThe queried domain name.
DNSdns.question.typestringA two octet code which specifies the DNS question type.
DNSdns.question.classstringThe class looked up by the DNS question (such as IP when using the internet).
DNSdns.question.sizenumberThe DNS question size in bytes.
DNSdns.answer.namestringThe IP address that the DNS answers with.
DNSdns.answer.typestringA two octet code which specifies the DNS answer type.
DNSdns.answer.classstringThe class answered by the DNS.
DNSdns.answer.sizenumberThe DNS answer size in bytes.
DNSdns.flags.rcodestringThe DNS reply code.
Eventsevt.namestringThe shared name across events generated by the same activity (for example, authentication).
Eventsevt.outcomestringThe result of the event (for example, success, failure).
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
Error (Browser events, Android events, iOS events, Roku events)error.messagestringA concise, human-readable, one-line message explaining the event.
https://static.datadoghq.com/static/images/logos/android_avatar.svg https://static.datadoghq.com/static/images/logos/ios_avatar.svg https://static.datadoghq.com/static/images/logos/roku_avatar.svg
Error (Browser events, Android events, iOS events, Roku events)error.stackstringThe stack trace or complementary information about the error.
Network communicationsnetwork.client.ipstringThe IP address of the client that initiated the inbound connection.
Network communicationsnetwork.destination.ipstringThe IP address to where the outbound connection is being made.
Network communicationsnetwork.client.portnumberThe port of the client that initiated the connection.
Network communicationsnetwork.destination.portnumberThe remote port number of the outbound connection.
HTTP requestshttp.status_codestringThe HTTP response status code.
HTTP requestshttp.urlstringThe URL of the HTTP request, including the obfuscated query string. For more information on obfuscation, see Configure Data Security.
HTTP requestshttp.versionstringThe version of HTTP used for the request.
HTTP requestshttp.methodstringThe port of the client that initiated the connection.
HTTP requestshttp.useragentstringThe User-Agent header received with the request.
Database spansdb.operationstringThe name of the operation being executed. For example, SELECT, findAndModify, HMSET.
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

Further reading