---
title: "Zipkin data source | Grafana documentation"
description: "Guide for using the Zipkin data source in Grafana"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Zipkin data source

Grafana ships with built-in support for [Zipkin](https://zipkin.io/), an open source distributed tracing system. The Zipkin data source lets you query and visualize traces collected by Zipkin directly in Grafana, helping you identify latency bottlenecks, trace requests across microservices, and understand dependencies between services.

> Note
> 
> This plugin requires Grafana version 12.3.0 or later.

## Supported features

Expand table

| Feature     | Supported |
|-------------|-----------|
| Traces      | Yes       |
| Metrics     | No        |
| Logs        | No        |
| Alerting    | No        |
| Annotations | No        |

## Get started

The following pages help you get started with the Zipkin data source:

- [Configure the Zipkin data source](/docs/grafana/latest/datasources/zipkin/configure/)
- [Zipkin query editor](/docs/grafana/latest/datasources/zipkin/query-editor/)
- [Template variables](/docs/grafana/latest/datasources/zipkin/template-variables/)
- [Troubleshooting](/docs/grafana/latest/datasources/zipkin/troubleshooting/)

## Additional features

After configuring the data source, you can:

- Use [Explore](/docs/grafana/latest/explore/) to query traces without building a dashboard
- Navigate from traces to related logs with [trace to logs](/docs/grafana/latest/datasources/zipkin/configure/#trace-to-logs) integration
- Navigate from traces to related metrics with [trace to metrics](/docs/grafana/latest/datasources/zipkin/configure/#trace-to-metrics) integration
- Enable the [Node graph](/docs/grafana/latest/panels-visualizations/visualizations/node-graph/) visualization to view service dependencies
- Add [Transformations](/docs/grafana/latest/panels-visualizations/query-transform-data/transform-data/) to manipulate query results

## Plugin updates

Always ensure that your plugin version is up-to-date so you have access to all current features and improvements. Navigate to **Plugins and data** &gt; **Plugins** to check for updates. Grafana recommends upgrading to the latest Grafana version, and this applies to plugins as well.

> Note
> 
> Plugins are automatically updated in Grafana Cloud.

## Related resources

- [Official Zipkin documentation](https://zipkin.io/)
- [Grafana community forum](https://community.grafana.com/)
