metrics
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 3,201 public repositories matching this topic...
-
Updated
Feb 21, 2022 - Go
-
Updated
Feb 17, 2022 - Go
PagerDuty(https://www.pagerduty.com/) is widely used for on-call globally. We are welcome the contributions to support it as alarm notification channel.
Kibana version: 8.1.0
Elasticsearch version: 8.1.0
Server OS version: darwin_x86_64
Browser version: chrome latest
Browser OS version: OS X
Original install method (e.g. download page, yum, from source, etc.): from staging
Describe the bug: Lens "click here to create dataview" screen should also mention to the user about the option to switch the dat
-
Updated
Jan 15, 2022 - Java
If I set all the prefixes (globalPrefix, prfixTimer, etc.) to "", what kind of ramifications will that have on the server side if any? Will all the timers, gauges, counters be calculated as normal or will see if any side effects?
nanosecond timers
Is your feature request related to a problem? Please describe.
I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP models conduct regression rather than classification, so binary metrics are not r
Relevant telegraf.conf:
[[inputs.openweathermap]]
app_id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
-
Updated
Feb 18, 2022 - Elixir
Is this related to a new or existing framework?
New framework - remix.run
Is this related to a new or existing API?
Storage
Is this related to another service?
S3
Describe the feature you'd like to request
Was able to integrate the Auth section with no issue, but was trying to integrate Storage in remix data loaders, but because amplify do
Describe the bug
The following problem has a problem with long overflow:
while (true) {
long deadline = System.nanoTime() + nanos;
LockSupport.parkNanos(nanos);
if (System.nanoTime() < deadline) {
// this could be spurious wakeup, ignore if count is non-zero
if (getCount() == 0) {
return
-
Updated
Feb 21, 2022 - Java
-
Updated
Feb 20, 2022 - Java
Can be obtained with sw_vers:
$ sw_vers --help
Usage: sw_vers [-productName|-productVersion|-buildVersion]
$ sw_vers
ProductName: macOS
ProductVersion: 12.1
BuildVersion: 21C52
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.13.3
BuildVersion: 17D102
-
Updated
Mar 31, 2021 - Go
Description
- The theme change toggle's placement is incorrect as it is being placed at the most important place i.e. top left, ideally it should be place in the top right as it's not the highlight of the product.
- There
-
Updated
Jan 22, 2022 - JavaScript
-
Updated
Feb 22, 2022 - JavaScript
For the moment there is no ability to use IAM instance profile for access to s3 bucket as it is not described in documentation
Could yo
-
Updated
Feb 18, 2022 - Go
-
Updated
Nov 17, 2021 - Python
-
Updated
Feb 18, 2022 - Go
PyTorch-Ignite is a community effort, and everyone is welcome to contribute and join the contributors community no matter your background and skills !
If this is something you would like to do: help the project and join the community, please take a look at our contributing guide and ask any related questions here or on our [Disco
As we all know golang has give us the feature that convert proto to json with https://github.com/golang/protobuf/blob/master/jsonpb/encode.go ,and with encode.go ,we can define diffrent style like casesensitive , emit empty , json indent and so on , we can see [Customizing Protobuf JSON Serialization in Go](https://seb-nyberg.medi
What would you like to be added:
Add UID as a label, like it is on some other metrics, to all service metrics.
Why is this needed:
This is valuable since load balancer services in clouds often use the UID as the name of the cloud load balancer; however, there's no easy way then to join those metrics in say
-
Updated
Feb 17, 2022 - Java
- Wikipedia
- Wikipedia

The following tests are outputting errant logs and warnings to the console during unit tests. Some of these are pointing out genuine errors and things that should be looked at, while others might be a bit more benign but should be cleaned up to make testing more pleasant.
In the future we may consider making console logs to be a failure condition in tests, so it would be good to sort these out