scala-prom-client


License

License

Categories

Categories

Scala Languages CLI User Interface
GroupId

GroupId

io.sqooba.oss
ArtifactId

ArtifactId

scala-prom-client_2.13
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

scala-prom-client
scala-prom-client
Project URL

Project URL

https://github.com/Sqooba/scala-promql-client/
Project Organization

Project Organization

Sqooba
Source Code Management

Source Code Management

https://github.com/Sqooba/scala-promql-client.git

Download scala-prom-client_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/io.sqooba.oss/scala-prom-client_2.13/ -->
<dependency>
    <groupId>io.sqooba.oss</groupId>
    <artifactId>scala-prom-client_2.13</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sqooba.oss/scala-prom-client_2.13/
implementation 'io.sqooba.oss:scala-prom-client_2.13:0.2.0'
// https://jarcasting.com/artifacts/io.sqooba.oss/scala-prom-client_2.13/
implementation ("io.sqooba.oss:scala-prom-client_2.13:0.2.0")
'io.sqooba.oss:scala-prom-client_2.13:jar:0.2.0'
<dependency org="io.sqooba.oss" name="scala-prom-client_2.13" rev="0.2.0">
  <artifact name="scala-prom-client_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sqooba.oss', module='scala-prom-client_2.13', version='0.2.0')
)
libraryDependencies += "io.sqooba.oss" % "scala-prom-client_2.13" % "0.2.0"
[io.sqooba.oss/scala-prom-client_2.13 "0.2.0"]

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
com.softwaremill.sttp.client : core_2.13 jar 2.2.8
com.softwaremill.sttp.client : circe_2.13 jar 2.2.8
com.softwaremill.sttp.client : async-http-client-backend-zio_2.13 jar 2.2.8
io.circe : circe-core_2.13 jar 0.13.0
io.circe : circe-generic_2.13 jar 0.13.0
io.circe : circe-parser_2.13 jar 0.13.0
io.circe : circe-optics_2.13 jar 0.13.0
com.typesafe.scala-logging : scala-logging_2.13 jar 3.9.2
com.typesafe : config jar 1.4.0

provided (1)

Group / Artifact Type Version
dev.zio : zio_2.13 jar 1.0.3

test (3)

Group / Artifact Type Version
dev.zio : zio-test_2.13 jar 1.0.3
dev.zio : zio-test-sbt_2.13 jar 1.0.3
org.scalatest : scalatest_2.13 jar 3.0.8

Project Modules

There are no modules declared in this project.

Scala Prometheus Query Client

Welcome to scala-promql-client.

This is an sttp based scala client for issuing queries against a Prometheus server.

This is not a library to instrument your scala application.

This library is relied on in contexts where we use a Prometheus instance as a time-series store and wish to run queries for analytical purposes from a Scala application.

It is in a draft state at the moment: we will avoid deep API changes if possible, but can't exclude them.

See the changelog for more details.

io.sqooba.oss

Sqooba AG

Dive into your data ocean

Versions

Version
0.2.0
0.1.0