<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Harvest and histogram counters in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116555#M20728</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9172"&gt;@markweber﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harvest understands CM metdata and can post metrics for any CM counter type including 2D and 3D arrays. &amp;nbsp;So the CIFS histogram one you mentioned should work fine. &amp;nbsp;If you add them to a custom template that is already using a plugin to do some summarization you do&amp;nbsp;need to verify that post logic is compatible with your newly added counters. &amp;nbsp;For cdot-cifs it seems the plugin only replaces slashes needed for a counter named Open/Close so no issue there, but for others like volume if you want a roll-up vol_summary metrics created you might have to adjust.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for 8.3 you could update to add the one in red:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;	'cifs:node' =&amp;gt;
			{ 
				counter_list     =&amp;gt; [ qw(instance_name instance_uuid
									cifs_op_count
									cifs_ops cifs_read_ops cifs_write_ops
									cifs_latency cifs_read_latency cifs_write_latency
									connections established_sessions open_files signed_sessions&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;                                                                        cifs_latency_hist&lt;/SPAN&gt;&lt;/FONT&gt;
									) ],
				graphite_leaf    =&amp;gt; 'node.{instance_name}.cifs',
				plugin           =&amp;gt; 'cdot-cifs',
				enabled          =&amp;gt; '1'
			},&lt;/PRE&gt;&lt;P&gt;Then in your metrics tree you will see a new ones like:&lt;/P&gt;&lt;P&gt;node.{nodename}.cifs.cifs_latency_hist.&amp;lt;20us&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;node.{nodename}.cifs.cifs_latency_hist.&amp;lt;40us&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this post resolved your issue, please help others by selecting&amp;nbsp;&lt;STRONG&gt;ACCEPT AS SOLUTION&lt;/STRONG&gt;&amp;nbsp;or adding a&amp;nbsp;&lt;STRONG&gt;KUDO&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2016 13:44:08 GMT</pubDate>
    <dc:creator>madden</dc:creator>
    <dc:date>2016-03-02T13:44:08Z</dc:date>
    <item>
      <title>Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116515#M20717</link>
      <description>&lt;P&gt;does anyone know if Harvest supports histogram counters (like volume:{instance}:cifs_protocol_read_latency or cifs:node:{instance}:cifs_latency_hist)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:55:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116515#M20717</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2025-06-04T21:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116555#M20728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9172"&gt;@markweber﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harvest understands CM metdata and can post metrics for any CM counter type including 2D and 3D arrays. &amp;nbsp;So the CIFS histogram one you mentioned should work fine. &amp;nbsp;If you add them to a custom template that is already using a plugin to do some summarization you do&amp;nbsp;need to verify that post logic is compatible with your newly added counters. &amp;nbsp;For cdot-cifs it seems the plugin only replaces slashes needed for a counter named Open/Close so no issue there, but for others like volume if you want a roll-up vol_summary metrics created you might have to adjust.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for 8.3 you could update to add the one in red:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;	'cifs:node' =&amp;gt;
			{ 
				counter_list     =&amp;gt; [ qw(instance_name instance_uuid
									cifs_op_count
									cifs_ops cifs_read_ops cifs_write_ops
									cifs_latency cifs_read_latency cifs_write_latency
									connections established_sessions open_files signed_sessions&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;                                                                        cifs_latency_hist&lt;/SPAN&gt;&lt;/FONT&gt;
									) ],
				graphite_leaf    =&amp;gt; 'node.{instance_name}.cifs',
				plugin           =&amp;gt; 'cdot-cifs',
				enabled          =&amp;gt; '1'
			},&lt;/PRE&gt;&lt;P&gt;Then in your metrics tree you will see a new ones like:&lt;/P&gt;&lt;P&gt;node.{nodename}.cifs.cifs_latency_hist.&amp;lt;20us&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;node.{nodename}.cifs.cifs_latency_hist.&amp;lt;40us&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this post resolved your issue, please help others by selecting&amp;nbsp;&lt;STRONG&gt;ACCEPT AS SOLUTION&lt;/STRONG&gt;&amp;nbsp;or adding a&amp;nbsp;&lt;STRONG&gt;KUDO&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:44:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116555#M20728</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-03-02T13:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116570#M20731</link>
      <description>&lt;P&gt;Awesome - thanks Chris!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 15:26:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116570#M20731</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2016-03-02T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116580#M20733</link>
      <description>&lt;P&gt;as a followup question -&lt;/P&gt;&lt;P&gt;is it possible to use the override hash to change/map the label values?&lt;/P&gt;&lt;P&gt;something like:&lt;/P&gt;&lt;P&gt;'cifs:node' =&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;cifs_latency_hist =&amp;gt; { labels =&amp;gt; {20us,40us,60us,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,100ms,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf}}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Grafana seems to have issues with &amp;lt;,&amp;gt;,= in the metric names and using a plugin regex seems impractical (at least for my weak regex skills)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;m&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 17:05:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116580#M20733</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2016-03-02T17:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116681#M20748</link>
      <description>&lt;P&gt;after a little bit of trial and error, this seems to work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'cifs:node' =&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;cifs_latency_hist =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60us,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,100ms,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 14:53:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116681#M20748</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2016-03-04T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116686#M20754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9172"&gt;@markweber﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually that label syntax is not something I've designed in so I would be surprised if it works. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was working with another customer today and verified this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;	'volume:node' =&amp;gt;
			{ 
				counter_list     =&amp;gt; [ qw(instance_name
total_protocol_read_latency
total_protocol_write_latency
									)],
				graphite_leaf    =&amp;gt; 'node.{instance_name}.vol_summary',				
				enabled          =&amp;gt; '1'
			},&lt;/PRE&gt;&lt;P&gt;results in display in Graphite as this:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/4942i3D9100F611473489/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="special_symbols.png" title="special_symbols.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I think your original syntax was the correct one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris Madden&lt;/P&gt;&lt;P&gt;Storage Architect, NetApp EMEA (and author of Harvest)&lt;/P&gt;&lt;P&gt;Blog:&amp;nbsp;&lt;A href="http://blog.pkiwi.com/" target="_blank"&gt;It all begins with data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this post resolved your issue, please help others by selecting&amp;nbsp;&lt;STRONG&gt;ACCEPT AS SOLUTION&lt;/STRONG&gt;&amp;nbsp;or adding a&amp;nbsp;&lt;STRONG&gt;KUDO&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 16:09:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116686#M20754</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-03-04T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116985#M20811</link>
      <description>&lt;P&gt;Hi Chris -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both work great - i kinda switch contexts on you for the second question.&lt;/P&gt;&lt;P&gt;I added histogram counters as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        'nfsv3:node' =&amp;gt;
                        { 
                                counter_list     =&amp;gt; [ qw(instance_name instance_uuid
                                                                        nfsv3_latency_hist read_latency_hist write_latency_hist
                                                                        ) ],
                                graphite_leaf    =&amp;gt; 'node.{instance_name}.nfsv3',
                                enabled          =&amp;gt; '1'
                        },&lt;/PRE&gt;&lt;PRE&gt;        'cifs:node' =&amp;gt;
                        { 
                                counter_list     =&amp;gt; [ qw(instance_name instance_uuid
                                                                        cifs_latency_hist cifs_read_latency_hist cifs_write_latency_hist
                                                                        ) ],
                                graphite_leaf    =&amp;gt; 'node.{instance_name}.cifs',
                                plugin           =&amp;gt; 'cdot-cifs',
                                enabled          =&amp;gt; '1'
                        },&lt;/PRE&gt;&lt;P&gt;and that worked perfectly, but Grafana had trouble with the special characters, so i added the following to the override definitions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%override = (
                                'cifs:node' =&amp;gt;
                                {
                                        cifs_latency_hist        =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,10
0ms,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                        cifs_read_latency_hist   =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,10
0ms,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                        cifs_write_latency_hist  =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,10
0ms,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                },&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;                                'nfsv3:node' =&amp;gt;
                                {
                                        nfsv3_latency_hist     =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,100m
s,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                        read_latency_hist      =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,100m
s,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                        write_latency_hist     =&amp;gt; { 'label-info' =&amp;gt; '20us,40us,60u,80us,100us,200us,400us,600us,800us,1ms,2ms,4ms,6ms,8ms,10ms,12ms,14ms,16ms,18ms,20ms,40ms,60ms,80ms,100m
s,200ms,400ms,600ms,800ms,1s,2s,4s,6s,8s,10s,20s,30s,60s,90s,120s,inf' },
                                },&lt;/PRE&gt;&lt;P&gt;which renamed the metrics from '&amp;gt;20us' to '20us', etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i was able to get a dashboard built that i'm fairly happy with -&amp;nbsp;&lt;/P&gt;&lt;P&gt;dashboard json is here if anyone is interested:&amp;nbsp;&lt;A href="https://gist.github.com/mrkwbr/bd69eb8dfba429dd2a67#file-netapp-detail-node-latency-histogram-json" target="_blank"&gt;https://gist.github.com/mrkwbr/bd69eb8dfba429dd2a67#file-netapp-detail-node-latency-histogram-json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again for your help&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/4972iAFB934DF9696F8BC/image-size/large?v=mpbl-1&amp;amp;px=-1" border="0" alt="histogram.jpg" title="histogram.jpg" align="left" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 16:24:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116985#M20811</guid>
      <dc:creator>markweber</dc:creator>
      <dc:date>2016-03-11T16:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Harvest and histogram counters</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116998#M20814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9172"&gt;@markweber﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great job to extend Harvest for your needs, this is exactly what I hoped people would do!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indeed, I didn't understand your label mapping table but now I get it that you added that snippet to the overrides table and not the main poller hash. &amp;nbsp;Maybe I should&amp;nbsp;edit Harvest to detect labels that include&amp;nbsp;&amp;lt;&amp;gt;= and replace them with&amp;nbsp;gt, lt, and eq. &amp;nbsp;Thoughts? &amp;nbsp;Because Graphite allowed them (I think = as well but not positive) it hasn't come up before. &amp;nbsp;But if Grafana has trouble them maybe it is something to modify across the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 18:10:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Harvest-and-histogram-counters/m-p/116998#M20814</guid>
      <dc:creator>madden</dc:creator>
      <dc:date>2016-03-11T18:10:49Z</dc:date>
    </item>
  </channel>
</rss>

