- Legacy APM Server Reference:
- Overview
- Getting Started With APM Server
- Setting up APM Server
- Upgrading APM Server
- Configuring APM Server
- General configuration options
- Configure the output
- Parse data using ingest node pipelines
- SSL/TLS settings
- Load the Elasticsearch index template
- Index lifecycle management (ILM)
- Configure logging
- Configure the Kibana endpoint
- Set up Real User Monitoring (RUM) support
- Jaeger integration
- Use environment variables in the configuration
- Configure project paths
- Securing APM Server
- Monitoring APM Server
- Real User Monitoring (RUM)
- Tune Data Ingestion
- Storage Management
- API
- Exploring data in Elasticsearch
- Exported fields
- Troubleshooting
- Release notes
- APM Server version 7.6
- APM Server version 7.5
- APM Server version 7.4
- APM Server version 7.3
- APM Server version 7.2
- APM Server version 7.1
- APM Server version 7.0
- APM Server version 6.8
- APM Server version 6.7
- APM Server version 6.6
- APM Server version 6.5
- APM Server version 6.4
- APM Server version 6.3
- APM Server version 6.2
- APM Server version 6.1
APM Span fieldsedit
Span-specific data for APM.
-
view spans
-
format: url
-
span.id
-
The ID of the span stored as hex encoded string.
type: keyword
-
span.name
-
Generic designation of a span in the scope of a transaction.
type: keyword
-
span.action
-
The specific kind of event within the sub-type represented by the span (e.g. query, connect)
type: keyword
-
span.start.us
-
Offset relative to the transaction’s timestamp identifying the start of the span, in microseconds.
type: long
-
span.duration.us
-
Duration of the span, in microseconds.
type: long
-
span.sync
-
Indicates whether the span was executed synchronously or asynchronously.
type: boolean
-
span.db.link
-
Database link.
type: keyword
-
span.db.rows_affected
-
Number of rows affected by the database statement.
type: long
serviceedit
Destination service context
-
span.destination.service.type
-
Type of the destination service (e.g. db, elasticsearch). Should typically be the same as span.type.
type: keyword
-
span.destination.service.name
-
Identifier for the destination service (e.g. http://elastic.co, elasticsearch, rabbitmq)
type: keyword
-
span.destination.service.resource
-
Identifier for the destination service resource being operated on (e.g. http://elastic.co:80, elasticsearch, rabbitmq/queue_name)
type: keyword
-
span.message.queue.name
-
Name of the message queue or topic where the message is published or received.
type: keyword
-
span.message.age.ms
-
Age of a message in milliseconds.
type: long
On this page