Skip to content

Commit

Permalink
Add link to the metrics spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Aug 11, 2020
1 parent 6c2db84 commit 41f4604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mp/guides/05_metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ NOTE: You cannot get the individual fields of a metric. For example, you cannot
==== Controlling `REST.request` metrics
Helidon implements the optional family of metrics, all with the name `REST.request`, as described in the
MicroProfile Metrics specification.
link:https://download.eclipse.org/microprofile/microprofile-metrics-2.3/microprofile-metrics-spec-2.3.html#_optional_rest[MicroProfile Metrics specification].
Each instance is a `SimpleTimer` with tags `class` and `method` identifying exactly which REST endpoint Java
method that instance measures.
Expand Down

0 comments on commit 41f4604

Please sign in to comment.