1
1
# Kamon http4s <img align =" right " src =" https://rawgit.com/kamon-io/Kamon/master/kamon-logo.svg " height =" 150px " style =" padding-left : 20px " />
2
- [ ![ Build Status] ( https://travis-ci.org/kamon-io/kamon-http4s.svg?branch=master )] ( https://travis-ci.org/kamon-io/kamon-http4s )
3
- [ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/kamon-io/Kamon?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
4
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12 )
2
+ [ ![ Discord] ( https://img.shields.io/discord/866301994074243132?label=Join%20the%20Comunity%20on%20Discord )] ( https://discord.gg/5JuYsDJ7au )
3
+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s-0.23_2.12/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.kamon/kamon-http4s_2.12 )
5
4
6
5
7
6
### Getting Started
@@ -13,9 +12,9 @@ is published for http4s 0.22, 0.23 and 1.0.
13
12
14
13
| kamon | kamon-http4s | status | jdk | scala | http4s
15
14
|:-----:|:------:|:------:|:----:|--------------:|-------
16
- | 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.22.x
17
- | 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 0.23.x
18
- | 2.2.x | 2.2.0 | stable | 8+ | 2.12, 2.13 | 1.0.x
15
+ | 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.22.x
16
+ | 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 0.23.x
17
+ | 2.2.x | 2.2.1 | stable | 8+ | 2.12, 2.13 | 1.0.x
19
18
20
19
To get started with sbt, simply add the following to your ` build.sbt ` file, for instance for http4s 0.23:
21
20
@@ -72,12 +71,11 @@ object GoogleService {
72
71
### Step 1: Add the Kamon Libraries
73
72
``` scala
74
73
libraryDependencies ++= Seq (
75
- " io.kamon" %% " kamon-core" % " 2.1.0" ,
76
- " io.kamon" %% " kamon-system-metrics" % " 2.1.0" ,
77
- " io.kamon" %% " kamon-prometheus" % " 2.1.0" ,
78
- " io.kamon" %% " kamon-http4s" % " 2.0.1" ,
79
- " io.kamon" %% " kamon-zipkin" % " 2.1.0" ,
80
- " io.kamon" %% " kamon-jaeger" % " 2.1.0"
74
+ " io.kamon" %% " kamon-core" % " 2.2.3" ,
75
+ " io.kamon" %% " kamon-http4s-0.23" % " 2.2.1" ,
76
+ " io.kamon" %% " kamon-prometheus" % " 2.2.3" ,
77
+ " io.kamon" %% " kamon-zipkin" % " 2.2.3" ,
78
+ " io.kamon" %% " kamon-jaeger" % " 2.2.3"
81
79
)
82
80
```
83
81
0 commit comments