<?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: Anand Shrivastava</title>
    <description>The latest articles on Debug School by Anand Shrivastava (@anandshrivastava0509_609).</description>
    <link>https://www.debug.school/anandshrivastava0509_609</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: Anand Shrivastava</title>
      <link>https://www.debug.school/anandshrivastava0509_609</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/anandshrivastava0509_609"/>
    <language>en</language>
    <item>
      <title>Write down a high level steps to integrate any tools and gather metrices using datadog agent.</title>
      <dc:creator>Anand Shrivastava</dc:creator>
      <pubDate>Tue, 18 Apr 2023 11:54:06 +0000</pubDate>
      <link>https://www.debug.school/anandshrivastava0509_609/write-down-a-high-level-steps-to-integrate-any-tools-and-gather-metrices-using-datadog-agent-3b70</link>
      <guid>https://www.debug.school/anandshrivastava0509_609/write-down-a-high-level-steps-to-integrate-any-tools-and-gather-metrices-using-datadog-agent-3b70</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Click on the Integration link (left hand side panel) from within the Datadog portal and search for the required tool, say for example, tomcat or docker or mysql etc. by entering the same into the search box and hit enter.&lt;/li&gt;
&lt;li&gt;Required tool will be displayed on the screen, select it and click on the install button to install the plug in. It will also show the option to configure the tool under "configure" tab.&lt;/li&gt;
&lt;li&gt;Select the required Datadog agent for specific OS, from the Integration (left hand side panel) link and then select the agent tab within the Datadog portal and select the required OS, for example, ubuntu, centos, docker etc.&lt;/li&gt;
&lt;li&gt;Copy and paste the required instructions from step 3 above, onto the ubuntu/centos etc and install the datadog-agent.&lt;/li&gt;
&lt;li&gt;Run - systemctl start/stop command to start/stop "datadog-agent" services.&lt;/li&gt;
&lt;li&gt;Install the required tool which you want to monitor, for example, mysql or docker or tomcat etc., and if required, update the property or the config file wrt the datadog-agent.&lt;/li&gt;
&lt;li&gt;Navigate to the - /etc/datadog-agent/conf.d location and search for the tool you want to configure for the metrices. For example - /etc/datadog-agent/conf.d/tomcat.d and then rename the pre-existing file "conf.yaml.example" to "conf.yaml" and update the required parameter accordingly.&lt;/li&gt;
&lt;li&gt;Update "datadog.yaml" file for "process_config: process_collection:  enabled: true".&lt;/li&gt;
&lt;li&gt;Restart the datadog-agent service on ubuntu/centos.&lt;/li&gt;
&lt;li&gt;Got to Datadog portal/website and verify -
10.1 - Infrastructure link for the machine to come online. It will show all the machines having datadog-agent installed.
10.2 - Navigate to the Metrics -&amp;gt; explorer and from the dropdown on the screen, select the Metrics and in the search box, search for the tool, you have configured for the metrics. &lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Write down list of Top Datadog Agent commands with their usage.</title>
      <dc:creator>Anand Shrivastava</dc:creator>
      <pubDate>Mon, 17 Apr 2023 11:40:22 +0000</pubDate>
      <link>https://www.debug.school/anandshrivastava0509_609/write-down-list-of-top-datadog-agent-commands-with-their-usage-55i8</link>
      <guid>https://www.debug.school/anandshrivastava0509_609/write-down-list-of-top-datadog-agent-commands-with-their-usage-55i8</guid>
      <description>&lt;p&gt;Usage:&lt;br&gt;
  datadog-agent [command]&lt;/p&gt;

&lt;p&gt;Available Commands:&lt;br&gt;
  check             Run the specified check&lt;br&gt;
  completion        Generate the autocompletion script for the specified shell&lt;br&gt;
  config            Print the runtime configuration of a running agent&lt;br&gt;
  configcheck       Print all configurations loaded &amp;amp; resolved of a running agent&lt;br&gt;
  diagnose          Check availability of cloud provider and container metadata endpoints&lt;br&gt;
  dogstatsd-capture Start a dogstatsd UDS traffic capture&lt;br&gt;
  dogstatsd-replay  Replay dogstatsd traffic&lt;br&gt;
  dogstatsd-stats   Print basic statistics on the metrics processed by dogstatsd&lt;br&gt;
  flare             Collect a flare and send it to Datadog&lt;br&gt;
  health            Print the current agent health&lt;br&gt;
  help              Help about any command&lt;br&gt;
  hostname          Print the hostname used by the Agent&lt;br&gt;
  import            Import and convert configuration files from previous versions of the Agent&lt;br&gt;
  integration       Datadog integration manager&lt;br&gt;
  jmx               Run troubleshooting commands on JMXFetch integrations&lt;br&gt;
  launch-gui        starts the Datadog Agent GUI&lt;br&gt;
  run               Run the Agent&lt;br&gt;
  secret            Print information about decrypted secrets in configuration.&lt;br&gt;
  secret-helper     Secret management provider helper&lt;br&gt;
  snmp              Snmp tools&lt;br&gt;
  status            Print the current status&lt;br&gt;
  stop              Stops a running Agent&lt;br&gt;
  stream-logs       Stream the logs being processed by a running agent&lt;br&gt;
  tagger-list       Print the tagger content of a running agent&lt;br&gt;
  version           Print the version info&lt;br&gt;
  workload-list     Print the workload content of a running agent&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is observability? How to Setup up observability for your project?</title>
      <dc:creator>Anand Shrivastava</dc:creator>
      <pubDate>Mon, 17 Apr 2023 05:27:34 +0000</pubDate>
      <link>https://www.debug.school/anandshrivastava0509_609/what-is-datadog-observability-and-monitoring--3i3</link>
      <guid>https://www.debug.school/anandshrivastava0509_609/what-is-datadog-observability-and-monitoring--3i3</guid>
      <description>&lt;p&gt;Observability is defined as the ability to measure a system’s current state based on the output data (such as logs, metrics, and traces) it generates.&lt;/p&gt;

&lt;p&gt;Setup Observability: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Determine your business goals&lt;/li&gt;
&lt;li&gt;Focus on the right Metrics&lt;/li&gt;
&lt;li&gt;Event Log&lt;/li&gt;
&lt;li&gt;Accessible data visualization&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/goqEKrvHI2P1tUz4JLoURPaQwUrX7u-7K_QUfg6rqH8/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveGRra3Jy/Y3ZvNWhreTczZTdq/bWgucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/goqEKrvHI2P1tUz4JLoURPaQwUrX7u-7K_QUfg6rqH8/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveGRra3Jy/Y3ZvNWhreTczZTdq/bWgucG5n" alt="Image description" width="880" height="766"&gt;&lt;/a&gt;&lt;/p&gt;

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