<?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: Mehdi GMIRA</title>
    <description>The latest articles on DEV Community by Mehdi GMIRA (@mehdi_gmira_8a46071ba909f).</description>
    <link>https://dev.to/mehdi_gmira_8a46071ba909f</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3654041%2F79026750-ef2d-48f9-99c8-dc07dbfdc7d7.jpg</url>
      <title>DEV Community: Mehdi GMIRA</title>
      <link>https://dev.to/mehdi_gmira_8a46071ba909f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mehdi_gmira_8a46071ba909f"/>
    <language>en</language>
    <item>
      <title>Why your support team can't use Grafana</title>
      <dc:creator>Mehdi GMIRA</dc:creator>
      <pubDate>Tue, 09 Dec 2025 16:13:52 +0000</pubDate>
      <link>https://dev.to/mehdi_gmira_8a46071ba909f/why-your-support-team-cant-use-grafana-1941</link>
      <guid>https://dev.to/mehdi_gmira_8a46071ba909f/why-your-support-team-cant-use-grafana-1941</guid>
      <description>&lt;p&gt;I've been building B2B SaaS for 10 years, and there's one loop I've never escaped:&lt;/p&gt;

&lt;p&gt;Support gets a ticket: "What's happening with our data import?"&lt;/p&gt;

&lt;p&gt;They ping engineering. Someone drops what they're doing, opens Grafana, filters, squints at some graphs, screenshots it, pastes it in Slack. Support forwards a cropped version to the customer.&lt;/p&gt;

&lt;p&gt;Repeat 5x a day. 🤯&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The tools exist, but not for everyone&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Grafana and Datadog are incredible for devs. But I'd never hand them to support, let alone a customer.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;PromQL&lt;/strong&gt;: "Just use &lt;code&gt;rate(http_requests_total{customer_id="acme"}[5m])&lt;/code&gt;" is not something I can teach to someone in support&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infrastructure-centric&lt;/strong&gt;: Everything is organized by pods, services, instances. Not customers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Trace IDs&lt;/strong&gt;: Useful for debugging, meaningless to anyone outside engineering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dashboards assume expertise&lt;/strong&gt;: Gauges vs counters vs histograms shouldn't matter if you just want to know "is this customer's workflow stuck?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So we build internal admin panels. Or we stay in the loop forever.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I'm trying instead&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started building &lt;a href="https://github.com/towlabs/dashfrog" rel="noopener noreferrer"&gt;DashFrog&lt;/a&gt; — open source, customer-scoped observability.&lt;/p&gt;

&lt;p&gt;The idea:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Organize everything by customer, not infrastructure&lt;/li&gt;
&lt;li&gt;Abstract away the OTEL complexity — spans become "Flows" you can follow step by step, metrics just work without needing to know what a histogram is&lt;/li&gt;
&lt;li&gt;Let anyone on your team explore what's happening with a customer&lt;/li&gt;
&lt;li&gt;Share views directly with customers when needed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It sits on OpenTelemetry, so if you're already using OTEL, you can pipe data in. But what shows up in DashFrog is designed for humans, not SREs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Still early&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I'm not pretending this is finished. I shipped it this week and I'm looking for feedback from anyone who's felt this pain.&lt;/p&gt;

&lt;p&gt;If you're running B2B SaaS and tired of being the Grafana-to-Slack bridge, I'd love to hear:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does this problem resonate?&lt;/li&gt;
&lt;li&gt;What would you need to actually use something like this?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/towlabs/dashfrog" rel="noopener noreferrer"&gt;https://github.com/towlabs/dashfrog&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>monitoring</category>
      <category>observability</category>
    </item>
  </channel>
</rss>
