We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9f994 commit cc61f0cCopy full SHA for cc61f0c
2 files changed
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+<a name="0.2.0"></a>
2
+## 0.2.0 (2019-01-27)
3
+
4
5
+#### Features
6
7
+* add dogstatsd exporter for metrics ([7b14667e](7b14667e))
8
9
+#### Bug Fixes
10
11
+* automatically sanitize metric names ([4f9f9942](4f9f9942))
12
+* incorrect singular form in erlang:float_to_binary/2 call ([5ca1135c](5ca1135c))
13
+* incorrect guard on matching successful report ([b2cdcf63](b2cdcf63))
src/oc_datadog.app.src
@@ -1,6 +1,6 @@
{application, oc_datadog,
[{description, "Opencensus integration for DataDog"},
- {vsn, git},
+ {vsn, "git"},
{registered, []},
{applications,
[kernel,
@@ -11,7 +11,6 @@
{env,[]},
{modules, []},
14
- {maintainers, ["Łukasz Niemier"]},
15
{licenses, ["Apache 2.0"]},
16
{links, [{"GitHub", "https://github.com/hauleth/oc_datadog"}]}
17
]}.
0 commit comments