<?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: vamsi vella</title>
    <description>The latest articles on Debug School by vamsi vella (@vamsivella_146).</description>
    <link>https://www.debug.school/vamsivella_146</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: vamsi vella</title>
      <link>https://www.debug.school/vamsivella_146</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/vamsivella_146"/>
    <language>en</language>
    <item>
      <title>Datadog (Day-1) Assignment</title>
      <dc:creator>vamsi vella</dc:creator>
      <pubDate>Mon, 30 Jan 2023 17:36:52 +0000</pubDate>
      <link>https://www.debug.school/vamsivella_146/datadog-day-1-assignment-hee</link>
      <guid>https://www.debug.school/vamsivella_146/datadog-day-1-assignment-hee</guid>
      <description>&lt;p&gt;1) What is Datadog Agent?&lt;br&gt;
Datadog Agent is open-source software that provides data like (metric,event,logs,tags) data of the host on which it runs. Acting as a DogStatsD server, Datadog Agent also aggregates metrics from other processes/integrations or containers on the host.&lt;/p&gt;

&lt;p&gt;2) What are list of methods to send data to Datadog?&lt;/p&gt;

&lt;p&gt;Methods to send data to datadog is&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Collector = Configuring the Datadog Agent for Application&lt;/li&gt;
&lt;li&gt;DogStatsD = Adding the Datadog Tracing Library to the code&lt;/li&gt;
&lt;li&gt;Datadog_API = Rest API which can used to publish custom log/metric&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;3)Top 10 commands of Datadog Agent&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;systemctl start datadog-agent - To start the datadog-agent service&lt;/li&gt;
&lt;li&gt;systemctl stop datadog-agent  - To stop the datadog-agent service&lt;/li&gt;
&lt;li&gt;&lt;p&gt;systemctl restart datadog-agent - To restart datadog-agent post config changes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;systemctl status datadog-agent - To check status of the datadog-agent service after starting &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent configcheck  - To check the config changes status&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent config  - To check the configuration values/files&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent health  - To check datadog-agent is working as needed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent hostname - Hostname of the datadog agent&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent version  - To check current installed version &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent status - To check datadog-agent status&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;datadog-agent --help&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;4) Top 10 Techniques for troubleshooting Datadog Agent&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hostname and region Detection in datadog.yml config file&lt;/li&gt;
&lt;li&gt;API token mismatch issue&lt;/li&gt;
&lt;li&gt;Debug Mode&lt;/li&gt;
&lt;li&gt;Agent Check Status&lt;/li&gt;
&lt;li&gt;Network (NTP) issues&lt;/li&gt;
&lt;li&gt;Permission issues&lt;/li&gt;
&lt;li&gt;Integrations issues&lt;/li&gt;
&lt;li&gt;Firewall issues&lt;/li&gt;
&lt;li&gt;Agent Runtime Configuration&lt;/li&gt;
&lt;li&gt;Config Yml file space/syntax issues&lt;/li&gt;
&lt;/ul&gt;

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