Added Samples and Documentation for metrics

Updated documentation and sample

Updated the test to use original metrics definition
This commit is contained in:
Glenn Renfro
2022-05-25 18:48:47 -04:00
parent 73c1ae693c
commit 38323952ca
14 changed files with 921 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
= Timestamp Task
This is a Spring Cloud Task application that utilizes Micrometer and displays
metrics at the end of the application using the SimpleMeterRegistry.
== Requirements:
* Java 17 or Above
== Classes:
* TaskMetricsApplication - the Spring Boot Main Application
== Build:
[source,shell,indent=2]
----
$ mvn clean package
----
== Run:
[source,shell,indent=2]
----
$ java -jar target/task-metrics-3.0.0-SNAPSHOT.jar
----