Dynatrace metrics mapping
This page describes the mapping between metrics provided by Dynatrace to Akamas metrics for each supported component type.
Component Type | Notes |
---|---|
Linux
Component metric | Labels | Static labels | Dynatrace metric | Scale |
---|---|---|---|---|
cpu_load_avg |
| |||
cpu_num | N/A | |||
cpu_util |
| 0.01 | ||
cpu_util_details | mode:
|
| 0.01 | |
mem_util | N/A | |||
mem_util_nocache |
| 0.01 | ||
mem_util_details | N/A | |||
mem_used | N/A | |||
mem_used_nocache |
| |||
mem_total | N/A | |||
mem_fault |
| |||
mem_fault_minor | N/A | |||
mem_fault_major | N/A | |||
mem_swapins | N/A | |||
mem_swapouts | N/A | |||
disk_swap_util | N/A | |||
disk_swap_used | N/A | |||
filesystem_util |
|
| ||
filesystem_used | N/A | |||
filesystem_size | N/A | |||
disk_util_details |
|
| 0.01 | |
disk_iops_writes | N/A | |||
disk_iops_reads | N/A | |||
disk_iops | N/A | |||
disk_iops_details | N/A | |||
disk_response_time_worst | N/A | |||
disk_response_time | N/A | |||
disk_io_inflight_details | N/A | 0.01 | ||
disk_write_bytes | N/A | |||
disk_read_bytes | N/A | |||
disk_read_write_bytes | N/A | |||
disk_write_bytes_details |
|
| ||
disk_read_bytes_details |
|
| ||
disk_response_time_details |
|
| 0.001 | |
proc_blocked | N/A | |||
os_context_switch | N/A | |||
network_tcp_retrans | N/A | |||
network_in_bytes_details |
|
| ||
network_out_bytes_details |
|
|
JVM
Component metric | Dynatrace metric | Scale | Aggregate multiple Dynatrace entities | Multiple entitites aggregation |
---|---|---|---|---|
jvm_gc_count |
| 1/60 | Yes | avg |
jvm_gc_time |
| 0.01 | Yes | avg |
jvm_heap_size |
| Yes | avg | |
jvm_heap_committed | Yes | avg | ||
jvm_heap_used | Yes | avg | ||
jvm_off_heap_used | Yes | avg | ||
jvm_heap_old_gen_size | Yes | avg | ||
jvm_heap_old_gen_used | Yes | avg | ||
jvm_heap_young_gen_size | Yes | avg | ||
jvm_heap_young_gen_used | Yes | avg | ||
jvm_threads_current |
| Yes | avg |
Web Application
Component metric | Dynatrace metric | Default Value | Scale |
---|---|---|---|
requests_response_time |
| 0 | 0.000001 |
requests_response_time_min |
| 0 | 0.000001 |
requests_response_time_max |
| 0 | 0.000001 |
requests_throughput |
| 0 | 1/60 |
requests_error_rate |
| 0 | 0.01 |
requests_response_time_p50 |
| 0 | 0.001 |
requests_response_time_p85 |
| 0 | 0.001 |
requests_response_time_p90 |
| 0 | 0.001 |
requests_response_time_p95 |
| 0 | 0.001 |
requests_response_time_p99 |
| 0 | 0.001 |
Kubernetes Container and Docker Container
Component Metric | Dynatrace Metric | Scale | Aggregate multiple Dynatrace entities | Multiple entitites aggregation |
---|---|---|---|---|
container_cpu_limit |
| Yes | avg | |
container_cpu_util |
| 0.01 | Yes | avg |
container_cpu_util_max |
| 0.01 | Yes | max |
container_cpu_throttled_millicores |
| Yes | avg | |
container_cpu_throttle_time |
| 1 / 10^9 / 60 | Yes | avg |
container_cpu_used |
| Yes | avg | |
container_cpu_used_max |
| Yes | max | |
container_memory_limit |
| Yes | avg | |
container_memory_used |
| Yes | avg | |
container_memory_used_max |
| Yes | max | |
container_memory_util |
| 0.01 | Yes | avg |
container_memory_util_max |
| 0.01 | Yes | max |
container_oom_kills_count |
| 1/60 | Yes | avg |
Kubernetes Pod
Component Metric | Dynatrace Metric | Default Value | Aggregate multiple Dynatrace entities | Multiple entitites aggregation |
---|---|---|---|---|
k8s_pod_cpu_limit |
| Yes | avg | |
k8s_pod_cpu_request |
| Yes | avg | |
k8s_pod_memory_limit |
| Yes | avg | |
k8s_pod_memory_request |
| Yes | avg | |
k8s_pod_restarts |
| 0 | Yes | avg |
Kubernetes workload
Component Metric | Dynatrace Metric | Scale | Aggregate multiple Dynatrace entities | Multiple entitites aggregation |
---|---|---|---|---|
k8s_workload_desired_pods |
| No | ||
k8s_workload_running_pods |
| No | ||
k8s_workload_cpu_limit |
| No | ||
k8s_workload_cpu_request |
| No | ||
k8s_workload_memory_limit |
| No | ||
k8s_workload_memory_request |
| No | ||
k8s_workload_cpu_used |
| Yes | sum | |
k8s_workload_memory_used |
| Yes | sum |
Last updated