Skip to content

Commit be8ae3b

Browse files
minimal information about the build of the project (#830)
Signed-off-by: Hendrik Ebbers <[email protected]> Signed-off-by: Hendrik Ebbers <[email protected]>
1 parent 7cf0cc9 commit be8ae3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Table of Contents
1010
* [Using](#using)
1111
* [Assets](#assets)
1212
* [Javadocs](#javadocs)
13+
* [Building](#building)
1314
* [Instrumenting](#instrumenting)
1415
* [Counter](#counter)
1516
* [Gauge](#gauge)
@@ -81,6 +82,10 @@ suffixed with `_created` and a value of the unix timestamp for when the metric
8182
was created. If this information is not helpful, it can be disabled by setting
8283
the environment variable `PROMETHEUS_DISABLE_CREATED_SERIES=true`.
8384

85+
## Building
86+
87+
Building the repository needs Java <= 11 (The project the project still supports Java 6 and Java 11 dropped support for Java 6 output). We recommend to use an [up-to-data Java 8 installation](https://adoptium.net/en-GB/marketplace/?version=8). The project provides the maven wrapper and therefore no local maven installqation is needed. To build the repository just call `./mvnw verify`.
88+
8489
## Instrumenting
8590

8691
Four types of metrics are offered: Counter, Gauge, Summary and Histogram.

0 commit comments

Comments
 (0)