Fix Grafana warning about using rate() on gauge metric: - ClickHouseProfileEvents_OSCPUVirtualTimeMicroseconds is a gauge, not counter - rate() should only be used with counters; using delta() instead - Add explicit datasource block for consistency API verified via Context7: - /prometheus/docs: rate() should never be used on gauges