<?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 No Prometheus histogram Metrics found in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/254981#M4298</link>
    <description>&lt;P&gt;I deployed the dynatrace-operator in my k8s cluster and use the annotations to monitor my workloads.&lt;BR /&gt;&lt;BR /&gt;However, I can't found the prometheus histogram type metrics in the Data Explorer.&lt;BR /&gt;Here's my instance:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"envoy_http_downstream_rq_time" histogram type metrics in my workloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;The Data explorer only shows "envoy_http_downstream_rq_time_count" and "envoy_http_downstream_rq_time_sum.count" but no "envoy_http_downstream_rq_time_bucket" found.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I also checked all of the dynatrace pods and no error logs found.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Jan 2026 07:33:52 GMT</pubDate>
    <dc:creator>icarus</dc:creator>
    <dc:date>2026-01-20T07:33:52Z</dc:date>
    <item>
      <title>No Prometheus histogram Metrics found</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/254981#M4298</link>
      <description>&lt;P&gt;I deployed the dynatrace-operator in my k8s cluster and use the annotations to monitor my workloads.&lt;BR /&gt;&lt;BR /&gt;However, I can't found the prometheus histogram type metrics in the Data Explorer.&lt;BR /&gt;Here's my instance:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"envoy_http_downstream_rq_time" histogram type metrics in my workloads.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;The Data explorer only shows "envoy_http_downstream_rq_time_count" and "envoy_http_downstream_rq_time_sum.count" but no "envoy_http_downstream_rq_time_bucket" found.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I also checked all of the dynatrace pods and no error logs found.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Jan 2026 07:33:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/254981#M4298</guid>
      <dc:creator>icarus</dc:creator>
      <dc:date>2026-01-20T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: No Prometheus histogram Metrics found</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/255296#M4321</link>
      <description>&lt;P&gt;Hey Icarus, I would recommend looking at the metric dsfm:server.metrics.rejections to see if there are any rejection reasons in there, but then there are also a bunch of other self monitoring metrics that could help, they start with dsfm:server and dsfm:activegate. Another that could be useful is&amp;nbsp;dsfm:active_gate.kubernetes.api.query_count to ensure it's querying successfully. Hope these help!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 04:50:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/255296#M4321</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2024-09-10T04:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: No Prometheus histogram Metrics found</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/293297#M5630</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47376"&gt;@Fin_Ubels&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;hello, i have t he same problem, but i don't see any error with the ingestion, because i'm scrapring the data from pods.&lt;BR /&gt;the result of the script for this metric "redis_sync_listener_http_request_duration_seconds_count" is&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;# HELP redis_sync_listener_http_request_duration_seconds HTTP request duration in seconds
# TYPE redis_sync_listener_http_request_duration_seconds histogram
redis_sync_listener_http_request_duration_seconds_bucket{le="0.01"} 9552
redis_sync_listener_http_request_duration_seconds_bucket{le="0.025"} 9593
redis_sync_listener_http_request_duration_seconds_bucket{le="0.05"} 9598
redis_sync_listener_http_request_duration_seconds_bucket{le="0.1"} 9598
redis_sync_listener_http_request_duration_seconds_bucket{le="0.25"} 34573
redis_sync_listener_http_request_duration_seconds_bucket{le="0.5"} 35128
redis_sync_listener_http_request_duration_seconds_bucket{le="1"} 35192
redis_sync_listener_http_request_duration_seconds_bucket{le="+Inf"} 35206
redis_sync_listener_http_request_duration_seconds_count 35206
# EOF&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;i don't see any dimension range or bucket to add on the range of the dashboard&amp;nbsp;&lt;BR /&gt;¿any idea?&amp;nbsp;&lt;BR /&gt;regards.&lt;BR /&gt;Carlos CarrascoR&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 18:17:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/No-Prometheus-histogram-Metrics-found/m-p/293297#M5630</guid>
      <dc:creator>CarlosCarrascoR</dc:creator>
      <dc:date>2026-01-19T18:17:56Z</dc:date>
    </item>
  </channel>
</rss>

