kamon-io / Kamon

Distributed Tracing, Metrics and Context Propagation for applications running on the JVM
https://kamon.io
Other
1.41k stars 327 forks source link

Incorrect dependency in docs #434

Closed Discipe closed 7 years ago

Discipe commented 7 years ago

Each kamon project says that dependency keys looks like this:

libraryDependencies += "kamon.io" %% "kamon-system-metrics" % "0.6.5"

or

libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.5"

But it's actually "io.kamon", not "kamon.io". Seriously, it's an error in first "Get Started" step.

ivantopo commented 7 years ago

We are gonna fix it ASAP, thanks for reporting this!

dpsoft commented 7 years ago

@Discipe thanks for reporting this embarrassing issue. I've fixed all repositories.

Discipe commented 7 years ago

Wow, that was quick :) Kudos.