From 0d559ccb2e8b5ddddf2b467dc29d7512d31c8497 Mon Sep 17 00:00:00 2001 From: kailashhd Date: Mon, 5 Feb 2018 17:02:58 -0800 Subject: [PATCH] Fix typo where example not displayed on ReadMe Added correct tages to indicate xml on the ReadME page. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c42abb7..2e249d9b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,10 @@ Example - collect the `ThreadCount` attribute from the Threading MBean: Example - collect the `SystemLoadAverage` gauge attribute from the OperatingSystem MBean: - +```xml + +``` (i) Note that the `type` attribute is customizable. Output writers such as the [LibratoWriter](https://github.com/jmxtrans/jmxtrans-agent/blob/jmxtrans-agent-1.2.4/src/main/java/org/jmxtrans/agent/LibratoWriter.java), [StatsDOutputWriter](https://github.com/jmxtrans/jmxtrans-agent/blob/jmxtrans-agent-1.2.4/src/main/java/org/jmxtrans/agent/StatsDOutputWriter.java) and [PerMinuteSummarizerOutputWriter](https://github.com/jmxtrans/jmxtrans-agent/blob/jmxtrans-agent-1.2.4/src/main/java/org/jmxtrans/agent/PerMinuteSummarizerOutputWriter.java) are aware of the `type`s `counter` and `gauge` and assume that non defined `type`means `counter`.