Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 58 additions & 58 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -777,64 +777,64 @@ lazy val docs = project.module
docusaurusCreateSite := docusaurusCreateSite.dependsOn(Compile / unidoc).value,
docusaurusPublishGhpages := docusaurusPublishGhpages.dependsOn(Compile / unidoc).value,
libraryDependencies ++= Seq(
"commons-io" % "commons-io" % "2.13.0" % "provided",
"io.d11" %% "zhttp" % "2.0.0-RC10",
"io.7mind.izumi" %% "distage-core" % "1.1.0",
"io.7mind.izumi" %% "logstage-core" % "1.1.0",
"org.jsoup" % "jsoup" % "1.16.1" % "provided",
"org.reactivestreams" % "reactive-streams-examples" % "1.0.4" % "provided",
"org.typelevel" %% "cats-effect" % catsEffectV,
"dev.zio" %% "zio-actors" % zioActorsV,
"dev.zio" %% "zio-akka-cluster" % "0.3.0",
"dev.zio" %% "zio-cache" % "0.2.3",
"dev.zio" %% "zio-config" % "3.0.7",
"dev.zio" %% "zio-config-magnolia" % "3.0.7",
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
"dev.zio" %% "zio-config-refined" % "3.0.7",
"dev.zio" %% "zio-ftp" % "0.4.1",
"dev.zio" %% "zio-json" % "0.6.2",
"dev.zio" %% "zio-kafka" % "2.4.2",
"dev.zio" %% "zio-logging" % "2.1.14",
"dev.zio" %% "zio-logging-slf4j" % "2.1.14",
"dev.zio" %% "zio-metrics-prometheus" % "1.0.12",
"dev.zio" %% "zio-metrics-connectors" % "2.0.0-RC6",
"dev.zio" %% "zio-nio" % "2.0.2",
"dev.zio" %% "zio-optics" % "0.2.1",
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
"dev.zio" %% "zio-process" % "0.7.2",
"dev.zio" %% "zio-rocksdb" % "0.4.3",
"dev.zio" %% "zio-s3" % "0.4.2",
"dev.zio" %% "zio-schema" % "0.4.14",
"dev.zio" %% "zio-sqs" % "0.6.0",
"dev.zio" %% "zio-opentracing" % "2.0.3",
"io.laserdisc" %% "tamer-db" % "0.19.0",
"io.jaegertracing" % "jaeger-core" % "1.8.1",
"io.jaegertracing" % "jaeger-client" % "1.8.1",
"io.jaegertracing" % "jaeger-zipkin" % "1.8.1",
"io.zipkin.reporter2" % "zipkin-reporter" % "2.16.4",
"io.zipkin.reporter2" % "zipkin-sender-okhttp3" % "2.16.4",
"dev.zio" %% "zio-interop-cats" % "23.0.03",
"dev.zio" %% "zio-interop-scalaz7x" % "7.3.3.0",
"dev.zio" %% "zio-interop-reactivestreams" % "2.0.2",
"dev.zio" %% "zio-interop-twitter" % "20.10.2",
"dev.zio" %% "zio-zmx" % "0.0.13",
"dev.zio" %% "zio-query" % "0.4.0",
"dev.zio" %% "zio-mock" % "1.0.0-RC11",
"org.polynote" %% "uzhttp" % "0.3.0-RC1",
"org.tpolecat" %% "doobie-core" % doobieV,
"org.tpolecat" %% "doobie-h2" % doobieV,
"org.tpolecat" %% "doobie-hikari" % doobieV,
"org.http4s" %% "http4s-blaze-server" % "0.23.15",
"org.http4s" %% "http4s-blaze-client" % "0.23.15",
"org.http4s" %% "http4s-dsl" % http4sV,
"com.github.ghostdogpr" %% "caliban" % "2.0.0",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.0.0",
"org.scalameta" %% "munit" % "1.0.0-M10",
"com.github.poslegm" %% "munit-zio" % "0.1.1",
"nl.vroste" %% "rezilience" % "0.9.4",
"io.github.gaelrenoux" %% "tranzactio" % "4.2.0",
"io.github.neurodyne" %% "zio-arrow" % "0.2.1",
"nl.vroste" %% "zio-amqp" % "0.5.0",
"commons-io" % "commons-io" % "2.13.0" % "provided",
"io.d11" %% "zhttp" % "2.0.0-RC10",
"io.7mind.izumi" %% "distage-core" % "1.1.0",
"io.7mind.izumi" %% "logstage-core" % "1.1.0",
"org.jsoup" % "jsoup" % "1.16.1" % "provided",
"org.reactivestreams" % "reactive-streams-examples" % "1.0.4" % "provided",
"org.typelevel" %% "cats-effect" % catsEffectV,
"dev.zio" %% "zio-actors" % zioActorsV,
"dev.zio" %% "zio-akka-cluster" % "0.3.0",
"dev.zio" %% "zio-cache" % "0.2.3",
"dev.zio" %% "zio-config" % "3.0.7",
"dev.zio" %% "zio-config-magnolia" % "3.0.7",
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
"dev.zio" %% "zio-config-refined" % "3.0.7",
"dev.zio" %% "zio-ftp" % "0.4.1",
"dev.zio" %% "zio-json" % "0.6.2",
"dev.zio" %% "zio-kafka" % "2.4.2",
"dev.zio" %% "zio-logging" % "2.1.14",
"dev.zio" %% "zio-logging-slf4j" % "2.1.14",
"dev.zio" %% "zio-metrics-connectors" % "2.2.0",
"dev.zio" %% "zio-metrics-connectors-prometheus" % "2.2.0",
"dev.zio" %% "zio-nio" % "2.0.2",
"dev.zio" %% "zio-optics" % "0.2.1",
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
"dev.zio" %% "zio-process" % "0.7.2",
"dev.zio" %% "zio-rocksdb" % "0.4.3",
"dev.zio" %% "zio-s3" % "0.4.2",
"dev.zio" %% "zio-schema" % "0.4.14",
"dev.zio" %% "zio-sqs" % "0.6.0",
"dev.zio" %% "zio-opentracing" % "2.0.3",
"io.laserdisc" %% "tamer-db" % "0.19.0",
"io.jaegertracing" % "jaeger-core" % "1.8.1",
"io.jaegertracing" % "jaeger-client" % "1.8.1",
"io.jaegertracing" % "jaeger-zipkin" % "1.8.1",
"io.zipkin.reporter2" % "zipkin-reporter" % "2.16.4",
"io.zipkin.reporter2" % "zipkin-sender-okhttp3" % "2.16.4",
"dev.zio" %% "zio-interop-cats" % "23.0.03",
"dev.zio" %% "zio-interop-scalaz7x" % "7.3.3.0",
"dev.zio" %% "zio-interop-reactivestreams" % "2.0.2",
"dev.zio" %% "zio-interop-twitter" % "20.10.2",
"dev.zio" %% "zio-zmx" % "0.0.13",
"dev.zio" %% "zio-query" % "0.4.0",
"dev.zio" %% "zio-mock" % "1.0.0-RC11",
"org.polynote" %% "uzhttp" % "0.3.0-RC1",
"org.tpolecat" %% "doobie-core" % doobieV,
"org.tpolecat" %% "doobie-h2" % doobieV,
"org.tpolecat" %% "doobie-hikari" % doobieV,
"org.http4s" %% "http4s-blaze-server" % "0.23.15",
"org.http4s" %% "http4s-blaze-client" % "0.23.15",
"org.http4s" %% "http4s-dsl" % http4sV,
"com.github.ghostdogpr" %% "caliban" % "2.0.0",
"com.github.ghostdogpr" %% "caliban-zio-http" % "2.0.0",
"org.scalameta" %% "munit" % "1.0.0-M10",
"com.github.poslegm" %% "munit-zio" % "0.1.1",
"nl.vroste" %% "rezilience" % "0.9.4",
"io.github.gaelrenoux" %% "tranzactio" % "4.2.0",
"io.github.neurodyne" %% "zio-arrow" % "0.2.1",
"nl.vroste" %% "zio-amqp" % "0.5.0",
// "dev.zio" %% "zio-aws-core" % "5.17.102.7",
// "dev.zio" %% "zio-aws-ec2" % "5.17.102.7",
// "dev.zio" %% "zio-aws-elasticbeanstalk" % "5.17.102.7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ We can do the same for the rest of the HTTP request handlers in our web service.
In the following sections, we are going to utilize the `zio-metrics-connector` module from the ZIO ZMX project and also provide metrics as a REST API. So let's add the following dependency to our project:

```scala
libraryDependencies += "dev.zio" %% "zio-metrics-connectors" % "2.0.0-RC6"
libraryDependencies += "dev.zio" %% "zio-metrics-connectors" % "2.2.0"
libraryDependencies += "dev.zio" %% "zio-metrics-connectors-prometheus" % "2.2.0"
```

This module provides various connectors for metrics backend, e.g. Prometheus.
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@zio.dev/zio-logging": "2.1.14",
"@zio.dev/zio-memberlist": "0.0.0--40-a85dc5a1--20221121-1416-SNAPSHOT",
"@zio.dev/zio-meta": "0.0.0--21-54bc2e8b-SNAPSHOT",
"@zio.dev/zio-metrics-connectors": "2.1.0",
"@zio.dev/zio-metrics-connectors": "2.2.0",
"@zio.dev/zio-mock": "1.0.0-RC11",
"@zio.dev/zio-nio": "2.0.0",
"@zio.dev/zio-optics": "0.2.1",
Expand Down