forter / riemann-storm-monitor

[PUBLIC REPO] Used for Strom latency and error monitoring through Reimann
1 stars 3 forks source link

allow Integer, Double, Long when setting event attribute #79

Closed alexxv closed 7 years ago

alexxv commented 7 years ago

to replace calls like this: .attribute("attributeOfTypeLog", Long.toString(attrLongValue)) with .attribute("attributeOfTypeLog", attrLongValue)