sematext / sematext-agent-java

Sematext Monitoring Agent
https://sematext.com/spm
Apache License 2.0
23 stars 9 forks source link

Add support for casting to jsonpath-based derived metrics #43

Closed bsmid closed 5 years ago

bsmid commented 5 years ago

Currently functions like avg() or sum() always produce double result. Agent should be able to cast that value to long when required.