<?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 Custom device infographic tile in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Custom-device-infographic-tile/m-p/182848#M2242</link>
    <description>&lt;P&gt;Hello, I am trying to follow this&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/report-custom-device-metric-via-rest-api" target="_self"&gt;custom device example&lt;/A&gt;&amp;nbsp;and I would like an infographic tile for my custom device which shows 2 metrics in 1 tile as in other custom devices.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alfaprob_0-1647609700506.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4886i466D800F87179F33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alfaprob_0-1647609700506.png" alt="alfaprob_0-1647609700506.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the timeseries payload I am pushing:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "configUrl": "https://agt19276.dev.dynatracelabs.com/#hosts/hostdetails;id=HOST-6104DF0CAE2095B9;gtf=l_2_HOURS",
    "displayName": "MacbookPro",
    "favicon": "http://www.clker.com/cliparts/E/6/d/G/w/P/gray-apple-ever-md.png",
    "ipAddresses": [
        "172.17.0.1"
    ],
    "listenPorts": [
        80,
        443
    ],
    "properties": {
        "manufacturer": "Dynatrace LLC",
        "schedule": "30secs"
    },
    "series": [
        {
            "dataPoints": [
                [
                    1647609177312,
                    42
                ],
                [
                    1647609177312,
                    43
                ]
            ],
            "dimensions": {
                "nic": "ethernetcard1"
            },
            "timeseriesId": "custom:MacbookPro.random.numberA"
        },
        {
            "dataPoints": [
                [
                    1647609177312,
                    53
                ],
                [
                    1647609177312,
                    1
                ]
            ],
            "dimensions": {
                "nic": "ethernetcard2"
            },
            "timeseriesId": "custom:MacbookPro.random.numberA"
        },
        {
            "dataPoints": [
                [
                    1647609177312,
                    79
                ]
            ],
            "dimensions": {
                "cpu": "core1"
            },
            "timeseriesId": "custom:MacbookPro.random.numberB"
        }
    ],
    "type": "MacbookPro"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it displays 2 tiles:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alfaprob_1-1647609899778.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4887iF7DDD19FB05BA1D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alfaprob_1-1647609899778.png" alt="alfaprob_1-1647609899778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to combine the 2 metrics into 1 tile?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 12:23:44 GMT</pubDate>
    <dc:creator>alfaprob</dc:creator>
    <dc:date>2023-05-25T12:23:44Z</dc:date>
    <item>
      <title>Custom device infographic tile</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Custom-device-infographic-tile/m-p/182848#M2242</link>
      <description>&lt;P&gt;Hello, I am trying to follow this&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/report-custom-device-metric-via-rest-api" target="_self"&gt;custom device example&lt;/A&gt;&amp;nbsp;and I would like an infographic tile for my custom device which shows 2 metrics in 1 tile as in other custom devices.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alfaprob_0-1647609700506.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4886i466D800F87179F33/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alfaprob_0-1647609700506.png" alt="alfaprob_0-1647609700506.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the timeseries payload I am pushing:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "configUrl": "https://agt19276.dev.dynatracelabs.com/#hosts/hostdetails;id=HOST-6104DF0CAE2095B9;gtf=l_2_HOURS",
    "displayName": "MacbookPro",
    "favicon": "http://www.clker.com/cliparts/E/6/d/G/w/P/gray-apple-ever-md.png",
    "ipAddresses": [
        "172.17.0.1"
    ],
    "listenPorts": [
        80,
        443
    ],
    "properties": {
        "manufacturer": "Dynatrace LLC",
        "schedule": "30secs"
    },
    "series": [
        {
            "dataPoints": [
                [
                    1647609177312,
                    42
                ],
                [
                    1647609177312,
                    43
                ]
            ],
            "dimensions": {
                "nic": "ethernetcard1"
            },
            "timeseriesId": "custom:MacbookPro.random.numberA"
        },
        {
            "dataPoints": [
                [
                    1647609177312,
                    53
                ],
                [
                    1647609177312,
                    1
                ]
            ],
            "dimensions": {
                "nic": "ethernetcard2"
            },
            "timeseriesId": "custom:MacbookPro.random.numberA"
        },
        {
            "dataPoints": [
                [
                    1647609177312,
                    79
                ]
            ],
            "dimensions": {
                "cpu": "core1"
            },
            "timeseriesId": "custom:MacbookPro.random.numberB"
        }
    ],
    "type": "MacbookPro"
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it displays 2 tiles:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alfaprob_1-1647609899778.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/4887iF7DDD19FB05BA1D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alfaprob_1-1647609899778.png" alt="alfaprob_1-1647609899778.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to combine the 2 metrics into 1 tile?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 12:23:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Custom-device-infographic-tile/m-p/182848#M2242</guid>
      <dc:creator>alfaprob</dc:creator>
      <dc:date>2023-05-25T12:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: custom device infografic tile</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Custom-device-infographic-tile/m-p/182880#M2243</link>
      <description>&lt;P&gt;I personally haven't used this option before but I recreated this and it looks when you go this route all of charts/key charts are come from pre-defined behavior splitting by dimensions and it is not controllable via the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only way you can control the design/charts of those custom device charts and infographics that I am aware of is when you create an extension/plugin the plugin.json file defines the layout of these.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 20:54:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Custom-device-infographic-tile/m-p/182880#M2243</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2022-03-18T20:54:38Z</dc:date>
    </item>
  </channel>
</rss>

