<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: Sudarshana</title>
    <description>The latest articles on Debug School by Sudarshana (@sudarshana__).</description>
    <link>https://www.debug.school/sudarshana__</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Sudarshana</title>
      <link>https://www.debug.school/sudarshana__</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sudarshana__"/>
    <language>en</language>
    <item>
      <title>Datadog Assignment 1</title>
      <dc:creator>Sudarshana</dc:creator>
      <pubDate>Tue, 31 Jan 2023 04:26:46 +0000</pubDate>
      <link>https://www.debug.school/sudarshana__/datadog-assignment-1-i52</link>
      <guid>https://www.debug.school/sudarshana__/datadog-assignment-1-i52</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What is Datadog Agent?
The Datadog Agent is software that runs on your hosts. It collects events and metrics from hosts and sends them to Datadog, where the user can analyze the monitoring and performance data. &lt;/li&gt;
&lt;li&gt;What are list of methods to send data to Datadog?&lt;/li&gt;
&lt;li&gt; Datadog_API:  API to publish custom log/metric&lt;/li&gt;
&lt;li&gt; DogStatsD: Adding the Datadog Tracing Library to the code&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Collector: Configuring the Datadog Agent for Application&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 commands of Datadog Agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ systemctl start datadog-agent : to start the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ systemctl stop datadog-agent: to stop the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ systemctl restart datadog-agent : to restart the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ systemctl status datadog-agent : to check the status of the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent config : Print the runtime configuration of a running agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent configcheck : Print all configurations loaded &amp;amp; resolved of a running agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent diagnose: Execute some connectivity diagnosis on your system&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent health : Print the current agent health&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent hostname to check the hostname of the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent version: to check the version of the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;$ datadog-agent dogstatsd-stats : Print basic statistics on the metrics processed by dogstatsd&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Top 10 Techniques for troubleshooting Datadog Agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check if agent is up and running or not&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check for the token/API key if it’s valid&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check for outgoing internet&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check Datadog Agent Logs for Error&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check Datadog Agent Configuration file(datadog.yaml) syntax Error&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check ENV variable set for Datadog Agent conflict with datadog.yaml&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;runtime configuration of a running agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;current agent health&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check Datadog Integration Configuration file(datadog.yaml) syntax Error&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Print all configurations loaded &amp;amp; resolved of a running agent&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
