The Wayback Machine - https://web.archive.org/web/20200716155356/https://github.com/topics/metrics
Skip to content
#

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 2,323 public repositories matching this topic...

belm0
belm0 commented Dec 9, 2019

Steps to reproduce:

On a template variable with multi-select:

  1. enter a search which matches one or more items
  2. navigate by keyboard to an item
  3. use space bar to toggle the item

Actual Result:
The space bar input is appended or prepended to the search text.

Expected Result
The search text should remained unchanged, since focus is on a dropdown item.

**Releva

jsteenb2
jsteenb2 commented Feb 27, 2020

Right now we have the following, which doesn't validatie the needs of a given view. This allows for any colors to be provided, not necessarily the ones that are required. I'd recommend making these color validations accurate, where for Gauge it would require the min and max for instance. I'm assuming these are required for gauge, that may be in error. Would be nice to provide swagger that p

ajprax
ajprax commented Dec 20, 2017

With log: {backend: "stdout", level: "..."} in config.js the daemon ignores the log level and still prints everything to stdout. This seems to be the result of lib/logger.js using util.log (deprecated since 6.0.0 20 months ago) which does not support log levels.

If the stdout logger cannot be easily made to respect the log level, it would be helpful if the config documentation in `exam

bug
aravindkaws
aravindkaws commented Feb 22, 2020

** Which Category is your question related to? **
Interactions
** What AWS Services are you utilizing? **
Cognito, Lex

I'd like to be able to do a face auth and if a valid user is found, I'd like to simulate a click of the Microphone button without the user having to do so. How can this be done with the existing Chatbot component ?

AhmadDakhlallah
AhmadDakhlallah commented Mar 14, 2020

I've noticed that the software does treat source URLs in a way that is not wrong, but I guess it can be better.
I have the following source urls:

facebook.com
l.facebook.com
m.facebook.com
m.facebook.com
web.facebook.com
android-app://m.facebook.com

Can't we make the software see them all as:
facebook.com
?

The facebook issue is not an issue per se, but it would be

resilience4j
pmb311
pmb311 commented Feb 11, 2020

Host operating system: output of uname -a

Linux foo1.example.com 4.19.67 #1 SMP Thu Aug 22 16:06:16 EDT 2019 x86_64 GNU/Linux

node_exporter version: output of node_exporter --version

node_exporter, version 0.18.1 (branch: release-0.18, revision: 0037b4808adeaa041eb5dd699f7427714ca8b8c0)
build user: foo
build date: 20191030-22:24:38
go version: go1.13.3

vector
lnorregaard
lnorregaard commented Oct 3, 2019

From Elastic's documentation:
https://www.elastic.co/guide/en/elasticsearch/reference/7.3/mapping-source-field.html

The metrics use case is distinct from other time-based or logging use cases in that there are many small documents which consist only of numbers, dates, or keywords. There are no updates, no highlighting requests, and the data ages quickly so there is no need to reindex. Search

PhpMetrics
StephanKrauss
StephanKrauss commented Jan 28, 2017

Hello,

in the moment i test PhpMetrics.
I use PhpStorm with the PhpMetrics - Plugin.
I will write my own config file for PhpMetrics.
For example i have a ' .phpmetrics.yml ' file under the document root of my project.

I will change the measure for the maintainability index.
--------------------- .phpmetrics.yml ----

default:
rules:
cyclomaticComplexity: [ 10, 6, 2 ]

DasyDong
DasyDong commented Apr 16, 2020

Since kubernetes latest version has reached 1.18, in new Version we need new apiVersion value

Use 'apps/v1' to replace 'extensions/v1beta1' for example-app deployment

path : use-operator-manage-prometheus.md

current:

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
  name: example-app

new:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: examp
Wikipedia
Wikipedia
You can’t perform that action at this time.