Repository: incubator-htrace
Updated Branches:
  refs/heads/master 7d6488b4a -> 721d5ce42


HTRACE-281. htraced: add example/htraced-conf.xml (cmccabe)


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/721d5ce4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/721d5ce4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/721d5ce4

Branch: refs/heads/master
Commit: 721d5ce423353b0355273267d9e3cb2e980d6096
Parents: 7d6488b
Author: Colin P. Mccabe <[email protected]>
Authored: Thu Oct 22 17:50:24 2015 -0700
Committer: Colin P. Mccabe <[email protected]>
Committed: Thu Oct 22 17:50:24 2015 -0700

----------------------------------------------------------------------
 htrace-htraced/example/htraced-conf.xml | 32 ++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/721d5ce4/htrace-htraced/example/htraced-conf.xml
----------------------------------------------------------------------
diff --git a/htrace-htraced/example/htraced-conf.xml 
b/htrace-htraced/example/htraced-conf.xml
new file mode 100644
index 0000000..221868f
--- /dev/null
+++ b/htrace-htraced/example/htraced-conf.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<configuration>
+  <property>
+    <name>log.level</name>
+    <value>TRACE</value>
+  </property>
+  <property>
+    <name>log.path</name>
+    <value>/tmp/htraced.log</value>
+  </property>
+  <property>
+    <name>web.address</name>
+    <value>localhost:9095</value>
+  </property>
+  <property>
+    <name>data.store.directories</name>
+    <value>/tmp/htraced1:/tmp/htraced2</value>
+  </property>
+  <property>
+    <name>data.store.clear</name>
+    <value>true</value>
+  </property>
+  <property>
+    <name>data.store.span.buffer.size</name>
+    <value>100</value>
+  </property>
+  <property>
+    <name>metrics.heartbeat.period.ms</name>
+    <value>60000</value>
+  </property>
+</configuration>

Reply via email to