<?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: Enabling Remote StatsD Monitoring via ActiveGate in Kubernetes Cluster via Helm charts in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Enabling-Remote-StatsD-Monitoring-via-ActiveGate-in-Kubernetes/m-p/258834#M2697</link>
    <description>&lt;P&gt;Unfortunately, enabling it for ActiveGates running in Kubernetes is impossible. Remote statsd uses the extension module which is not available in the container ActiveGates setup. See &lt;A href="https://docs.dynatrace.com/docs/shortlink/ag-container-differences#communication-settings" target="_blank"&gt;docs&lt;/A&gt; for feature comparison. Until this becomes available, I'd recommend ingesting the metrics through an ActiveGate on a VM or consider using a different method of metric ingestion which are natively available in k8s such as Prometheus exporters or OpenTelemetry.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 14:46:50 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2024-10-10T14:46:50Z</dc:date>
    <item>
      <title>Enabling Remote StatsD Monitoring via ActiveGate in Kubernetes Cluster via Helm charts</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Enabling-Remote-StatsD-Monitoring-via-ActiveGate-in-Kubernetes/m-p/258832#M2696</link>
      <description>&lt;P&gt;Hello everyone.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently working on sending application metrics from a Kubernetes-based application to Dynatrace, and I have decided to use StatsD as the transport protocol for those metrics.&lt;/P&gt;&lt;P&gt;Upon reviewing the documentation, I found that StatsD daemon is only available on a &lt;STRONG&gt;OneAgent installed on a VM or host&lt;/STRONG&gt;, and &lt;STRONG&gt;OneAgent deployed via Dynatrace Operator in Kubernetes&lt;/STRONG&gt; is not supported for StatsD ingestion. Thus, I am following the &lt;STRONG&gt;remote StatsD monitoring approach&lt;/STRONG&gt; as recommended. Here are the relevant documentation references:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;StatsD with OneAgent&lt;/STRONG&gt;: &lt;A href="https://docs.dynatrace.com/docs/extend-dynatrace/extend-metrics/ingestion-methods/statsd" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://docs&lt;/SPAN&gt;&lt;SPAN&gt;.dynatrace&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/docs&lt;/SPAN&gt;&lt;SPAN&gt;/extend&lt;/SPAN&gt;&lt;SPAN&gt;-dynatrace&lt;/SPAN&gt;&lt;SPAN&gt;/extend&lt;/SPAN&gt;&lt;SPAN&gt;-metrics&lt;/SPAN&gt;&lt;SPAN&gt;/ingestion&lt;/SPAN&gt;&lt;SPAN&gt;-methods&lt;/SPAN&gt;&lt;SPAN&gt;/statsd&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;DynatraceStatsD Metric Ingestion&lt;/STRONG&gt;: &lt;A href="https://docs.dynatrace.com/docs/shortlink/statsd-metric-ingestion#enable-dynatracestatsd" target="_new" rel="noopener"&gt;&lt;SPAN&gt;https&lt;/SPAN&gt;&lt;SPAN&gt;://docs&lt;/SPAN&gt;&lt;SPAN&gt;.dynatrace&lt;/SPAN&gt;&lt;SPAN&gt;.com&lt;/SPAN&gt;&lt;SPAN&gt;/docs&lt;/SPAN&gt;&lt;SPAN&gt;/shortlink&lt;/SPAN&gt;&lt;SPAN&gt;/statsd&lt;/SPAN&gt;&lt;SPAN&gt;-metric&lt;/SPAN&gt;&lt;SPAN&gt;-ingestion&lt;/SPAN&gt;&lt;SPAN&gt;#enable&lt;/SPAN&gt;&lt;SPAN&gt;-dynatracestatsd&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;According to the documentation, &lt;STRONG&gt;DynatraceStatsD metric ingestion is disabled by default on an ActiveGate&lt;/STRONG&gt;, and I need to enable it. However, the provided documentation focuses on how to enable this feature for Linux/Windows environments.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My current setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Application is running in a &lt;STRONG&gt;Kubernetes cluster&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;Metrics are planned to be sent using &lt;STRONG&gt;StatsD&lt;/STRONG&gt; and forwarded to &lt;STRONG&gt;ActiveGate&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How can I enable &lt;STRONG&gt;DynatraceStatsD metric ingestion&lt;/STRONG&gt; on an &lt;STRONG&gt;ActiveGate&lt;/STRONG&gt; deployed in a Kubernetes environment?&lt;/LI&gt;&lt;LI&gt;Is there a way to configure this setting through &lt;STRONG&gt;Helm charts&lt;/STRONG&gt; or any other method specific to Kubernetes?&lt;/LI&gt;&lt;LI&gt;Could you provide guidance or point to any documentation that addresses configuring ActiveGate in Kubernetes for remote StatsD ingestion?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you for your assistance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 14:29:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Enabling-Remote-StatsD-Monitoring-via-ActiveGate-in-Kubernetes/m-p/258832#M2696</guid>
      <dc:creator>apaliavy</dc:creator>
      <dc:date>2024-10-10T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling Remote StatsD Monitoring via ActiveGate in Kubernetes Cluster via Helm charts</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Enabling-Remote-StatsD-Monitoring-via-ActiveGate-in-Kubernetes/m-p/258834#M2697</link>
      <description>&lt;P&gt;Unfortunately, enabling it for ActiveGates running in Kubernetes is impossible. Remote statsd uses the extension module which is not available in the container ActiveGates setup. See &lt;A href="https://docs.dynatrace.com/docs/shortlink/ag-container-differences#communication-settings" target="_blank"&gt;docs&lt;/A&gt; for feature comparison. Until this becomes available, I'd recommend ingesting the metrics through an ActiveGate on a VM or consider using a different method of metric ingestion which are natively available in k8s such as Prometheus exporters or OpenTelemetry.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 14:46:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Enabling-Remote-StatsD-Monitoring-via-ActiveGate-in-Kubernetes/m-p/258834#M2697</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-10-10T14:46:50Z</dc:date>
    </item>
  </channel>
</rss>

