<?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: Unable to Fetch Redis Metrics from Kubernetes Pods Using Redis 2.0 Extension in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Unable-to-Fetch-Redis-Metrics-from-Kubernetes-Pods-Using-Redis-2/m-p/287491#M6749</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Redis 2.0 extension doesn’t support monitoring Redis instances running inside Kubernetes pods. Extensions 2.0 work outside of Kubernetes and can’t automatically discover or attach to Redis pods. That’s why you only see host names and the “Metrics not supported by data source” message.&lt;BR /&gt;&lt;BR /&gt;The recommended approach in Kubernetes is to expose Redis metrics via a Prometheus exporter (for example redis-exporter) and then let Dynatrace scrape those metrics. Dynatrace can natively ingest Prometheus metrics from annotated pods or services in your cluster.&lt;/P&gt;&lt;P&gt;To do this:&lt;/P&gt;&lt;P&gt;Deploy a Redis Prometheus exporter as a sidecar or separate pod.&lt;/P&gt;&lt;P&gt;Annotate the Redis/Exporter pods or service with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;annotations:
  metrics.dynatrace.com/scrape: 'true'
  metrics.dynatrace.com/port: '&amp;lt;port&amp;gt;'
  metrics.dynatrace.com/path: '/metrics'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure your Dynatrace ActiveGate inside the cluster can reach the pods.&lt;/P&gt;&lt;P&gt;After that, Redis metrics will be available in Dynatrace through the Prometheus integration. You can chart them in Data Explorer, create alerts, and add them to dashboards.&lt;/P&gt;&lt;P&gt;So short answer: monitoring Redis pods via the Redis 2.0 extension is not possible; use Prometheus exporters instead.&lt;BR /&gt;&lt;BR /&gt;Here link to documentation:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/monitor-prometheus-metrics" target="_self"&gt;Monitor Prometheus metrics&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 13:48:19 GMT</pubDate>
    <dc:creator>t_pawlak</dc:creator>
    <dc:date>2025-10-08T13:48:19Z</dc:date>
    <item>
      <title>Unable to Fetch Redis Metrics from Kubernetes Pods Using Redis 2.0 Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-Fetch-Redis-Metrics-from-Kubernetes-Pods-Using-Redis-2/m-p/287430#M6748</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I’m currently trying to monitor Redis running inside Kubernetes using the &lt;STRONG&gt;Redis 2.0 extension&lt;/STRONG&gt; in Dynatrace. I’ve configured the extension and tried the following steps, but I’m still not able to fetch Redis metrics:&lt;/P&gt;&lt;H3&gt;What I’ve Done:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Installed and configured the &lt;STRONG&gt;Redis 2.0 extension&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Set up &lt;STRONG&gt;host groups&lt;/STRONG&gt;, &lt;STRONG&gt;environments&lt;/STRONG&gt;, and &lt;STRONG&gt;management zones&lt;/STRONG&gt;, including selecting my Kubernetes cluster within the management zone.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Verified that the management zone is created, but my Redis instances or metrics don’t appear to be linked or visible there.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Issues Encountered:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Under &lt;STRONG&gt;Monitoring configuration endpoints&lt;/STRONG&gt;, I’m getting the error:&lt;BR /&gt;&lt;EM&gt;“Metrics not supported by data source.”&lt;/EM&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Under &lt;STRONG&gt;Monitoring configuration status per host&lt;/STRONG&gt;, I only see host names—no Redis metrics.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;Question:&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Does the Redis 2.0 extension support collecting metrics from Redis instances running inside Kubernetes pods?&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any specific configuration or annotation needed for the extension to discover Redis pods correctly in a Kubernetes setup?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any guidance or clarification would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance for your support.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 Oct 2025 18:44:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-Fetch-Redis-Metrics-from-Kubernetes-Pods-Using-Redis-2/m-p/287430#M6748</guid>
      <dc:creator>ytb55688</dc:creator>
      <dc:date>2025-10-07T18:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Fetch Redis Metrics from Kubernetes Pods Using Redis 2.0 Extension</title>
      <link>https://community.dynatrace.com/t5/Extensions/Unable-to-Fetch-Redis-Metrics-from-Kubernetes-Pods-Using-Redis-2/m-p/287491#M6749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Redis 2.0 extension doesn’t support monitoring Redis instances running inside Kubernetes pods. Extensions 2.0 work outside of Kubernetes and can’t automatically discover or attach to Redis pods. That’s why you only see host names and the “Metrics not supported by data source” message.&lt;BR /&gt;&lt;BR /&gt;The recommended approach in Kubernetes is to expose Redis metrics via a Prometheus exporter (for example redis-exporter) and then let Dynatrace scrape those metrics. Dynatrace can natively ingest Prometheus metrics from annotated pods or services in your cluster.&lt;/P&gt;&lt;P&gt;To do this:&lt;/P&gt;&lt;P&gt;Deploy a Redis Prometheus exporter as a sidecar or separate pod.&lt;/P&gt;&lt;P&gt;Annotate the Redis/Exporter pods or service with:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;annotations:
  metrics.dynatrace.com/scrape: 'true'
  metrics.dynatrace.com/port: '&amp;lt;port&amp;gt;'
  metrics.dynatrace.com/path: '/metrics'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure your Dynatrace ActiveGate inside the cluster can reach the pods.&lt;/P&gt;&lt;P&gt;After that, Redis metrics will be available in Dynatrace through the Prometheus integration. You can chart them in Data Explorer, create alerts, and add them to dashboards.&lt;/P&gt;&lt;P&gt;So short answer: monitoring Redis pods via the Redis 2.0 extension is not possible; use Prometheus exporters instead.&lt;BR /&gt;&lt;BR /&gt;Here link to documentation:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/infrastructure-monitoring/container-platform-monitoring/kubernetes-monitoring/monitor-prometheus-metrics" target="_self"&gt;Monitor Prometheus metrics&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 13:48:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Unable-to-Fetch-Redis-Metrics-from-Kubernetes-Pods-Using-Redis-2/m-p/287491#M6749</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-10-08T13:48:19Z</dc:date>
    </item>
  </channel>
</rss>

