Files
grafana/pkg
Georges Chaudy 3c0fc606ae Add key_path column and backfill for resource_history table
- Introduced key_path column to resource_history for KV interface.
- Implemented backfill logic for key_path using a new migrator.
- Made key_path column NOT NULL after backfill completion.
- Added index on key_path column for improved query performance.
- Created resource_events table to support KV interface.

This change enhances the resource history management and optimizes data retrieval.
2025-11-17 14:57:18 +01:00
..

This directory contains the code for the Grafana backend.

The contributor documentation for Grafana's backend is in /contribute/backend/README.md.