pthulasiram / jmxetric

Automatically exported from code.google.com/p/jmxetric
MIT License
0 stars 0 forks source link

Attributes with embedded "."s improperly parsed #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We have some MBeans with attribute names that contain lots of dots (e.g. an
attribute with name "foo.bar.baz.bizzle"). The MBeanAttribute constructor
makes it impossible to export such attributes, as it assumes that any
period is an indicator of composite data.

Original issue reported on code.google.com by pgri...@gmail.com on 29 Apr 2009 at 9:58

GoogleCodeExporter commented 8 years ago
Fixed on trunk

Original comment by jasper...@gmail.com on 12 May 2009 at 5:43

GoogleCodeExporter commented 8 years ago
Awesome, thanks Jasper!

Original comment by pgri...@gmail.com on 12 May 2009 at 3:29