<?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: Bhaskar Desharaju</title>
    <description>The latest articles on Debug School by Bhaskar Desharaju (@bhaskardesharaju_928).</description>
    <link>https://www.debug.school/bhaskardesharaju_928</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: Bhaskar Desharaju</title>
      <link>https://www.debug.school/bhaskardesharaju_928</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/bhaskardesharaju_928"/>
    <language>en</language>
    <item>
      <title>Datadog (Day-1) Assignment</title>
      <dc:creator>Bhaskar Desharaju</dc:creator>
      <pubDate>Tue, 31 Jan 2023 02:42:48 +0000</pubDate>
      <link>https://www.debug.school/bhaskardesharaju_928/datadog-day-1-assignment-16a</link>
      <guid>https://www.debug.school/bhaskardesharaju_928/datadog-day-1-assignment-16a</guid>
      <description>&lt;p&gt;1) What is Datadog Agent?&lt;br&gt;
Datadog Agent is open-source software that monitors the host on which it runs. Acting as a DogStatsD server, Datadog Agent also aggregates metrics from other processes or containers on the host.&lt;/p&gt;

&lt;p&gt;2) What are list of methods to send data to Datadog?&lt;br&gt;
The following are the ways to send the data to Datadog&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;systemctl restart datadog-agent - To restart datadog-agent post config changes&lt;/li&gt;
&lt;li&gt;systemctl status datadog-agent - To check status of the datadog-agent service after starting&lt;/li&gt;
&lt;li&gt;datadog-agent configcheck - To check the config changes status&lt;/li&gt;
&lt;li&gt;datadog-agent config - To check the configuration values/files&lt;/li&gt;
&lt;li&gt;datadog-agent health - To check datadog-agent is working as needed&lt;/li&gt;
&lt;li&gt;datadog-agent hostname - Hostname of the datadog agent&lt;/li&gt;
&lt;li&gt;datadog-agent version - To check current installed version&lt;/li&gt;
&lt;li&gt;datadog-agent status - To check datadog-agent status&lt;/li&gt;
&lt;li&gt;datadog-agent --help&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;Check Datadog Agent Process is running or not&lt;/li&gt;
&lt;li&gt;Check Datadog Agent Logs for Error&lt;/li&gt;
&lt;li&gt;Check Datadog Agent Configuration file(datadog.yaml) syntax Error&lt;/li&gt;
&lt;li&gt;Check Datadog Integration Configuration file(datadog.yaml) syntax Error&lt;/li&gt;
&lt;li&gt;Check Datadog Agent API Key in datadog.yaml&lt;/li&gt;
&lt;li&gt;Check ENV variable set for Datadog Agent conflict with datadog.yaml&lt;/li&gt;
&lt;li&gt;Print the runtime configuration of a running agent&lt;/li&gt;
&lt;li&gt;Print all configurations loaded &amp;amp; resolved of a running agent&lt;/li&gt;
&lt;li&gt;Execute some connectivity diagnosis on your system&lt;/li&gt;
&lt;li&gt;Print the current agent health`&lt;/li&gt;
&lt;/ul&gt;

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