From 9a9f8941f6bbdaa369346b4de914627dbdc945d0 Mon Sep 17 00:00:00 2001 From: jonanseeley Date: Wed, 9 Aug 2017 14:22:54 -0400 Subject: [PATCH] Update METRICS.md Escaped asterisk characters. --- docs/METRICS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/METRICS.md b/docs/METRICS.md index 6fc766836..1ae75ffee 100644 --- a/docs/METRICS.md +++ b/docs/METRICS.md @@ -86,7 +86,7 @@ downstream plugins (processors and publishers) the ability to extract the data a canonical form often required by some back ends. Given a dynamic metric identified by the namespace `/intel/libvirt/*/disk/*/wrreq` the `NamespaceElement`s would -have values of 'intel', 'libvirt', '*', 'disk', '*' and 'wrreq' respectively. The `Name` and `Description` fields +have values of 'intel', 'libvirt', '\*', 'disk', '\*' and 'wrreq' respectively. The `Name` and `Description` fields of the 2nd and 4th elements would also contain non empty values. The metric's namespace could be created using the following constructor function.