You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Table of Contents
10
10
*[Using](#using)
11
11
*[Assets](#assets)
12
12
*[Javadocs](#javadocs)
13
+
*[Building](#building)
13
14
*[Instrumenting](#instrumenting)
14
15
*[Counter](#counter)
15
16
*[Gauge](#gauge)
@@ -81,6 +82,10 @@ suffixed with `_created` and a value of the unix timestamp for when the metric
81
82
was created. If this information is not helpful, it can be disabled by setting
82
83
the environment variable `PROMETHEUS_DISABLE_CREATED_SERIES=true`.
83
84
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
+
84
89
## Instrumenting
85
90
86
91
Four types of metrics are offered: Counter, Gauge, Summary and Histogram.
0 commit comments