We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd987d commit 164946cCopy full SHA for 164946c
README.md
@@ -3,6 +3,8 @@ oc_datadog
3
4
[](https://circleci.com/gh/opencensus-beam/opencensus_datadog)
5
[](https://codecov.io/gh/opencensus-beam/opencensus_datadog)
6
+[](https://hex.pm/packages/oc_datadog)
7
+
8
9
[Opencensus][oc] integration to [DataDog][dd] traces and metrics (via dogstatsd).
10
@@ -19,7 +21,7 @@ Mix:
19
21
```elixir
20
22
def deps do
23
[
- {:oc_datadog, "~> 0.1.0"}
24
+ {:oc_datadog, "~> 0.2.0"}
25
]
26
end
27
```
0 commit comments