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 5,526 public repositories matching this topic...
-
Updated
Nov 8, 2020 - TypeScript
-
Updated
Nov 7, 2020 - Go
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Ruby
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 6, 2020 - Go
-
Updated
Nov 5, 2020 - C++
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 8, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 8, 2020 - C
-
Updated
Nov 8, 2020 - C
-
Updated
Nov 6, 2020 - Java
-
Updated
Nov 6, 2020 - Go
-
Updated
Jul 16, 2020 - JavaScript
Feature Request
Proposal:
Allow for setting "gaugesMaxTTL" option in the statsd
input plugin. Essentially, this from the core statsd repo:
https://github.com/statsd/statsd/pull/599/files
Current behavior:
If deleteGauges
is set to "False" then once a gauge metric is reported it is reported for the life of the telegraf
server. There is no way to set a TTL value where
-
Updated
Aug 7, 2020 - Go
-
Updated
Oct 29, 2020 - Go
-
Updated
Nov 8, 2020 - Go
-
Updated
Oct 13, 2020 - C++
-
Updated
Nov 4, 2020 - Go
-
Updated
Nov 6, 2020 - Go
-
Updated
Oct 15, 2020
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 5, 2020 - C
What happened?
After being fine for a couple days, Prometheus mysteriously started crashing with this error:
level=error ts=2020-09-02T15:16:55.096Z caller=query_logger.go:87 component=activeQueryTracker msg="Error opening query log file" file=/prometheus/queries.active err="open /prometheus/queries.active: permission denied"
panic: Unable to create mmap-ed active query log
goro
- Wikipedia
- Wikipedia
Monitoring apps
Sentry
Real-time, cross-platform crash reporting and error logging
Rollbar
Real-time, full-stack error monitoring & debugging for developers
Moesif API Insights
Understand API usage and take action with user-centric API observability
Airbrake
Real time error monitoring and alerts
LogRocket
Record videos of user sessions with enhanced logging information
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.