<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>maven &#8211; Robust Perception | Prometheus Monitoring Experts</title>
	<atom:link href="/tag/maven/feed" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>Prometheus Monitoring Experts</description>
	<lastBuildDate>Thu, 28 Jan 2016 20:15:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>

<image>
	<url>/wp-content/uploads/2015/07/cropped-robust-icon-32x32.png</url>
	<title>maven &#8211; Robust Perception | Prometheus Monitoring Experts</title>
	<link>/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Exporting to Graphite with the Prometheus Java Client</title>
		<link>/exporting-to-graphite-with-the-prometheus-java-client</link>
		
		<dc:creator><![CDATA[Brian Brazil]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 20:15:00 +0000</pubDate>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[graphite]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[prometheus]]></category>
		<guid isPermaLink="false">http://www.robustperception.io/?p=1507</guid>

					<description><![CDATA[I previously looked at how the Prometheus Python client can output to Graphite. You can do the same with the Java client, letting you instrument once and integrate with non-Prometheus monitoring systems. If you're using Maven, the key dependency you need is simpleclient_graphite_bridge: &#60;dependency&#62; &#60;groupId&#62;io.prometheus&#60;/groupId&#62; &#60;artifactId&#62;simpleclient_graphite_bridge&#60;/artifactId&#62; &#60;version&#62;0.0.13&#60;/version&#62; &#60;/dependency&#62; Sending samples out to Graphite is then only a few lines [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Instrumenting Java with Prometheus</title>
		<link>/instrumenting-java-with-prometheus</link>
		
		<dc:creator><![CDATA[Brian Brazil]]></dc:creator>
		<pubDate>Tue, 05 Jan 2016 19:06:04 +0000</pubDate>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[prometheus]]></category>
		<guid isPermaLink="false">http://www.robustperception.io/?p=1450</guid>

					<description><![CDATA[Getting started with a new library it helps to have an example to work from. Let's look at a simple example of using Prometheus instrumentation in Java. &#160; I've written a small example webserver. Let's download it and run it: git clone https://github.com/RobustPerception/java_examples.git cd java_examples/java_simple/ mvn package java -jar target/java_simple-1.0-SNAPSHOT-jar-with-dependencies.jar If you visit :1234/ you'll [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
