You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flagon.apache.org by GitBox <gi...@apache.org> on 2021/03/13 03:41:33 UTC

[GitHub] [incubator-flagon-useralejs] poorejc opened a new issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

poorejc opened a new issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58


   minor mods to make this easier to index and search in back end solution (e.g., ELK)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc closed issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc closed issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc closed issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc closed issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] UncleGedd commented on issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
UncleGedd commented on issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58#issuecomment-798620311


   This could be a good opportunity to bring in Cypress and assert on the payloads being sent to the backend. If you like that idea I'll start work on a PR


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58#issuecomment-797859991


   Minor mod keeps schema consistent for back end indexing.
     
   {
       pageUrl: 'file://...Apache_Flagon/test/incubator-flagon-useralejs/example/index.html?',
       pageTitle: 'UserALE.js - Example Page',
       pageReferrer: '',
       browser: { browser: 'chrome', version: '89.0.4389' },
       clientTime: 1615606924803,
       scrnRes: { width: 1080, height: 666 },
       **logType: 'raw',**
       userAction: false,
       userId: 'me',
       toolVersion: '2.1.1',
       toolName: 'Apache UserALE.js Example (Custom)',
       useraleVersion: '2.1.1',
       sessionID: 'session_1615606602389',
       **type: 'load',**
       pageLoadTime: 5
     },
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58#issuecomment-798772380


   That's a good idea. Just note that I have some commits to address this issue up on the test branch. Pull from test check out the fields I added on your pageLoad code in src/main.js. Then feel free to play around with cypress. I'm brand new to cypress, so I'm catching up to you!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58#issuecomment-800304602


   tested and pushed with https://github.com/apache/incubator-flagon-useralejs/commit/7a7b2ce73963d9dd1b0bff9419ded12e15af10ad


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-flagon-useralejs] poorejc commented on issue #58: add LogType = Raw and Type = load to PageLoad Custom Log

Posted by GitBox <gi...@apache.org>.
poorejc commented on issue #58:
URL: https://github.com/apache/incubator-flagon-useralejs/issues/58#issuecomment-797860433


   reopening for deeper integration testing


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org