You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2021/12/09 19:08:27 UTC

[geode] branch support/1.14 updated: GEODE-9882: User Guide, Micrometer section, fix product_name typo (#7181)

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 6b0413c  GEODE-9882: User Guide, Micrometer section, fix product_name typo (#7181)
6b0413c is described below

commit 6b0413ccdf22d216f9f8d855b6159ecaff29c1ce
Author: Dave Barnes <db...@apache.org>
AuthorDate: Thu Dec 9 10:58:53 2021 -0800

    GEODE-9882: User Guide, Micrometer section, fix product_name typo (#7181)
---
 geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb b/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
index 5d0bc00..0b272df 100644
--- a/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
+++ b/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
@@ -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: