-
Updated
Sep 4, 2020 - Java
Monitoring
In the fields of information technology and systems management, application performance management (APM) is the monitoring and management of performance and availability of software applications. APM strives to detect and diagnose complex application performance problems to maintain an expected level of service.
Here are 402 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 2, 2020 - Java
-
Updated
Aug 30, 2020 - Java
-
Updated
Aug 30, 2020 - Java
-
Updated
Aug 28, 2020 - Java
-
Updated
Aug 27, 2020 - Java
-
Updated
Aug 4, 2020 - Java
-
Updated
Sep 1, 2020 - Java
I'm not sure if this is even possible, or if it's up to the Operating System, but I have two monitors and when the sudo pop-up opens when I'm editing a file, the dialog box opens on the other monitor (the primary one in Windows 10 settings). Would it be possible to force the dialog box pop-up to open on the same monitor as where the snowflake app is running? I totally understand if that is not som
-
Updated
Apr 27, 2020 - Java
-
Updated
Jun 4, 2020 - Java
-
Updated
Sep 3, 2020 - Java
-
Updated
Jan 18, 2018 - Java
-
Updated
Aug 14, 2020 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Feb 24, 2020 - Java
-
Updated
Jul 6, 2019 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
May 15, 2019 - Java
-
Updated
Jul 20, 2020 - Java
-
Updated
Apr 26, 2019 - Java
-
Updated
Aug 7, 2019 - Java
-
Updated
Aug 9, 2020 - Java
-
Updated
Jul 28, 2020 - Java
-
Updated
Jul 1, 2020 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 4, 2020 - Java
- Wikipedia
- Wikipedia
Monitoring apps
Rollbar
Real-time, full-stack error monitoring & debugging for developers
LogRocket
Record videos of user sessions with enhanced logging information
Moesif API Insights
Understand API usage and take action with user-centric API observability
Airbrake
Real time error monitoring and alerts
Sentry
Real-time, cross-platform crash reporting and error logging
QuestDB implements regex string match with the operators
~=and!~. However,LIKEis not implemented.Describe the solution you'd like
Implement
LIKEsuch thatcolumn LIKE patternbecomes~=(column, pattern)NOT column LIKE patternbecomes!~(column, pattern)