Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-21 Add Heap Histogram internal stats #22

Merged
merged 3 commits into from
Nov 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/internal-statistics-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Add Heap Histogram (Bytes + Instances) statistics

### Changed

* Refactor content pack directory structure
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.1" encoding="UTF-8"?>
<data>
<field>
<fieldName>Class Name</fieldName>
</field>
<field>
<fieldName>Node</fieldName>
</field>
</data>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<statisticStore>
<description>The total bytes used in the java heap from a jmap heap histogram, qualified by node and java class name. Change the property stroom.node.status.heapHistogram.classNameMatchRegex to control which classes are included.</description>
<enabled>true</enabled>
<name>Heap Histogram Bytes</name>
<precision>60000</precision>
<rollUpType>ALL</rollUpType>
<statisticType>VALUE</statisticType>
<uuid>934a1600-b456-49bf-9aea-f1e84025febd</uuid>
</statisticStore>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.1" encoding="UTF-8"?>
<data>
<field>
<fieldName>Class Name</fieldName>
</field>
<field>
<fieldName>Node</fieldName>
</field>
</data>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<statisticStore>
<description>The instance count from a jmap heap histogram, qualified by node and java class name. Change the property stroom.node.status.heapHistogram.classNameMatchRegex to control which classes are included.</description>
<enabled>true</enabled>
<name>Heap Histogram Instances</name>
<precision>60000</precision>
<rollUpType>ALL</rollUpType>
<statisticType>VALUE</statisticType>
<uuid>e4f243b8-2c70-4d6e-9d5a-16466bf8764f</uuid>
</statisticStore>
2 changes: 2 additions & 0 deletions source/internal-statistics-stroom-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Add Heap Histogram (Bytes + Instances) statistics

### Changed

* Refactor content pack directory structure
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.1" encoding="UTF-8"?>
<data>
<field>
<fieldName>Class Name</fieldName>
</field>
<field>
<fieldName>Node</fieldName>
</field>
</data>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<statisticStore>
<description>The total bytes used in the java heap from a jmap heap histogram, qualified by node and java class name. Change the property stroom.node.status.heapHistogram.classNameMatchRegex to control which classes are included.</description>
<enabled>true</enabled>
<name>Heap Histogram Bytes</name>
<precision>60000</precision>
<rollUpType>ALL</rollUpType>
<statisticType>VALUE</statisticType>
<uuid>b0110ab4-ac25-4b73-b4f6-96f2b50b456a</uuid>
</statisticStore>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.1" encoding="UTF-8"?>
<data>
<field>
<fieldName>Class Name</fieldName>
</field>
<field>
<fieldName>Node</fieldName>
</field>
</data>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.1" encoding="UTF-8"?>
<statisticStore>
<description>The instance count from a jmap heap histogram, qualified by node and java class name. Change the property stroom.node.status.heapHistogram.classNameMatchRegex to control which classes are included.</description>
<enabled>true</enabled>
<name>Heap Histogram Instances</name>
<precision>60000</precision>
<rollUpType>ALL</rollUpType>
<statisticType>VALUE</statisticType>
<uuid>bdd933a4-4309-47fd-98f6-1bc2eb555f20</uuid>
</statisticStore>