<?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: Veerendra</title>
    <description>The latest articles on Debug School by Veerendra (@veerendracb).</description>
    <link>https://www.debug.school/veerendracb</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: Veerendra</title>
      <link>https://www.debug.school/veerendracb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/veerendracb"/>
    <language>en</language>
    <item>
      <title>Day 1:</title>
      <dc:creator>Veerendra</dc:creator>
      <pubDate>Mon, 15 May 2023 12:32:05 +0000</pubDate>
      <link>https://www.debug.school/veerendracb/day-1-2mg7</link>
      <guid>https://www.debug.school/veerendracb/day-1-2mg7</guid>
      <description>&lt;p&gt;What is Observability?&lt;br&gt;
Assembling all fragments from logs, monitoring tools and organize in a way which gives actionable knowledge. Basically it lets you ask why it is not working (CPU/Processor/Memory slow) - ask questions based on hypotheses.&lt;/p&gt;

&lt;p&gt;What is Datadog?&lt;br&gt;
Datadog is monitoring service for cloud based applications. Monitoring of servers, DB, tools and services through SAAS based data analytics platform.&lt;/p&gt;

&lt;p&gt;What is Datadog Agent?&lt;br&gt;
Datadog agent is a lightweight software installed on the host, which reports metrics and events from the host to datadog via Integration, Dogstatsd and API. Agent can report live processes, traces, logs.&lt;/p&gt;

&lt;p&gt;What is DogstatsD?&lt;br&gt;
A simple daemon to aggerate and summarize application metrics. Only for Application level data which can collect the data, but cannot store the data(backend storage available for the same)&lt;/p&gt;

&lt;p&gt;How Datadog works?&lt;br&gt;
Datadog Distributed Tracing allows you easily ingest traces via the Datadog libraries and agent or via OpenTelemetry, search and analyze them in real time, and use UI-based retention filters to keep all of your business-critical traces while controlling costs.&lt;/p&gt;

&lt;p&gt;Top 10 commands used in Datadog Agent?&lt;br&gt;
installservice - install the agent within service control manager&lt;br&gt;&lt;br&gt;
launch gui - to start the Datadog GUI&lt;br&gt;
restart - restart the agent &lt;br&gt;
restart-service - restart the agent with service control manager&lt;br&gt;
start - Start the agent&lt;br&gt;
start-service Start the agent with service control manager &lt;br&gt;
status  - current status of agent&lt;br&gt;
stop - stop the agent &lt;br&gt;
stopservice - Stop the agent with service control manager &lt;br&gt;
version - Print current version of datadog agent&lt;/p&gt;

&lt;p&gt;What is Datadog config file and which config you used today?&lt;br&gt;
The Agent’s main configuration file is datadog.yaml and we used it today to enable Live Process monitoring in Datadog Agent. &lt;/p&gt;

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