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 6,137 public repositories matching this topic...
This is kind of a follow up to #32677 and the PR #34762.
In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing: /api/echo
(grafana/tempo#714).
-
Updated
Jun 28, 2021 - Go
-
Updated
Jun 17, 2021 - JavaScript
-
Updated
Jun 7, 2021 - Ruby
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 26, 2021 - Go
-
Updated
Jun 27, 2021 - Python
-
Updated
Jun 26, 2021 - C++
-
Updated
Jun 28, 2021 - Java
-
Updated
Jun 23, 2021 - Java
-
Updated
Jun 28, 2021 - C
-
Updated
Jun 19, 2021 - C
-
Updated
Jun 13, 2021 - Go
-
Updated
Jun 28, 2021 - Java
inputs.test plugin
Feature Request
support an input plugin of the following type:
[[inputs.test]]
metrics = [
'weather,state=ny temperature=81.3'
]
Proposal:
support the above
Current behavior:
possible through creating a file and using inputs.file or inputs.tail
Desired behavior:
above
Use case: <!-- [Why is this important (helps with prioritizing
-
Updated
Jun 27, 2021 - Go
-
Updated
May 2, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
-
Updated
Jun 26, 2021 - Go
-
Updated
Jun 13, 2021 - C++
-
Updated
Jun 2, 2021 - Go
-
Updated
Jun 26, 2021
-
Updated
Jun 26, 2021 - Go
-
Updated
Jun 10, 2021 - Python
Remove po-lint
po-lint
was useful when there was no tools like kubeconform
(which we use in kube-prometheus project). And support for CRDs in kubernetes was at earlier stage. Right now po-lint
seems like a largely unused code.
We would need to change docs at https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/linting.md
-
Updated
Jun 27, 2021 - Swift
-
Updated
May 31, 2021 - C
- Wikipedia
- Wikipedia
Monitoring apps
Meercode | CI Monitoring
Meercode is the ultimate monitoring dashboard for your CI/CD builds
Airbrake
Real time error monitoring and alerts
Moesif API Insights
Understand API usage and take action with user-centric API observability
Sentry
Real-time, cross-platform crash reporting and error logging
Rollbar
The Continuous Code Improvement Platform | Starting at $0/mo
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.