Signed-off-by: Nicolás Pazos <npazosmendez@gmail.com>
This commit is contained in:
Nicolás Pazos 2023-09-26 13:50:44 -03:00
parent ab7c96a30e
commit 7f7cf9737d

View file

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