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 3,232 public repositories matching this topic...

grafana
Aries-Lee1991
Aries-Lee1991 commented Dec 16, 2021

In https://github.com/taosdata/TDengine/blob/develop/src/client/src/tscPrepare.c, Local variable loopCont is assigned only once, to a constant value, making it effectively constant throughout its scope. If this is not the intent, examine the logic to see if there is a missing assignment that would make loopCont not remain constant.

So the 1567th line should be removed.
![image](https://user-im

good first issue
jportner
jportner commented Mar 21, 2022

In the Unified Docs, we describe how to start the Stack with Security enabled: https://www.elastic.co/guide/en/elasticsearch/reference/8.1/configuring-stack-security.html#stack-start-with-security

However, we don't mention that Kibana will only enter interactive setup mode if it doesn't have ES hosts/credentials specified:

https://github.com/elastic/kibana/blob/fa5ccfedbda8e9dea1a6673742

good first issue Team:Security docs

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Mar 21, 2022
  • Java
gertjvr
gertjvr commented Dec 15, 2021

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

good first issue feature-request open-for-contribution
questdb
amunra
amunra commented Mar 15, 2022

Describe the Bug

The JSON response sent back over HTTP doesn't encode certain characters correctly.

For example, if a value in a string column contains the char \1 the byte value is copied verbatim in the response, breaking the client:

>>> json.loads('"\1"')
...
json.decoder.JSONDecodeError: Invalid control character at: line 1 column 2 (char 1)

Instead, we shou

Bug Good first issue REST API
baryluk
baryluk commented Mar 1, 2022

Host operating system: output of uname -a

Linux xyz 4.18.0-358.el8.x86_64 #1 SMP Mon Jan 10 13:11:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

node_exporter version: output of node_exporter --version

node_exporter, version 1.3.1 (branch: tarball, revision: 4.el8)
  build user:       
  build date:       20220128
  go version:       go1.16.12
  platform:         linux/amd6
signoz
Wikipedia
Wikipedia