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

grafana
tobiasstadler
tobiasstadler commented Jan 26, 2022

Kibana version

7.16.3

APM Server version (if applicable)

No response

Elasticsearch version (if applicable)

No response

Steps to Reproduce

  • Ingest a transaction with an external span
  • Look at the external span in the Span Details view

Expected Behavior

As Backends was changed to Dependencies in #110523, should this also be named Dependency?

Also should the act

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

  • Updated Jan 15, 2022
  • Java
datasets
ck37
ck37 commented Jan 20, 2022

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

questdb
puzpuzpuz
puzpuzpuz commented Dec 16, 2021

Describe the bug

ATM the following query

select * from t where abyte = null;

executes just fine and returns rows with abyte column equal to zero. The same happens for short columns.

Byte and short column types don't support nulls (important note: geobyte and geoshort types support nulls), so we need to do something with this behavior. We could either report an error for

signoz
polyglothacker
polyglothacker commented Feb 8, 2022

Bug description

When saving retention metrics it looks like the process is allocating space for saving the data serially when OK is clicked on the dialog as it blocks for a noticeable period and you feel the application is unresponsive.

Expected behavior

Instead the space creation for data should happen asynchronously and the dialog should return immediately, or at least show a spi

Wikipedia
Wikipedia