grafanaAvoid common Grafana mistakes — query pitfalls, variable templating, alerting traps, and provisioning gotchas.
Install via ClawdBot CLI:
clawdbot install ivangdavila/grafana$__all in regex — or only first value used${var:csv} for comma-separated — ${var:pipe} for pipe-separated in regex$var or ${var} — different escaping per data source$__interval auto-adjusts to time range — use for aggregation windowrate() needs range vector — rate(requests_total[5m]) not rate(requests_total)rate() for counters, deriv() for gauges — rate handles counter resets$__rate_interval over hardcoded — adapts to scrape interval and dashboard range{{label}} — multiple: {{instance}} - {{job}}metric{label=~"val1|val2"} — !~ for negative match${DS_PROMETHEUS} substituted at runtimeallowEditing: true in provisioningGenerated Mar 1, 2026
A DevOps team uses Grafana to visualize Prometheus metrics from containerized microservices, tracking request rates, error rates, and latency trends. They implement alerting rules to detect anomalies like sudden spikes in error rates, ensuring proactive incident response and system reliability.
An IoT company deploys Grafana dashboards to monitor thousands of connected devices, aggregating data on battery levels, connectivity status, and environmental readings. They use templating variables to filter by device groups and set alerts for offline devices, optimizing maintenance schedules and reducing downtime.
A fintech firm leverages Grafana to track real-time transaction volumes, fraud detection metrics, and system health across global payment gateways. They configure thresholds and alerts for unusual transaction patterns, enabling rapid fraud mitigation and compliance reporting.
A healthcare provider uses Grafana to visualize patient monitoring data from medical devices, such as heart rate and oxygen levels, integrated with EHR systems. They set up dashboards with time-series panels to track trends and alert on critical thresholds, supporting clinical decision-making and patient safety.
An e-commerce business employs Grafana to analyze website performance metrics, including page load times, conversion rates, and server response times from various data sources. They use transformations to combine query results and alert on performance degradations, improving user experience and sales.
A company offers Grafana as part of a managed monitoring platform, charging monthly fees for dashboard access, alerting, and support. They generate revenue by scaling subscriptions based on the number of data sources or users, targeting SMEs needing cost-effective observability solutions.
A consultancy provides expert services to design, deploy, and optimize Grafana setups for clients, including custom dashboards, alert configurations, and integration with existing systems. Revenue comes from project-based fees and ongoing maintenance contracts, focusing on enterprises with complex monitoring needs.
A tech firm embeds Grafana into their own branded product, offering it as a feature within a larger software suite for data analytics or DevOps tools. They monetize through licensing fees or as an add-on to core products, appealing to businesses seeking integrated solutions.
💬 Integration Tip
Ensure data source credentials are securely managed using server mode to proxy through Grafana, and test connections thoroughly to avoid query-specific issues during deployment.
Quick system diagnostics: CPU, memory, disk, uptime
Query Google Analytics 4 (GA4) data via the Analytics Data API. Use when you need to pull website analytics like top pages, traffic sources, user counts, ses...
Google Analytics 4, Search Console, and Indexing API toolkit. Analyze website traffic, page performance, user demographics, real-time visitors, search queries, and SEO metrics. Use when the user asks to: check site traffic, analyze page views, see traffic sources, view user demographics, get real-time visitor data, check search console queries, analyze SEO performance, request URL re-indexing, inspect index status, compare date ranges, check bounce rates, view conversion data, or get e-commerce revenue. Requires a Google Cloud service account with GA4 and Search Console access.
Google Analytics API integration with managed OAuth. Manage accounts, properties, and data streams (Admin API). Run reports on sessions, users, page views, and conversions (Data API). Use this skill when users want to configure or query Google Analytics. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Deploy privacy-first analytics with correct API patterns, rate limits, and GDPR compliance.
Google Analytics 4, Search Console, and Indexing API toolkit. Analyze website traffic, page performance, user demographics, real-time visitors, search queries, and SEO metrics. Use when the user asks to: check site traffic, analyze page views, see traffic sources, view user demographics, get real-time visitor data, check search console queries, analyze SEO performance, request URL re-indexing, inspect index status, compare date ranges, check bounce rates, view conversion data, or get e-commerce revenue. Requires a Google Cloud service account with GA4 and Search Console access.