Skip to content

Commit 6ca2ccd

Browse files
committed
fix tabs
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent ed5eaed commit 6ca2ccd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content/getting-started/quickstart.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ weight: 0
55

66
This tutorial shows the quickest way to get started with the Prometheus Java metrics library.
77

8+
{{< toc >}}
9+
810
# Dependencies
911

1012
We use the following dependencies:
1113

1214
* `prometheus-metrics-core` is the actual metrics library.
1315
* `prometheus-metrics-instrumentation-jvm` provides out-of-the-box JVM metrics.
1416
* `prometheus-metrics-exporter-httpserver` is a standalone HTTP server for exposing Prometheus metrics.
15-
{{< tabs "uniqueid" >}}
17+
{{< tabs "deps" >}}
1618
{{< tab "Gradle" >}}
1719
```
1820
implementation 'io.prometheus:prometheus-metrics-core:$version'
@@ -52,7 +54,7 @@ This is especially important when using Spring Boot, which manages some of the d
5254

5355
You should omit the version number of the dependencies in your build file if you are using a BOM.
5456

55-
{{< tabs "uniqueid" >}}
57+
{{< tabs "bom" >}}
5658
{{< tab "Gradle" >}}
5759

5860
You have two ways to import a BOM.

0 commit comments

Comments
 (0)