#41993: make it possible to create N random60hz channels (#43295)

This commit is contained in:
Artur Wierzbicki
2021-12-17 23:42:37 +04:00
committed by GitHub
parent 70c0a9d117
commit 197f4f81f2
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ type DevRuleBuilder struct {
func (f *DevRuleBuilder) BuildRules(_ context.Context, _ int64) ([]*LiveChannelRule, error) {
return []*LiveChannelRule{
{
Pattern: "plugin/testdata/random-20Hz-stream",
Pattern: "plugin/testdata/random-20Hz-stream:rest",
DataOutputters: []DataOutputter{
NewLokiDataOutput(
os.Getenv("GF_LIVE_LOKI_ENDPOINT"),