Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
American Express
US
Last activity: 17 Feb 2021 10:20 EST
DSS entries for PEGA0011
I would like know the DSS entries required to control the threshold value of PEGA0011 alert?.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
Pegasystems Inc.
US
I recommend using Pega-Logviewer; which provides a handy "cheat sheet" for all alerts. For example, here is a screenshot showing PEGA0011's enable config, threshold config, default and value unit.
This Pega GCS video is a good introduction.
https://collaborate.pega.com/discussion/video-support-guide-pega-logviewer-20-overview
![](https://accounts.pega.com/sites/default/files/pega-user-image/280/REG-280155.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/280/REG-280155.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi,
Please check below link
https://community.pega.com/knowledgebase/articles/pega0011-alert-total-request-time-exceeds-limit
Thank You
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
American Express
US
This post is for prconfig changes not DSS. Can you give me the "Setting Purpose" that i have to use in DSS to control the alert?.
![](https://accounts.pega.com/sites/default/files/pega-user-image/280/REG-280155.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/280/REG-280155.png?source=PUMINIT)
Pegasystems Inc.
IN
Owning RuleSet : Pega-Engine
Value: prconfig/alerts/services/totalrequesttime/threshold/default
I guess restart will be needed
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
CommonWealth Bank of Australia
IN
Hi,
Please try setting the DSS for the PEGA0011 alert:
prconfig/alerts/services/totalRequestTime/threshold/default
Thanks,
Accepted Solution
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
Pegasystems Inc.
US
I recommend using Pega-Logviewer; which provides a handy "cheat sheet" for all alerts. For example, here is a screenshot showing PEGA0011's enable config, threshold config, default and value unit.
This Pega GCS video is a good introduction.
https://collaborate.pega.com/discussion/video-support-guide-pega-logviewer-20-overview
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
American Express
US
Thank you Paul. I will try these 2 DSS entries.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
American Express
US
I have made following entries (restarted the server), still i could see the Pega0011 alerts that are less than 3 seconds. FYI. I don't the same entry in prconfig file.
Pega-Engine • prconfig/alerts/services/totalrequesttime/enabled (Value : true)
Pega-Engine • prconfig/alerts/services/totalrequesttime/threshold (Value : 3000)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689968000/9a12ed05-5e9a-43d7-b741-f1c8e02a1e68.jpg?itok=zJF-hS_P)
Pegasystems Inc.
US
FYI : If you're trying to set prconfig setting using DSS, you need to prefix "prconfig/" (as you have) as well as suffix "/default".
I'm not sure this would work for these settings, so the safe bet is to modify your prconfig and add these entries.
<env name=" alerts/services/totalRequestTime/enabled" value="true" />
<env name=" alerts/services/totalRequestTime/threshold" value="3000" />
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
Pls use the DSS with name prconfig/alerts/services/totalrequesttime/threshold/default and also make sure the enteries are removed from prconfig which takes precedence.