<?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: Balamurugan Muthukumaran</title>
    <description>The latest articles on Debug School by Balamurugan Muthukumaran (@balagi27_84).</description>
    <link>https://www.debug.school/balagi27_84</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: Balamurugan Muthukumaran</title>
      <link>https://www.debug.school/balagi27_84</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/balagi27_84"/>
    <language>en</language>
    <item>
      <title>Datadog Notes- Day1</title>
      <dc:creator>Balamurugan Muthukumaran</dc:creator>
      <pubDate>Mon, 15 May 2023 12:21:55 +0000</pubDate>
      <link>https://www.debug.school/balagi27_84/datadog-notes-day1-5baa</link>
      <guid>https://www.debug.school/balagi27_84/datadog-notes-day1-5baa</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Obsevability?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Observability is beyond legacy monitoring means understanding metrics , traces and logs of entire system from same place&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Datadog?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Datadog is Observability service available in Internet running as Software as a Service(SaaS)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Datadog Agent?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;DD Agent is a software running in client end which will collect metrics and helps to config different integrations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is DogstatsD?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Dogstats similar to statsd helps collecting application application level metrics and also in addition shows traces and logs of application also&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Datadog works?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Datadog works as SaaS model and no dedicated server needed for any customer. Once agent is deployed, it will be communicating with site using API key with all metrics collected from client end. Different type of configurations like process monitoting, logs monitoring can be enabled via modifying datadog.yml&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 10 commands used in Datadog Agent?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;systemctl status datadog-agent&lt;br&gt;
systemctl stop datadog-agent&lt;br&gt;
datadog-agent status &lt;br&gt;
datadog-agent config&lt;br&gt;
datadog-agent health&lt;br&gt;
datadog-agnet configcheck&lt;br&gt;
datadog-agent version&lt;br&gt;
less /etc/datadog-agent/datadog.yaml&lt;br&gt;
datadog-agent hostname&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Datadog config file and which config you used today?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;/etc/datadog-agent/datadog.yaml&lt;/p&gt;

&lt;p&gt;we used process_configuration today and enabled live process monitoring&lt;/p&gt;

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