Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow name to deal with floats/ints #5

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

rozap
Copy link

@rozap rozap commented Jan 6, 2017

  • Elixometer and Exometer were generating paths like:
    ["app_name", "db", "read", 75, "latency"]
    which wouldn't get munged into a collectd path via
    the name function

* Elixometer and Exometer were generating paths like:
  ["app_name", "db", "read", 75, "latency"]
  which wouldn't get munged into a collectd path via
  the name function
@uwiger
Copy link
Member

uwiger commented Aug 31, 2017

Sorry for letting this wait for so long.

The change looks good, but since it works only with OTP 19 and later, the .travis.yml file should be updated as well.

... Of course, there are no failing tests, since there are no tests, period. Still, one might interpret the current .travis.yml file as an indication of which OTP versions are supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants