Skip to content

Reader Monitoring

SHarshain edited this page Jun 6, 2023 · 5 revisions

Rails Logs

Direct Rails Logger Calls for Reader Tab

Where in Code Key ID Method Used Level Description
ApplicationController
.authenticate()
request.original_url
request.referer
Rails.logger info Logs page that was trying to be accessed and the page the user was coming from when user is not authenticated
Test::UsersController
.index()
current_user Rails.logger debug Logs the current user and file number they are attempting to fetch
Reader::DocumentsController
.index()
appeal_id Rails.logger info If current user doesn't have access
User with roles (current_user roles) couldn't access ROOT_URL/reader/appeal/:appeal_id/documents
Reader::DocumentsController
.index()
appeal_id index() error throws a standard error if serialize_response is not defined

The most current information can be found here: https://github.com/department-of-veterans-affairs/appeals-notebook/tree/main/Reader%20ART

| ----------- | ----------- | ----------- |

Datadog

| Location | Key identifier | Description |

https://github.com/department-of-veterans-affairs/appeals-notebook/tree/main/Reader%20ART/Datadog%20Exploration

| ----------- | ----------- | ----------- |

MetricService

Location Key identifier Description

New Relic

Location Key identifier Description

Google Analytics

Location Key identifier Description
Clone this wiki locally