elastic / elasticsearch-metrics-reporter-java

Metrics reporter, which reports to elasticsearch
Apache License 2.0
231 stars 103 forks source link

Option to name the field for "value" depending on the type. #49

Open static-max opened 7 years ago

static-max commented 7 years ago

This option allows to name the "value" field depending of the type of the value. Supports numerical (integer, long, double, float), string and boolean datatypes. This will address #28 and #10.