allow metrics to be numbers instead of strings
Open
enhancement
monitoring
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 88
Description
currently it's not possible to generate a metric whose key is a number instead of a string.
This would be useful, for example, in the logstash-output-elasticsearch to record counts of events bucketed by response codes. Right now, these numbers [have to be converted into strings](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/585/files#diff-8eecbfb9f47550237e76ea104f7156b5R146)
Contributor guide
Assessment
This issue has not been assessed yet.