To set up an effective observability pipeline for a local Clickhouse instance, one must first have admin access to Prometheus and Grafana. If not already available, these tools can be spun up locally using Docker, with various guides and templates available online. With both tools up and running, the next step is to ensure the Clickhouse instance has the Prometheus exporter enabled, which can be achieved by forwarding port 9363 out of the container. Two primary data sources are required to immediately use some of the fantastic community dashboards: the Prometheus Exporter, which comes built-in to most Clickhouse containers, and the Altinity Clickhouse Datasource, which must be installed manually using the grafana-cli application. Once these data sources are installed and configured, one can begin adding Dashboards to Grafana, importing various community dashboards that require either of these data sources.