Prometheus: Update FrameType and make __name__ the field name (#62694)

These changes would make the response more in line with the dataplane contract, changes are under the feature toggle prometheusDataplane
This commit is contained in:
Kyle Brandt
2023-03-29 11:26:32 -04:00
committed by GitHub
parent 845951485f
commit 674144c8e8
8 changed files with 94 additions and 52 deletions

View File

@@ -86,4 +86,5 @@ export interface FeatureToggles {
influxdbBackendMigration?: boolean;
clientTokenRotation?: boolean;
disableElasticsearchBackendExploreQuery?: boolean;
prometheusDataplane?: boolean;
}