Skip to content

Commit

Permalink
[pinpoint-apm#8004] add swap and system load metric in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo-jung committed Oct 12, 2021
1 parent b433ef8 commit a191699
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,26 @@ mappings:
- name: "inodes_free"
matchingRule: ALL

- definitionId: "systemLoad"
name: "system"
title: "system load"
grouping: "TAG"
unit: "count"
fields:
- name: "load1"
matchingRule: EXACT
- name: "load5"
matchingRule: EXACT
- name: "load15"
matchingRule: EXACT

- definitionId: "swap"
name: "swap"
title: "swap"
grouping: "TAG"
unit: "count"
fields:
- name: "total"
matchingRule: EXACT
- name: "used"
matchingRule: EXACT

0 comments on commit a191699

Please sign in to comment.