<?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>DEV Community: Tanmay Kumar Pradhan </title>
    <description>The latest articles on DEV Community by Tanmay Kumar Pradhan  (@tanmay_f00d502ebc45bf0bf9).</description>
    <link>https://dev.to/tanmay_f00d502ebc45bf0bf9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4047749%2F8e9ae20a-7b95-4d1f-92ce-215bdcd86b05.png</url>
      <title>DEV Community: Tanmay Kumar Pradhan </title>
      <link>https://dev.to/tanmay_f00d502ebc45bf0bf9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanmay_f00d502ebc45bf0bf9"/>
    <language>en</language>
    <item>
      <title>Building an Observable AI Market Research Agent with SigNoz</title>
      <dc:creator>Tanmay Kumar Pradhan </dc:creator>
      <pubDate>Sun, 26 Jul 2026 09:48:43 +0000</pubDate>
      <link>https://dev.to/tanmay_f00d502ebc45bf0bf9/building-an-observable-ai-market-research-agent-with-signoz-98m</link>
      <guid>https://dev.to/tanmay_f00d502ebc45bf0bf9/building-an-observable-ai-market-research-agent-with-signoz-98m</guid>
      <description>&lt;h1&gt;
  
  
  AI Market Research Agent 🤖 (SigNoz Hackathon Submission)
&lt;/h1&gt;

&lt;h2&gt;
  
  
  👁️ Observability &amp;amp; Monitoring with SigNoz
&lt;/h2&gt;

&lt;p&gt;This agent is fully instrumented using &lt;strong&gt;OpenTelemetry&lt;/strong&gt; to export telemetry data to &lt;strong&gt;SigNoz&lt;/strong&gt;. Because AI agents involve variable latency and unpredictable logic paths, full visibility is critical.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Tracked via openinference-instrumentation-google-adk:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Distributed Tracing:&lt;/strong&gt; Every tool call (like &lt;code&gt;google_search&lt;/code&gt;) and LLM generation is traced.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Token Usage &amp;amp; Latency:&lt;/strong&gt; Tracks exact time taken by Gemini 2.0 Flash to synthesize data.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Error Tracking:&lt;/strong&gt; API rate limits or failed search queries are caught in the trace.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🚀 How Judges Can Run This Locally
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Ensure SigNoz is running on your machine.&lt;/li&gt;
&lt;li&gt;Install dependencies: &lt;code&gt;pip install -r requirements.txt&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Export the SigNoz endpoint: &lt;code&gt;export OTEL_EXPORTER_OTLP_ENDPOINT="http://localhost:4318/v1/traces"&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Set your Gemini key: &lt;code&gt;export GOOGLE_API_KEY="your_api_key"&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Run the agent using the ADK CLI: &lt;code&gt;adk run agent.py&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>llm</category>
      <category>monitoring</category>
    </item>
  </channel>
</rss>
