aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md29
-rw-r--r--version.sbt2
2 files changed, 15 insertions, 16 deletions
diff --git a/README.md b/README.md
index 50111acb..363616eb 100644
--- a/README.md
+++ b/README.md
@@ -14,13 +14,13 @@ Supported releases and dependencies are shown below.
| kamon | status | jdk | scala | akka |
|:------:|:------:|:----:|------------------|:------:|
-| 0.6.4 | stable | 1.7+, 1.8+ | 2.10, 2.11, 2.12 | 2.3.x, 2.4.x |
+| 0.6.5 | stable | 1.7+, 1.8+ | 2.10, 2.11, 2.12 | 2.3.x, 2.4.x |
To get started with SBT, simply add the following to your `build.sbt`
file:
```scala
-libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.4"
+libraryDependencies += "kamon.io" %% "kamon-core" % "0.6.5"
```
### Documentation
@@ -32,25 +32,25 @@ Kamon information and documentation is available on the
* [Play Framework]
* [Spray]
-* [Akka]
+* [Akka]
* [Akka Remote]
* [Akka Http]
* [Scala]
* [Annotation]
-* [System Metrics]
+* [System Metrics]
* [JDBC]
* [Elasticsearch]
### Backends ###
* [Log Reporter]
-* [StatsD]
-* [Datadog]
+* [StatsD]
+* [Datadog]
* [SPM]
-* [InfluxDB]
+* [InfluxDB]
* [New Relic]
-* [FluentD]
-* [JMX]
+* [FluentD]
+* [JMX]
* [Riemann]
* [Khronus]
@@ -63,6 +63,7 @@ If you have a project you'd like to include in this list, either open a PR or le
* [spray-kamon-metrics](https://github.com/MonsantoCo/spray-kamon-metrics): Better Kamon metrics for Spray services
* [camel-kamon](https://github.com/osinka/camel-kamon): Kamon metrics and traces for Apache Camel routes, processors
* [kamon-play-extensions](https://github.com/agiledigital/kamon-play-extensions): Kamon extensions for use in Play2 applications.
+* [kamon-logstash](https://github.com/darienmt/kamon-logstash): Kamon-logstash backend module.
## License
@@ -88,8 +89,8 @@ the License.
[Akka]:https://github.com/kamon-io/kamon-akka
[Akka Remote]: https://github.com/kamon-io/kamon-akka-remote
[Akka Http]: https://github.com/kamon-io/kamon-akka-http
-[Scala]: https://github.com/kamon-io/kamon-scala
-[Annotation]: https://github.com/kamon-io/kamon-annotation
+[Scala]: https://github.com/kamon-io/kamon-scala
+[Annotation]: https://github.com/kamon-io/kamon-annotation
[System Metrics]: https://github.com/kamon-io/kamon-system-metrics
[JDBC]: https://github.com/kamon-io/kamon-jdbc
[Elasticsearch]: https://github.com/kamon-io/kamon-elasticsearch
@@ -100,9 +101,7 @@ the License.
[FluentD]: https://github.com/kamon-io/kamon-fluentd
[JMX]: https://github.com/kamon-io/kamon-jmx
[StatsD]: https://github.com/kamon-io/kamon-statsd
-[Riemann]: https://github.com/kamon-io/kamon-riemann
-[Khronus]: https://github.com/kamon-io/kamon-khronus
+[Riemann]: https://github.com/kamon-io/kamon-riemann
+[Khronus]: https://github.com/kamon-io/kamon-khronus
[New Relic]: https://github.com/kamon-io/kamon-newrelic
[InfluxDB]: https://github.com/kamon-io/kamon-influxdb
-
-
diff --git a/version.sbt b/version.sbt
index 78f2afc6..ffd80bb1 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.6.5-SNAPSHOT"
+version in ThisBuild := "0.6.6-SNAPSHOT"