Elastic APM Terminology • Service
‒ Set in the APM agent configuration to identify a particular group of APM agents as a single service, a way to logically identify a group of transactions.
• Transaction ‒ The requests and responses that compose a service, e.g. the login API call, each made up of individual spans.
• Span ‒ A single event within a Transaction such as a Method call, Database query, or Cache insert or retrieval, i.e. anything that takes time to complete.
• Errors ‒ Groups of exceptions with matching exception or log messages.
15