[v9.0.x] Docs: Fix broken grafana plugins tutorial links (#52273)
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com> Co-authored-by: Esteban Beltran <academo@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7c5f3623de
commit
802a508723
@@ -8,7 +8,7 @@ title: Build a logs data source plugin
|
||||
|
||||
This guide explains how to build a logs data source plugin.
|
||||
|
||||
Data sources in Grafana supports both metrics and log data. The steps to build a logs data source plugin are largely the same as for a metrics data source. This guide assumes that you're already familiar with how to [Build a data source plugin]({{< ref "/tutorials/build-a-data-source-plugin/" >}}) for metrics.
|
||||
Data sources in Grafana supports both metrics and log data. The steps to build a logs data source plugin are largely the same as for a metrics data source. This guide assumes that you're already familiar with how to [Build a data source plugin]({{< ref "build-a-data-source-plugin.md" >}}) for metrics.
|
||||
|
||||
## Add logs support to your data source
|
||||
|
||||
|
||||
Reference in New Issue
Block a user