<?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 Setting frequency for Prometheus metrics polling in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258885#M2698</link>
    <description>&lt;P&gt;We are able to send custom Prometheus metrics to Dynatrace using podAnnotations as details &lt;A title="Prometheus Metrics Reference page" href="https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/monitor-prometheus-metrics#number-of-pods-metrics-and-metric-data-points" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation, polling is at 1 minute intervals.&lt;/P&gt;
&lt;P&gt;Pulling these metrics makes use of complex queries on the database which when run every minute is placing strain on our database.&lt;/P&gt;
&lt;P&gt;Is there a way to configure the polling interval to allow for polling every 5 minutes?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2024 12:45:52 GMT</pubDate>
    <dc:creator>n002213f</dc:creator>
    <dc:date>2024-10-15T12:45:52Z</dc:date>
    <item>
      <title>Setting frequency for Prometheus metrics polling</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258885#M2698</link>
      <description>&lt;P&gt;We are able to send custom Prometheus metrics to Dynatrace using podAnnotations as details &lt;A title="Prometheus Metrics Reference page" href="https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/monitor-prometheus-metrics#number-of-pods-metrics-and-metric-data-points" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation, polling is at 1 minute intervals.&lt;/P&gt;
&lt;P&gt;Pulling these metrics makes use of complex queries on the database which when run every minute is placing strain on our database.&lt;/P&gt;
&lt;P&gt;Is there a way to configure the polling interval to allow for polling every 5 minutes?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 12:45:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258885#M2698</guid>
      <dc:creator>n002213f</dc:creator>
      <dc:date>2024-10-15T12:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting frequency for Prometheus metrics polling</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258894#M2699</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57979"&gt;@n002213f&lt;/a&gt;!&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, as far as I know, it is not possible to configure the K8s exporter to not pull the metrics every minute.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try creating your own&amp;nbsp;&lt;SPAN&gt;Prometheus extension (&lt;A href="https://docs.dynatrace.com/docs/extend-dynatrace/extensions20/data-sources/prometheus-extensions/prometheus-schema-reference" target="_blank" rel="noopener"&gt;link&lt;/A&gt;). This way, you can select the polling interval used for each metric&lt;/SPAN&gt;. I have never tested in a K8s environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you a good monitoring!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 07:58:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258894#M2699</guid>
      <dc:creator>jaume_reverte</dc:creator>
      <dc:date>2024-10-11T07:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting frequency for Prometheus metrics polling</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258939#M2702</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/57979"&gt;@n002213f&lt;/a&gt;&amp;nbsp;,&amp;nbsp; The newly recommended way (also fixes issues on resource consumption of the AG) is to use the Dynatrace OTEL Collector : &lt;A href="https://docs.dynatrace.com/docs/extend-dynatrace/opentelemetry/collector/deployment" target="_blank" rel="noopener"&gt;Collector deployment - Dynatrace Docs&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;This gives you the same capability as a standard Prometheus server and you don't need to worry about the Dynatrace scrape settings.&amp;nbsp; &amp;nbsp;You can set the prom standard scrape intervals in this and customise it per scrape setting.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;          scrape_configs:
            - job_name: 'istiod'
              scrape_interval: 5m
              static_configs:
                - targets: ['istiod.istio-internal.svc.cluster.local:15014']&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;There are a couple of limitations around the metrics&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/extend-dynatrace/opentelemetry/getting-started/metrics/ingest#dynatrace-ingestion-metrics" target="_blank" rel="noopener"&gt;Ingest OpenTelemetry metrics - Dynatrace Docs&lt;/A&gt;&amp;nbsp;but nothing you that is different to what the AG collects.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 11:53:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/258939#M2702</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2024-10-11T11:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting frequency for Prometheus metrics polling</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/298626#M3519</link>
      <description>&lt;P&gt;See related idea :&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Product-ideas/RFE-All-extensions-delivered-by-default-with-customisable/idi-p/298624" target="_blank" rel="noopener"&gt;RFE: All extensions delivered by default with customisable polling frequency&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 09:52:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Setting-frequency-for-Prometheus-metrics-polling/m-p/298626#M3519</guid>
      <dc:creator>gilles_tabary</dc:creator>
      <dc:date>2026-04-29T09:52:06Z</dc:date>
    </item>
  </channel>
</rss>

