We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b14667 commit e6b4b5cCopy full SHA for e6b4b5c
.gitignore
@@ -16,3 +16,4 @@ _build
16
.idea
17
*.iml
18
rebar3.crashdump
19
+/doc
src/oc_datadog.app.src
@@ -1,6 +1,6 @@
1
{application, oc_datadog,
2
- [{description, "An OTP library"},
3
- {vsn, "0.1.0"},
+ [{description, "Opencensus integration for DataDog"},
+ {vsn, git},
4
{registered, []},
5
{applications,
6
[kernel,
@@ -11,7 +11,9 @@
11
{env,[]},
12
{modules, []},
13
14
- {maintainers, []},
+ {maintainers, ["Łukasz Niemier"]},
15
{licenses, ["Apache 2.0"]},
- {links, []}
+ {links, [{"GitHub", "https://github.com/hauleth/oc_datadog"}]}
]}.
+
+% vi: ft=erlang syn=erlang
0 commit comments