File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -108,10 +108,12 @@ To do this create a .json configuration file containing a "userStatusLines" dici
108
108
}
109
109
110
110
111
- Any user-defined status lines should be of the same form as the Correlator status lines, logged at INFO level similar
112
- to ::
111
+ Any user-defined status lines should be of the same form as the Correlator status lines, logged at INFO level,
112
+ for example ::
113
113
114
- Some prefix: key1=value1 key2=value2 key3="value 3"
114
+ on all wait(5.0) {
115
+ log "MyApplication status: kpi1="+kpi1.toString()+" kpi2="+kpi2.toString()+" string_kpi=\""+kpi3+"\"" at INFO;
116
+ }
115
117
116
118
Technical detail: the frequency and timing of other status lines may not match when the main "Correlator status:" lines
117
119
are logged. The analyzer just uses the main status lines for the timing, adding the most recently seen user status
You can’t perform that action at this time.
0 commit comments