<?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: Kafka Offset Lag in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/196252#M2452</link>
    <description>&lt;P&gt;Hi, for us the solution was to:&lt;/P&gt;&lt;P&gt;- use a kafka-lag-exporter&lt;/P&gt;&lt;P&gt;- curl it every minute in a file&lt;/P&gt;&lt;P&gt;- transform our file&lt;/P&gt;&lt;P&gt;- use dynatrace_ingest to put it the result in Dynatrace.&lt;/P&gt;&lt;P&gt;With this solution we can split the lag by topic, partition and consumergroup.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 14:38:20 GMT</pubDate>
    <dc:creator>Stephane_LeMoig</dc:creator>
    <dc:date>2022-10-11T14:38:20Z</dc:date>
    <item>
      <title>Kafka offset lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119932#M914</link>
      <description>&lt;P&gt;I am working on creating a JMX plugin for Kafka metrics.&lt;/P&gt;
&lt;P&gt;I would like to see the offset lag, per topic, and per partition. I have tried numerous times and am able to create a plugin, using the "records-lag" and "records-lag-max" Confluent metric, where the lag is per topic and per process, but never per topic and per partition, even though the configuration file suggests I can.&lt;/P&gt;
&lt;P&gt;jmx plugin.pptx&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 09:02:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119932#M914</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2025-06-05T09:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119933#M915</link>
      <description>&lt;P&gt;You will need to download the extension json file (From technologies, Custom Extensions), add the partition dimension to the metric definition, and reupload it.&lt;BR /&gt;&lt;BR /&gt;I can help if you would like to post the extension json file here&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 18:41:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119933#M915</guid>
      <dc:creator>david_lopes</dc:creator>
      <dc:date>2020-12-14T18:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119934#M916</link>
      <description>&lt;P&gt;I would very much appreciate any assistance.  We are in the midst of a major project with a 1/1/21 deliverable.&lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com/storage/temp/27630-plugin.txt" target="_blank"&gt;plugin.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com/storage/temp/27651-offset-lag.txt" target="_blank"&gt;offset_lag.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's either this or use the "kafka-consumer-groups.sh" script with the offset lag output, and then graph it in Excel.  We are looking for Kafka throughput for each partition as the "engine" generating the topics and data runs on each partition.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 18:56:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/119934#M916</guid>
      <dc:creator>bill_scheuernst</dc:creator>
      <dc:date>2020-12-14T18:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/163740#M1455</link>
      <description>&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;Did you get the solution, I am looking to monitor&amp;nbsp;per-topic metrics but not able to get&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 07:56:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/163740#M1455</guid>
      <dc:creator>Deepak_Gupta</dc:creator>
      <dc:date>2021-04-01T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/169357#M1638</link>
      <description>&lt;P&gt;Have you got the solution yet, I am also trying to find the&amp;nbsp;&lt;SPAN&gt;offset lag, per topic, and per partition&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 18:40:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/169357#M1638</guid>
      <dc:creator>Saravanakumar_P</dc:creator>
      <dc:date>2021-07-15T18:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/178495#M1924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/8813"&gt;@bill_scheuernst&lt;/a&gt;, how has your issue from this thread gone eventually? Have you found some solution? Would be great to have some updates on this subject!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 08:51:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/178495#M1924</guid>
      <dc:creator>Michal_Gebacki</dc:creator>
      <dc:date>2022-01-11T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Offset Lag</title>
      <link>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/196252#M2452</link>
      <description>&lt;P&gt;Hi, for us the solution was to:&lt;/P&gt;&lt;P&gt;- use a kafka-lag-exporter&lt;/P&gt;&lt;P&gt;- curl it every minute in a file&lt;/P&gt;&lt;P&gt;- transform our file&lt;/P&gt;&lt;P&gt;- use dynatrace_ingest to put it the result in Dynatrace.&lt;/P&gt;&lt;P&gt;With this solution we can split the lag by topic, partition and consumergroup.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 14:38:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Kafka-offset-lag/m-p/196252#M2452</guid>
      <dc:creator>Stephane_LeMoig</dc:creator>
      <dc:date>2022-10-11T14:38:20Z</dc:date>
    </item>
  </channel>
</rss>

