- Legacy APM Server Reference:
- Overview
- Get started
- Set up
- How-to guides
- Configure
- Secure
- Monitor
- API
- Explore data in Elasticsearch
- Exported fields
- General APM fields
- APM Error fields
- APM Profile fields
- APM Sourcemap fields
- APM Span fields
- APM Transaction fields
- APM Transaction Metrics fields
- APM Transaction Metrics fields
- Beat fields
- Cloud provider metadata fields
- Docker fields
- ECS fields
- Host fields
- Kubernetes fields
- Process fields
- APM System Metrics fields
- Troubleshoot
- Upgrade
- Release notes
- APM Server version 7.8
- APM Server version 7.7
- 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 Profile fieldsedit
Profiling-specific data for APM.
-
profile.cpu.ns
-
Amount of CPU time profiled, in nanoseconds.
type: long
-
profile.samples.count
-
Number of profile samples for the profiling period.
type: long
-
profile.alloc_objects.count
-
Number of objects allocated since the process started.
type: long
-
profile.alloc_space.bytes
-
Amount of memory allocated, in bytes, since the process started.
type: long
-
profile.inuse_objects.count
-
Number of objects allocated and currently in use.
type: long
-
profile.inuse_space.bytes
-
Amount of memory allocated, in bytes, and currently in use.
type: long
-
profile.duration
-
Duration of the profile, in microseconds.
type: long
-
profile.top.id
-
Unique ID for the top stack frame in the context of its callers.
type: keyword
-
profile.top.function
-
Function name for the top stack frame.
type: keyword
-
profile.top.filename
-
Source code filename for the top stack frame.
type: keyword
-
profile.top.line
-
Source code line number for the top stack frame.
type: long
-
profile.stack.id
-
Unique ID for a stack frame in the context of its callers.
type: keyword
-
profile.stack.function
-
Function name for a stack frame.
type: keyword
-
profile.stack.filename
-
Source code filename for a stack frame.
type: keyword
-
profile.stack.line
-
Source code line number for a stack frame.
type: long