Skip to content

Commit

Permalink
minor fixes in trace samples
Browse files Browse the repository at this point in the history
Took 1 hour 4 minutes
  • Loading branch information
agaurav committed Feb 8, 2022
1 parent 613017f commit 7d46a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tracing/user-journey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
| if ((tolowercase(operation) = tolowercase("click on \"Checkout\"") and tolowercase(xpath) = "//*[@id=\"checkout\"]"), 1, 0) as isCheckOut
| if ((tolowercase(operation) = tolowercase("click on \"Pay\"") and tolowercase(xpath) = "//*[@id=\"pay\"]"), 1, 0) as isPay
| if (isHomePage = 1, (%"['http.browser_time_to_page_load_end']"), if(isOrder =1 or isCheckOut = 1 or isPay = 1, duration,0)) as Transaction_time_ms
| timeslice 1m
| timeslice 60m
| sum(Transaction_time_ms) as total_tx_ms by rum_session_id, _timeslice
| _timeslice as _messagetime
good:
Expand Down

0 comments on commit 7d46a28

Please sign in to comment.