Loki: support live streaming (#42804)

This commit is contained in:
Ryan McKinley
2022-03-01 14:46:52 -08:00
committed by GitHub
parent 09cde9a700
commit 796bc27f75
12 changed files with 419 additions and 11 deletions

View File

@@ -132,6 +132,11 @@ var (
State: FeatureStateAlpha,
RequiresDevMode: true,
},
{
Name: "lokiLive",
Description: "support websocket streaming for loki (early prototype)",
State: FeatureStateAlpha,
},
{
Name: "swaggerUi",
Description: "Serves swagger UI",