File tree Expand file tree Collapse file tree
java/de/fraunhofer/fokus/OpenMobileNetworkToolkit/Ping/Worker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ public Result doWork() {
136136 if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .S ) {
137137 point .addTags (GlobalVars .getInstance ().get_dp ().getTagsMap ());
138138 }
139+ if (!pingInput .getSequenceUUID ().isEmpty ()) point .addTag ("sequenceUUID" , pingInput .getSequenceUUID ());
140+ if (!pingInput .getTestUUID ().isEmpty ()) point .addTag ("testUUID" , pingInput .getTestUUID ());
141+ if (!pingInput .getMeasurementUUID ().isEmpty ())point .addTag ("measurementUUID" , pingInput .getMeasurementUUID ());
142+ if (!pingInput .getCampaignUUID ().isEmpty ()) point .addTag ("campaignUUID" , pingInput .getCampaignUUID ());
143+
139144 pingStream .write ((point .toLineProtocol () + "\n " ).getBytes ());
140145
141146 } catch (IOException e ) {
Original file line number Diff line number Diff line change 513513 "metadata" : {
514514 "version" : " 0.7" ,
515515 "code" : 7 ,
516- "gitHash" : " 9d3ed7b "
516+ "gitHash" : " 52f0533 "
517517 }
518518 }
519519]
Original file line number Diff line number Diff line change 513513 "metadata" : {
514514 "version" : " 0.7" ,
515515 "code" : 7 ,
516- "gitHash" : " 9d3ed7b "
516+ "gitHash" : " 52f0533 "
517517 }
518518 }
519519]
You can’t perform that action at this time.
0 commit comments