grafana/pkg/services/queryhistory
Dominik Prokop e266c88505 Merge main into feat/faro-tracing-integration-part1
- Sync feature branch with latest main branch changes
- Resolve conflicts in dashboard scene serialization imports
- Include both existing and new profiler functions for compatibility
- Refactor dashboard performance profiling architecture
- Create shared performanceUtils.ts with memory utilities and grouped logging
- Convert observer methods to arrow functions in analytics and logger classes
- Add type-safe performance.memory access with proper TypeScript interfaces
- Standardize performance logging with writePerformanceGroup utilities
- Convert duration logging from strings to numeric values for better analysis
- Fix localStorage usage to use @grafana/data store for consistency
- Update dashboard scene integration to use improved profiling system
2025-10-07 22:28:34 +02:00
..
api.go
client.go
database.go
models.go
queryhistory.go
queryhistory_create_test.go
queryhistory_delete_stale_test.go
queryhistory_delete_test.go
queryhistory_details.go
queryhistory_details_test.go
queryhistory_enforce_limit_test.go
queryhistory_patch_test.go
queryhistory_search_test.go
queryhistory_star_test.go
queryhistory_test.go
queryhistory_unstar_test.go
writers.go