<?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: Plugin Dimension Help in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109619#M452</link>
    <description>&lt;P&gt;Does the dimensions work for OneAgent plugin as well?&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Jul 2019 19:37:29 GMT</pubDate>
    <dc:creator>tarjei_utnes</dc:creator>
    <dc:date>2019-07-09T19:37:29Z</dc:date>
    <item>
      <title>Plugin dimension in ActiveGate</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109615#M448</link>
      <description>&lt;P&gt;I'm writing an ActiveGate remote plugin and have everything working as expected with the exception of figuring out dimensions. I have network devices with a variable count of interfaces and I'm wanting to graph out metrics for each interface. So far all I'm getting is an aggregation of all interfaces into a single metric within a single chart. What I'd like to do is have each interface graphed out within a single chart or worst case have a chart for each interface.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;From my json here's my metrics entry:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-left: 20px;"&gt;{&lt;BR /&gt;"entity": "CUSTOM_DEVICE",&lt;BR /&gt;"timeseries": {&lt;BR /&gt;"key": "nodetraffic",&lt;BR /&gt;"unit": "Byte",&lt;BR /&gt;"dimensions": ["nodenamedim"],&lt;BR /&gt;"displayname": "Node Traffic"&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;json charts entry:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-left: 20px;"&gt;{&lt;BR /&gt;"group": "Network Interfaces",&lt;BR /&gt;"title": "Interface Traffic",&lt;BR /&gt;"description": "Interface Traffic", &lt;BR /&gt;"explanation": "Not used",&lt;BR /&gt;"link": "Demo link",&lt;BR /&gt;"series": [ &lt;BR /&gt;{&lt;BR /&gt;"key": "nodetraffic",&lt;BR /&gt;"displayname": "Node Test",&lt;BR /&gt;"aggregation": "avg",&lt;BR /&gt;"mergeaggregation": "avg",&lt;BR /&gt;"color": "#008cdb",&lt;BR /&gt;"seriestype": "line",&lt;BR /&gt;"rightaxis": false,&lt;BR /&gt;"stacked": false,&lt;BR /&gt;"unit": "PerSecond", &lt;BR /&gt;"metricexplanation": "Not used"&lt;BR /&gt;} &lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Plugin entry (from within a for loop of interfaces)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin-left: 20px;"&gt;NetDevice.relative(key="nodetraffic", value=nodein, dimensions = {"nodenamedim" : node_name})&lt;/P&gt;
&lt;P&gt;Any assistance you could provide would be greatly appreciated!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 16:05:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109615#M448</guid>
      <dc:creator>scott_criscilli</dc:creator>
      <dc:date>2023-05-18T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Dimension Help</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109616#M449</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Move the json charts entry to the "charts" section of the plugin.json, and out of the "keycharts" section. Also, drop the mergeaggregation property.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 15:26:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109616#M449</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2018-11-30T15:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Dimension Help</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109617#M450</link>
      <description>&lt;P&gt;Thank you sir - perfect! It was that mergeaggregation property getting me.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 15:49:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109617#M450</guid>
      <dc:creator>scott_criscilli</dc:creator>
      <dc:date>2018-11-30T15:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Dimension Help</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109618#M451</link>
      <description>&lt;P&gt;No worries, good luck with the plugin!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2018 15:52:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109618#M451</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2018-11-30T15:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin Dimension Help</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109619#M452</link>
      <description>&lt;P&gt;Does the dimensions work for OneAgent plugin as well?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Jul 2019 19:37:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-dimension-in-ActiveGate/m-p/109619#M452</guid>
      <dc:creator>tarjei_utnes</dc:creator>
      <dc:date>2019-07-09T19:37:29Z</dc:date>
    </item>
  </channel>
</rss>

