Skip to content

Commit

Permalink
Unit for count and time in JVM GC should be SI and not binary
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacchella committed Nov 5, 2013
1 parent 3c914f2 commit b07ee71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desc/graph/snmp/sunjvmgccount.xml
Expand Up @@ -6,7 +6,7 @@
<graphName>jvmsun5gccount-${label}</graphName>
<graphTitle>JVM GC count for ${label} on ${host}</graphTitle>
<unit>
<binary />
<SI />
</unit>
<verticalLabel>Collections/s</verticalLabel>
<add>
Expand Down
2 changes: 1 addition & 1 deletion desc/graph/snmp/sunjvmgctime.xml
Expand Up @@ -6,7 +6,7 @@
<graphName>jvmsun5gctime-${label}</graphName>
<graphTitle>JVM GC time for ${label} on ${host}</graphTitle>
<unit>
<binary />
<SI />
</unit>
<verticalLabel>s</verticalLabel>
<add>
Expand Down

0 comments on commit b07ee71

Please sign in to comment.