deadtrickster / prometheus.ex

Prometheus.io Elixir client
411 stars 68 forks source link

Minor fixes in docs. #10

Closed jarimatti closed 6 years ago

jarimatti commented 6 years ago

Minor fixes in doc Markdown.

jarimatti commented 6 years ago

Hmm... check.sh "works on my machine". I'll see if I can reproduce the CI build failure.

jarimatti commented 6 years ago

The CI build fails with Elixir 1.3 and 1.4 on Credo, in file gauge_test.exs. It seems to bark on negative number in line 250:

assert -8.5 == Gauge.value(spec)

So probably nothing to do with the changes in this pull request.

deadtrickster commented 6 years ago

Thanks!