Skip to content

Commit

Permalink
GEODE-9882: User Guide, Micrometer section, fix product_name typo (#7181
Browse files Browse the repository at this point in the history
)
  • Loading branch information
davebarnes97 committed Dec 9, 2021
1 parent c0d138f commit baacba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Micrometer meters are similar to <%=vars.product_name%> statistics in that they
- A gauge is a numerical value that can go up or down.
- A timer is a counter combined with an ever growing summary of the time each thing being counted has taken to finish.
There are other types of meters available in Micrometer, but they are not currently being used in <%vars.product_name%>.
There are other types of meters available in Micrometer, but they are not currently being used in <%=vars.product_name%>.
Every meter in Micrometer has the following attributes, but may also have more than these depending on the meter type:
Expand Down

0 comments on commit baacba1

Please sign in to comment.