Current section
5 Versions
Jump to
Current section
5 Versions
Compare versions
4
files changed
+4
additions
-3
deletions
| @@ -4,7 +4,7 @@ | |
| 4 4 | |
| 5 5 | Copyright (c) 2018 Ilya Khaprov <<i.khaprov@gmail.com>>. |
| 6 6 | |
| 7 | - __Version:__ 0.3.0 |
| 7 | + __Version:__ 0.3.1 |
| 8 8 | |
| 9 9 | [![Hex.pm][Hex badge]][Hex link] |
| 10 10 | [![Hex.pm Downloads][Hex downloads badge]][Hex link] |
| @@ -24,4 +24,4 @@ | |
| 24 24 | {<<"optional">>,false}, |
| 25 25 | {<<"repository">>,<<"hexpm">>}, |
| 26 26 | {<<"requirement">>,<<"~> 0.3">>}]]}. |
| 27 | - {<<"version">>,<<"0.3.0">>}. |
| 27 | + {<<"version">>,<<"0.3.1">>}. |
| @@ -12,6 +12,7 @@ | |
| 12 12 | %% =================================================================== |
| 13 13 | |
| 14 14 | init(Config) -> |
| 15 | + application:ensure_all_started(prometheus), |
| 15 16 | Type = config_metric_type(Config), |
| 16 17 | Name = config_metric_name(Config), |
| 17 18 | Labels = config_metric_labels(Config), |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {application, opencensus_erlang_prometheus, |
| 2 2 | [{description, ""}, |
| 3 | - {vsn, "0.3.0"}, |
| 3 | + {vsn, "0.3.1"}, |
| 4 4 | {registered, []}, |
| 5 5 | {applications, |
| 6 6 | [kernel, |