VG
Size: a a a
VG
VS
А
K
VS
S7
S7

ВС
select text,generatorHost,application,title FROM (select text from events where $timeFilter and \"text\" =~ /.*started$/ GROUP BY generatorHost,application,title)Надо написать вот такой запрос. А метка времени подставится сама. Только если табличное представление
/d/jmeterCompare?orgId=1&var-data_source=${data_source}&var-measurement_name=${measurement_name}&var-send_interval=${send_interval}&var-scope=${scope}&var-step=${step}&var-TestID_1=${__data.fields[testId]}&var-start_TestID_1=${__data.fields[start]}&var-TestID_2=${TestID_2}&var-start_TestID_2=${start_TestID_2}&var-application=All&var-main_transaction=All&var-transaction=All&var-request=All&var-generator=All
Вот обращение:ВС
ВС
select "application", "testId", "title", time as "start" from (select first(text) as "title", time from "events" where time > now()-20d group by "application", "testId")ВС
select "application", "testId", "title", time as "stop" from (select last(text) as "title", time from "events" where time > now()-20d group by "application", "testId")S7
А
P
А
ВС
P
P
А
AA