<?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 Plugin ActiveGate - Device Group / Relative in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Plugin-ActiveGate-Device-Group-Relative/m-p/176275#M1812</link>
    <description>&lt;P&gt;Guys, I have two keymetrics and I need them to return values ​​on my device.&lt;/P&gt;&lt;P&gt;How should I set device relative and group absolute?&lt;/P&gt;&lt;P&gt;Today no data is returned, the two metrics were not created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoBiaggio_0-1637612578033.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3482iEB6F669A0B35F4A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoBiaggio_0-1637612578033.png" alt="RodrigoBiaggio_0-1637612578033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;            device.relative(key='avg_time_cancelar_portabilidade_30_dias', value=avg_time_cancelar_portabilidade_30_dias)
            group.absolute(key='avg_time_cancelar_portabilidade_mes_corrente', value=avg_time_cancelar_portabilidade_mes_corrente)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt; "configUI": {
    "displayName": "DICT - Cancelar Portabilidade (Tempo Médio)"
  },
  "ui": {
    "keymetrics": [
      {
        "key": "avg_time_cancelar_portabilidade_mes_corrente",
        "aggregation": "max",
        "mergeaggregation": "sum",
        "displayname": "Mês Corrente"
      },
      {
        "key": "avg_time_cancelar_portabilidade_30_dias",
        "aggregation": "max",
        "mergeaggregation": "sum",
        "displayname": "Ultimos 30 dias"
      }
    ],
    "keycharts": [
      {
        "group": "ANS DICT",
        "title": "Cancelar Portabilidade",
        "series": [
          {
            "key": "avg_time_cancelar_portabilidade_mes_corrente",
            "displayname": "Média em Minutos",
            "seriestype": "area",
            "color": "#4d4dff"
          },
          {
            "key": "avg_time_cancelar_portabilidade_30_dias",
            "displayname": "Média em Minutos",
            "seriestype": "area",
            "color": "#4d4dff"
          }
        ]
      }
    ]
  },
  "charts": [
    {
      "group": "ANS DICT",
      "title": "Cancelar Portabilidade",
      "series": [
        {
          "key": "avg_time_cancelar_portabilidade_mes_corrente",
          "displayname": "Média em Minutos",
          "seriestype": "area",
          "color": "#4d4dff"
        },
        {
          "key": "avg_time_cancelar_portabilidade_30_dias",
          "displayname": "Média em Minutos",
          "seriestype": "area",
          "color": "#4d4dff"
        }
      ]
    }
  ],
  "metrics": [
    {
      "timeseries": {
        "key": "avg_time_cancelar_portabilidade_mes_corrente",
        "unit": "Count",
        "aggregation": "MAX",
        "displayname": "Cancelar Portabilidade - Mês Corrente"
      },
      "entity": "CUSTOM_DEVICE_GROUP"
    },
        {
      "timeseries": {
        "key": "avg_time_cancelar_portabilidade_30_dias",
        "unit": "Count",
        "aggregation": "MAX",
        "displayname": "Cancelar Portabilidade - Últimos 30 Dias"
      },
      "entity": "CUSTOM_DEVICE_GROUP"
    }
  ]
}&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 22 Nov 2021 20:24:12 GMT</pubDate>
    <dc:creator>RodrigoBiaggio</dc:creator>
    <dc:date>2021-11-22T20:24:12Z</dc:date>
    <item>
      <title>Plugin ActiveGate - Device Group / Relative</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-ActiveGate-Device-Group-Relative/m-p/176275#M1812</link>
      <description>&lt;P&gt;Guys, I have two keymetrics and I need them to return values ​​on my device.&lt;/P&gt;&lt;P&gt;How should I set device relative and group absolute?&lt;/P&gt;&lt;P&gt;Today no data is returned, the two metrics were not created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RodrigoBiaggio_0-1637612578033.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3482iEB6F669A0B35F4A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RodrigoBiaggio_0-1637612578033.png" alt="RodrigoBiaggio_0-1637612578033.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;            device.relative(key='avg_time_cancelar_portabilidade_30_dias', value=avg_time_cancelar_portabilidade_30_dias)
            group.absolute(key='avg_time_cancelar_portabilidade_mes_corrente', value=avg_time_cancelar_portabilidade_mes_corrente)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt; "configUI": {
    "displayName": "DICT - Cancelar Portabilidade (Tempo Médio)"
  },
  "ui": {
    "keymetrics": [
      {
        "key": "avg_time_cancelar_portabilidade_mes_corrente",
        "aggregation": "max",
        "mergeaggregation": "sum",
        "displayname": "Mês Corrente"
      },
      {
        "key": "avg_time_cancelar_portabilidade_30_dias",
        "aggregation": "max",
        "mergeaggregation": "sum",
        "displayname": "Ultimos 30 dias"
      }
    ],
    "keycharts": [
      {
        "group": "ANS DICT",
        "title": "Cancelar Portabilidade",
        "series": [
          {
            "key": "avg_time_cancelar_portabilidade_mes_corrente",
            "displayname": "Média em Minutos",
            "seriestype": "area",
            "color": "#4d4dff"
          },
          {
            "key": "avg_time_cancelar_portabilidade_30_dias",
            "displayname": "Média em Minutos",
            "seriestype": "area",
            "color": "#4d4dff"
          }
        ]
      }
    ]
  },
  "charts": [
    {
      "group": "ANS DICT",
      "title": "Cancelar Portabilidade",
      "series": [
        {
          "key": "avg_time_cancelar_portabilidade_mes_corrente",
          "displayname": "Média em Minutos",
          "seriestype": "area",
          "color": "#4d4dff"
        },
        {
          "key": "avg_time_cancelar_portabilidade_30_dias",
          "displayname": "Média em Minutos",
          "seriestype": "area",
          "color": "#4d4dff"
        }
      ]
    }
  ],
  "metrics": [
    {
      "timeseries": {
        "key": "avg_time_cancelar_portabilidade_mes_corrente",
        "unit": "Count",
        "aggregation": "MAX",
        "displayname": "Cancelar Portabilidade - Mês Corrente"
      },
      "entity": "CUSTOM_DEVICE_GROUP"
    },
        {
      "timeseries": {
        "key": "avg_time_cancelar_portabilidade_30_dias",
        "unit": "Count",
        "aggregation": "MAX",
        "displayname": "Cancelar Portabilidade - Últimos 30 Dias"
      },
      "entity": "CUSTOM_DEVICE_GROUP"
    }
  ]
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 22 Nov 2021 20:24:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-ActiveGate-Device-Group-Relative/m-p/176275#M1812</guid>
      <dc:creator>RodrigoBiaggio</dc:creator>
      <dc:date>2021-11-22T20:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Plugin ActiveGate - Device Group / Relative</title>
      <link>https://community.dynatrace.com/t5/Extensions/Plugin-ActiveGate-Device-Group-Relative/m-p/176316#M1814</link>
      <description>&lt;P&gt;Hi, you'd have to send the absolute metric to the device as well and not to the group.&lt;/P&gt;
&lt;P&gt;That being said, you should see the relative device metric if it constantly is increasing. Can you write avg_time_cancelar_portabilidade_30_dias to the logger just before the device.relative line to make sure that it's an ever increasing value?&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 10:01:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Plugin-ActiveGate-Device-Group-Relative/m-p/176316#M1814</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2021-11-23T10:01:30Z</dc:date>
    </item>
  </channel>
</rss>

