Skip to content

Commit

Permalink
update prometheus.erl
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Sep 12, 2016
1 parent 3b1d5ab commit 78d8749
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PrometheusProcessCollector.Mixfile do

def project do
[app: :prometheus_process_collector,
version: "1.0.0-alpha8",
version: "1.0.0-alpha9",
description: description,
package: package,
deps: deps]
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{deps, [{prometheus, "3.0.0-alpha6"}]}.
{deps, [{prometheus, "3.0.0-alpha9"}]}.

{pre_hooks,
[{"linux", compile, "make -C c_src"}]}.
Expand Down
2 changes: 1 addition & 1 deletion src/prometheus_process_collector.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[{description, "Prometheus.io process collector
Collector exports the current state of process metrics including cpu, memory,
file descriptor usage and native threads count as well as the process start and up times."},
{vsn, "1.0.0-alpha8"},
{vsn, "1.0.0-alpha9"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 78d8749

Please sign in to comment.