Prometheus: Browser resource caching (#60711)

Add cache control headers and range snapping to Prometheus resource API calls.
This commit is contained in:
Galen Kistler
2023-04-03 09:07:17 -05:00
committed by GitHub
parent 008bf143ac
commit 96e9e80739
27 changed files with 1033 additions and 212 deletions

View File

@@ -83,6 +83,7 @@ export interface FeatureToggles {
traceqlSearch?: boolean;
prometheusMetricEncyclopedia?: boolean;
timeSeriesTable?: boolean;
prometheusResourceBrowserCache?: boolean;
influxdbBackendMigration?: boolean;
clientTokenRotation?: boolean;
disableElasticsearchBackendExploreQuery?: boolean;