We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4000d4d commit 8a55c89Copy full SHA for 8a55c89
src/main/resources/static/index.html
@@ -0,0 +1,11 @@
1
+<html>
2
+<head>
3
+ <title>Spring Boot Micrometer example</title>
4
+</head>
5
+
6
+<body>
7
+<p><a href="/greeting">Get a greeting</a></p>
8
9
+<p><a href="/actuator/prometheus">View Prometheus metrics endpoint</a></p>
10
+</body>
11
+</html>
0 commit comments