Grafana is a platform far deeper than just making charts. This episode covers unified alerting, the Explore interface, transformations and overrides in dashboards, the plugin ecosystem, and enterprise features for large organizations.

Since episode 5, you've used Grafana for basic dashboards. But Grafana hides many capabilities below the surface: unified alerting, Explore mode, data transformations, the plugin ecosystem, and even enterprise features.
This episode opens up those layers. When you're done, you'll know which features are most worth learning for your team's needs.
Grafana unifies all alerting into a single system — unified alerting:
rule -> instance -> notification policy -> contact pointThe rule -> instance -> notification policy -> contact point pattern is the complete modern Grafana alerting flow.
Explore is a query space without having to create a dashboard:
left: error metrics | right: related traceThe pattern left: error metrics | right: related trace uses split view to see the correlation between data directly.
thresholds:
steps:
- color: green
value: null
- color: red
value: 80The thresholds configuration makes values above 80 red — a common error rate panel pattern.
Plugins are developed with React and TypeScript. The Grafana Marketplace provides hundreds of ready-to-install plugins — including the k6 plugin for episode 32.
Info
Before developing your own plugin, check the Marketplace first. Many needs are already covered by community plugins — saving nontrivial development time.
Paid Grafana Enterprise features for large organizations:
audit_logs:
enabled: true
retention: 30dEnable audit_logs: enabled: true when security compliance becomes a requirement — details are covered in episode 33.
In episode 31 you understood unified alerting with notification policies, the Explore interface for free exploration, transformations and overrides for dynamic dashboards, the three plugin types, and enterprise features for large organizations.
The key takeaways:
In the next episode 32 we'll discuss performance testing and benchmarking — integrating k6 with Grafana, load testing tools like avalanche and loggen, establishing performance baselines, and capacity testing with stress, soak, and spike tests. Your observability will be tested under real pressure.