|
1 | | -// Copyright 2018 Datalust Pty Ltd |
| 1 | +// Copyright Datalust Pty Ltd and Contributors |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -54,9 +54,7 @@ namespace SeqCli.Cli.Commands; |
54 | 54 | "Query": "select count(*) from stream where @Level = 'Warning'", |
55 | 55 | "RelativeStandardDeviationElapsed": 0.05619408341421253, |
56 | 56 | "Runs": 10, |
57 | | - "Signals": [ |
58 | | - "signal-m33302" |
59 | | - ], |
| 57 | + "SignalExpression": "signal-m33302", |
60 | 58 | "Start": "2022-08-14T16:00:00.0000000" |
61 | 59 | } |
62 | 60 | */ |
@@ -148,7 +146,7 @@ protected override async Task<int> Run() |
148 | 146 | using (LogContext.PushProperty("MinElapsed", timings.MinElapsed)) |
149 | 147 | using (LogContext.PushProperty("MaxElapsed", timings.MaxElapsed)) |
150 | 148 | using (LogContext.PushProperty("Runs", _runs)) |
151 | | - using (LogContext.PushProperty("Signals", c.SignalExpression)) |
| 149 | + using (LogContext.PushProperty("SignalExpression", c.SignalExpression)) |
152 | 150 | using (LogContext.PushProperty("Start", start)) |
153 | 151 | using (LogContext.PushProperty("StandardDeviationElapsed", timings.StandardDeviationElapsed)) |
154 | 152 | using (end != null ? LogContext.PushProperty("End", end) : null) |
|
0 commit comments