https://github.com/evolution-gaming/prometheus-client-test
Test if version of prometheus client is patched by Evolution
https://github.com/evolution-gaming/prometheus-client-test
Last synced: 2 months ago
JSON representation
Test if version of prometheus client is patched by Evolution
- Host: GitHub
- URL: https://github.com/evolution-gaming/prometheus-client-test
- Owner: evolution-gaming
- License: mit
- Created: 2020-11-11T14:28:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:08:01.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T02:52:29.466Z (8 months ago)
- Language: Scala
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prometheus-client-test
[](https://github.com/evolution-gaming/prometheus-client-test/actions?query=workflow%3Aci)
[](https://www.codacy.com/manual/evolution-gaming/prometheus-client-test?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/prometheus-client-test&utm_campaign=Badge_Grade)
[](https://bintray.com/evolutiongaming/maven/prometheus-client-test/_latestVersion)
[](https://opensource.org/licenses/MIT)
Test suite to verify the version of prometheus client is patched.
See [PR](https://github.com/prometheus/client_java/pull/484) to original prometheus client repository.
### Usage
```scala
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")
libraryDependencies += "com.evolutiongaming" %% "prometheus-client-test" % "0.2.4" % Test
```
Create a test class
```scala
import com.evolutiongaming.prometheusclienttest.PrometheusClientSuite
class PrometheusClientTest extends PrometheusClientSuite
```