<?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: JMX ad multiple dimension splitting in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196345#M2457</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6773"&gt;@Stephane_LeMoig&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it is not an answer for your question but I have checked a jmx metric with 3 dimensons in an environment with timeseries API and metric API too. See the results, maybe it helps for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timeseries APIv1&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"timeseriesId": "custom.jmx.PendingRequestCount_V21663771262394:metric_PendingRequestCount_1663771256883",&lt;BR /&gt;"displayName": "PendingRequestCount",&lt;BR /&gt;"dimensions": [&lt;BR /&gt;"PROCESS_GROUP_INSTANCE",&lt;BR /&gt;"Process ID",&lt;BR /&gt;"Name"&lt;BR /&gt;],&lt;BR /&gt;"aggregationTypes": [&lt;BR /&gt;"AVG",&lt;BR /&gt;"SUM",&lt;BR /&gt;"MIN",&lt;BR /&gt;"MAX"&lt;BR /&gt;],&lt;BR /&gt;"unit": "Count (count)",&lt;BR /&gt;"filter": "PLUGIN",&lt;BR /&gt;"detailedSource": "PendingRequestCount_V2",&lt;BR /&gt;"pluginId": "custom.jmx.PendingRequestCount_V21663771262394",&lt;BR /&gt;"types": [],&lt;BR /&gt;"warnings": []&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Metrics APIv2&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"metricId": "ext:custom.jmx.PendingRequestCount_V2.metric_PendingRequestCount_1663771256883",&lt;BR /&gt;"displayName": "PendingRequestCount",&lt;BR /&gt;"description": "",&lt;BR /&gt;"unit": "Count",&lt;BR /&gt;"dduBillable": true,&lt;BR /&gt;"created": 1663771262476,&lt;BR /&gt;"lastWritten": 1665587469308,&lt;BR /&gt;"entityType": [&lt;BR /&gt;"PROCESS_GROUP_INSTANCE"&lt;BR /&gt;],&lt;BR /&gt;"aggregationTypes": [&lt;BR /&gt;"auto",&lt;BR /&gt;"avg",&lt;BR /&gt;"count",&lt;BR /&gt;"max",&lt;BR /&gt;"min",&lt;BR /&gt;"sum"&lt;BR /&gt;],&lt;BR /&gt;"transformations": [&lt;BR /&gt;"filter",&lt;BR /&gt;"fold",&lt;BR /&gt;"limit",&lt;BR /&gt;"merge",&lt;BR /&gt;"names",&lt;BR /&gt;"parents",&lt;BR /&gt;"timeshift",&lt;BR /&gt;"sort",&lt;BR /&gt;"last",&lt;BR /&gt;"splitBy",&lt;BR /&gt;"lastReal",&lt;BR /&gt;"setUnit"&lt;BR /&gt;],&lt;BR /&gt;"defaultAggregation": {&lt;BR /&gt;"type": "avg"&lt;BR /&gt;},&lt;BR /&gt;"dimensionDefinitions": [&lt;BR /&gt;{&lt;BR /&gt;"key": "dt.entity.process_group_instance",&lt;BR /&gt;"name": "Process",&lt;BR /&gt;"displayName": "Process",&lt;BR /&gt;"index": 0,&lt;BR /&gt;"type": "ENTITY"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "rx_pid",&lt;BR /&gt;"name": "rx_pid",&lt;BR /&gt;"displayName": "rx_pid",&lt;BR /&gt;"index": 1,&lt;BR /&gt;"type": "NUMBER"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "Name",&lt;BR /&gt;"name": "Name",&lt;BR /&gt;"displayName": "Name",&lt;BR /&gt;"index": 2,&lt;BR /&gt;"type": "STRING"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"tags": [],&lt;BR /&gt;"metricValueType": {&lt;BR /&gt;"type": "unknown"&lt;BR /&gt;},&lt;BR /&gt;"scalar": false,&lt;BR /&gt;"resolutionInfSupported": true&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 15:36:37 GMT</pubDate>
    <dc:creator>Mizső</dc:creator>
    <dc:date>2022-10-12T15:36:37Z</dc:date>
    <item>
      <title>JMX ad multiple dimension splitting</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196331#M2456</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to collect metrics through JMX plugin, but split them into more than only one dimension :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"timeseries": {&lt;BR /&gt;"key": "metric_put_batch_avg_time_ms_",&lt;BR /&gt;"unit": "MilliSecond",&lt;BR /&gt;"displayname": "KafkaConnect-put-batch-avg-time-ms",&lt;BR /&gt;"dimensions": [&lt;BR /&gt;"rx_pid",&lt;BR /&gt;"task"&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;"source": {&lt;BR /&gt;"domain": "kafka.connect",&lt;BR /&gt;"keyProperties": {&lt;BR /&gt;"type": "sink-task-metrics",&lt;BR /&gt;"task": "*"&lt;BR /&gt;},&lt;BR /&gt;"attribute": "put-batch-avg-time-ms",&lt;BR /&gt;"allowAdditionalKeys": true,&lt;BR /&gt;"calculateDelta": false,&lt;BR /&gt;"calculateRate": false,&lt;BR /&gt;"aggregation": "AVG",&lt;BR /&gt;"splitting": {&lt;BR /&gt;"name": "task",&lt;BR /&gt;"type": "keyProperty",&lt;BR /&gt;"keyProperty": "task"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;In this exemple, it's ok for the dimension "task", but I want to add another dimension. OK to add the dimension:&lt;/P&gt;
&lt;P&gt;"dimensions": [&lt;BR /&gt;"rx_pid",&lt;BR /&gt;"task",&lt;/P&gt;
&lt;P&gt;"connector"&lt;BR /&gt;]&lt;/P&gt;
&lt;P&gt;But how to add it in the splitting field? Is there something else to add?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 08:07:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196331#M2456</guid>
      <dc:creator>Stephane_LeMoig</dc:creator>
      <dc:date>2023-05-16T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: JMX ad multiple dimension splitting</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196345#M2457</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6773"&gt;@Stephane_LeMoig&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it is not an answer for your question but I have checked a jmx metric with 3 dimensons in an environment with timeseries API and metric API too. See the results, maybe it helps for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Timeseries APIv1&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"timeseriesId": "custom.jmx.PendingRequestCount_V21663771262394:metric_PendingRequestCount_1663771256883",&lt;BR /&gt;"displayName": "PendingRequestCount",&lt;BR /&gt;"dimensions": [&lt;BR /&gt;"PROCESS_GROUP_INSTANCE",&lt;BR /&gt;"Process ID",&lt;BR /&gt;"Name"&lt;BR /&gt;],&lt;BR /&gt;"aggregationTypes": [&lt;BR /&gt;"AVG",&lt;BR /&gt;"SUM",&lt;BR /&gt;"MIN",&lt;BR /&gt;"MAX"&lt;BR /&gt;],&lt;BR /&gt;"unit": "Count (count)",&lt;BR /&gt;"filter": "PLUGIN",&lt;BR /&gt;"detailedSource": "PendingRequestCount_V2",&lt;BR /&gt;"pluginId": "custom.jmx.PendingRequestCount_V21663771262394",&lt;BR /&gt;"types": [],&lt;BR /&gt;"warnings": []&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Metrics APIv2&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"metricId": "ext:custom.jmx.PendingRequestCount_V2.metric_PendingRequestCount_1663771256883",&lt;BR /&gt;"displayName": "PendingRequestCount",&lt;BR /&gt;"description": "",&lt;BR /&gt;"unit": "Count",&lt;BR /&gt;"dduBillable": true,&lt;BR /&gt;"created": 1663771262476,&lt;BR /&gt;"lastWritten": 1665587469308,&lt;BR /&gt;"entityType": [&lt;BR /&gt;"PROCESS_GROUP_INSTANCE"&lt;BR /&gt;],&lt;BR /&gt;"aggregationTypes": [&lt;BR /&gt;"auto",&lt;BR /&gt;"avg",&lt;BR /&gt;"count",&lt;BR /&gt;"max",&lt;BR /&gt;"min",&lt;BR /&gt;"sum"&lt;BR /&gt;],&lt;BR /&gt;"transformations": [&lt;BR /&gt;"filter",&lt;BR /&gt;"fold",&lt;BR /&gt;"limit",&lt;BR /&gt;"merge",&lt;BR /&gt;"names",&lt;BR /&gt;"parents",&lt;BR /&gt;"timeshift",&lt;BR /&gt;"sort",&lt;BR /&gt;"last",&lt;BR /&gt;"splitBy",&lt;BR /&gt;"lastReal",&lt;BR /&gt;"setUnit"&lt;BR /&gt;],&lt;BR /&gt;"defaultAggregation": {&lt;BR /&gt;"type": "avg"&lt;BR /&gt;},&lt;BR /&gt;"dimensionDefinitions": [&lt;BR /&gt;{&lt;BR /&gt;"key": "dt.entity.process_group_instance",&lt;BR /&gt;"name": "Process",&lt;BR /&gt;"displayName": "Process",&lt;BR /&gt;"index": 0,&lt;BR /&gt;"type": "ENTITY"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "rx_pid",&lt;BR /&gt;"name": "rx_pid",&lt;BR /&gt;"displayName": "rx_pid",&lt;BR /&gt;"index": 1,&lt;BR /&gt;"type": "NUMBER"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"key": "Name",&lt;BR /&gt;"name": "Name",&lt;BR /&gt;"displayName": "Name",&lt;BR /&gt;"index": 2,&lt;BR /&gt;"type": "STRING"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"tags": [],&lt;BR /&gt;"metricValueType": {&lt;BR /&gt;"type": "unknown"&lt;BR /&gt;},&lt;BR /&gt;"scalar": false,&lt;BR /&gt;"resolutionInfSupported": true&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mizső&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 15:36:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196345#M2457</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2022-10-12T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: JMX ad multiple dimension splitting</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196393#M2462</link>
      <description>&lt;P&gt;Thanks for you're suggestion.&lt;/P&gt;&lt;P&gt;It's possible because when i ingest some metrics they can be automatically split on many dimension, but i don't fine any documentation to define this in a custom plugin.&lt;/P&gt;&lt;P&gt;It was a good idea to check th e metrics throught the API, but it doesn't help me much &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 09:57:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/196393#M2462</guid>
      <dc:creator>Stephane_LeMoig</dc:creator>
      <dc:date>2022-10-13T09:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: JMX ad multiple dimension splitting</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/225015#M3462</link>
      <description>&lt;P&gt;Just adding that this feature request is something my company could use as well, also for collecting Kafka server metrics like you are.&amp;nbsp; Very common to want to split by both topic + partition, for example.&amp;nbsp; Let me know if you ever found a way to do this via the JMX Extensions.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 20:26:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/225015#M3462</guid>
      <dc:creator>kyle_hereiam</dc:creator>
      <dc:date>2023-10-10T20:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: JMX ad multiple dimension splitting</title>
      <link>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/225039#M3463</link>
      <description>&lt;P&gt;You can do this with the new JMX datasource for extensions 2.0 in Dynatrace, which is the updated version of the JMX framework you have all been using:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/extensions20" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/extensions20&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/data-sources/jmx" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/data-sources/jmx&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/data-sources/jmx/jmx-schema-reference" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/data-sources/jmx/jmx-schema-reference&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 11 Oct 2023 07:22:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/JMX-ad-multiple-dimension-splitting/m-p/225039#M3463</guid>
      <dc:creator>victor_balbuena</dc:creator>
      <dc:date>2023-10-11T07:22:53Z</dc:date>
    </item>
  </channel>
</rss>

