<?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 Dashboard and services in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-and-services/m-p/276432#M4999</link>
    <description>&lt;P&gt;Please how do I create dashboards that are tied only to specific services or workflows. For e.g. I have multiple services running in the same platform/environment but I need my dashboard to capture metrics for just a particular service or workflow.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 May 2025 07:53:12 GMT</pubDate>
    <dc:creator>kopashi</dc:creator>
    <dc:date>2025-05-05T07:53:12Z</dc:date>
    <item>
      <title>Dashboard and services</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-and-services/m-p/276432#M4999</link>
      <description>&lt;P&gt;Please how do I create dashboards that are tied only to specific services or workflows. For e.g. I have multiple services running in the same platform/environment but I need my dashboard to capture metrics for just a particular service or workflow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 07:53:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-and-services/m-p/276432#M4999</guid>
      <dc:creator>kopashi</dc:creator>
      <dc:date>2025-05-05T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard and services</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Dashboard-and-services/m-p/276435#M5000</link>
      <description>&lt;P&gt;Hi, I didn't quite understand what you're needing.&lt;BR /&gt;But I hope it's the following:&lt;/P&gt;&lt;P&gt;Of all the services you have in the tenant, create a dashboard that has metrics for only one of those services.&lt;/P&gt;&lt;P&gt;To get the query up and running quickly, I recommend:&lt;/P&gt;&lt;P&gt;1. Search for the service (in the new Services section)&lt;BR /&gt;2. Go to the Service details&lt;BR /&gt;3. View the Service metrics&lt;BR /&gt;4. Select "Pin your Dashboard/New Dashboard"&lt;/P&gt;&lt;P&gt;Img Step 3&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="PierreGutierrez_0-1746326861434.png" style="width: 561px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27839i03299BFB757D21ED/image-dimensions/561x274?v=v2" width="561" height="274" role="button" title="PierreGutierrez_0-1746326861434.png" alt="PierreGutierrez_0-1746326861434.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Img Step 4&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreGutierrez_1-1746326947826.png" style="width: 539px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/27840i0A16EBBC4A7680B5/image-dimensions/539x186?v=v2" width="539" height="186" role="button" title="PierreGutierrez_1-1746326947826.png" alt="PierreGutierrez_1-1746326947826.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;dt.entity.service Represent the Services ID&amp;nbsp;&lt;/P&gt;&lt;P&gt;DQL Example ( like the image)&lt;/P&gt;&lt;LI-CODE lang="java"&gt;timeseries requestCount_timeseries = sum(dt.service.request.count, rate: 1m), by:{dt.entity.service}, bins: 60, filter: dt.entity.service == "SERVICE-71B4C7B63ED01C56", nonempty: true | fieldsAdd metricName = "Throughput"
| append[timeseries responseTime_p50_timeseries = percentile(dt.service.request.response_time, 50), by:{dt.entity.service}, bins: 60, filter: dt.entity.service == "SERVICE-71B4C7B63ED01C56", nonempty: true  | fieldsAdd metricName = "p50"]
| append[timeseries responseTime_p90_timeseries = percentile(dt.service.request.response_time, 90), by:{dt.entity.service}, bins: 60, filter: dt.entity.service == "SERVICE-71B4C7B63ED01C56", nonempty: true  | fieldsAdd metricName = "p90"]
| append[timeseries responseTime_p99_timeseries = percentile(dt.service.request.response_time, 99), by:{dt.entity.service}, bins: 60, filter: dt.entity.service == "SERVICE-71B4C7B63ED01C56", nonempty: true  | fieldsAdd metricName = "p99"]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Dashboard will have the metric you selected (in my example, you see the same service with different percentiles and different metrics). Just modify or leave the metric you need.&lt;/P&gt;&lt;P&gt;This is one way; I hope it's helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 May 2025 02:54:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Dashboard-and-services/m-p/276435#M5000</guid>
      <dc:creator>PierreGutierrez</dc:creator>
      <dc:date>2025-05-04T02:54:17Z</dc:date>
    </item>
  </channel>
</rss>

