<?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>Leandro Díaz Guerra&#039;s Blog &#187; Instrumentation</title>
	<atom:link href="http://www.leandrodg.com.ar/blog/tag/instrumentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leandrodg.com.ar/blog</link>
	<description>Yet another developer blog</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:45:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Performance Counter InstanceName issue</title>
		<link>http://www.leandrodg.com.ar/blog/2007/11/performance-counter-instancename-issue/</link>
		<comments>http://www.leandrodg.com.ar/blog/2007/11/performance-counter-instancename-issue/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 16:56:12 +0000</pubDate>
		<dc:creator>leandrodg</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP .NET]]></category>
		<category><![CDATA[Instrumentation]]></category>
		<category><![CDATA[Performance Counters]]></category>
		<category><![CDATA[Webforms]]></category>

		<guid isPermaLink="false">http://leandrodg.wordpress.com/2007/11/21/performance-counter-instancename-issue/</guid>
		<description><![CDATA[I was creating a performance counter collection to register the processing time for ASP.NET requests, and I decided the best way to name instances was to use Request.Url.Authority + Request.Url.PathAndQuery. This counters would allow me to check average response time, total requests and requests per second, for each Request.Url.Authority + Request.Url.PathAndQuery.
I built the counters and [...]]]></description>
		<wfw:commentRss>http://www.leandrodg.com.ar/blog/2007/11/performance-counter-instancename-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
