jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
178 stars 110 forks source link

Mbean LinkedHashMap data support? #109

Closed liuyangc3 closed 3 years ago

liuyangc3 commented 7 years ago

objectName=“org.springframework.boot:type=Endpoint,name=metricsEndpoint”

type of attributeData is LinkedHashMap

ggrandes commented 4 years ago

May be [pull #148] can work for you?

liuyangc3 commented 4 years ago

Wow thanks for the reply after years :)

ggrandes commented 4 years ago

better late than never :-)

I have a similar problem with maps (without spring-boot), but this year ':-)

I thought maybe what worked for me might work for this, but I don't know :-?