go to post Nick Hershberger · May 19, 2022 We have used Datadog to produce some customer facing dashboards that provide an quick view of general server/application health as well as current license usage, number of Cache process, etc. Additional internal only dashboards allow customer support staff that don't have access to the mgmt portal to identify problematic queries, users with high latency, and other application specific issues which they can then research further if necessary. This is done via a %CSP.Page class that is is configured as the URL in the Datadog configuration. Documentation for that Datadog configuration is here.
go to post Nick Hershberger · Apr 14, 2022 In COS create an instance of the License class and run the GetSample method to fetch the current license info. You can then reference the properties directly. set ans = ##class(%Monitor.System.License).%New() set sc = ans.GetSample() write ans.AvailableDist
go to post Nick Hershberger · Jan 31, 2022 Kevin, Those appear to be application specific globals. I would suggest reaching out to the support team for the application to request additional information on what those globals are used for.