This commit is contained in:
Nicolás Pazos 2023-09-26 13:50:44 -03:00
parent 337f9ae7ae
commit 0062b91460

View file

@ -137,6 +137,7 @@ func createPrometheusAPI(q storage.SampleAndChunkQueryable) *route.Router {
nil, nil,
false, false,
false, false,
false, // Disable experimental reduce remote write proto support.
) )
promRouter := route.New().WithPrefix("/api/v1") promRouter := route.New().WithPrefix("/api/v1")