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

grafana
bhavyarm
bhavyarm commented Feb 14, 2022

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

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 11, 2022

Is your feature request related to a problem? No

It would be quite useful to convert a panel to/from time-series -> numeric and back. Datadog has this ability in the Edit of a panel and this would be a compelling/competing feature.

Describe the solution you'd like

In the edit options add a type drop-down which will convert the panel to the other type (and in future -> to more possi

vfdev-5
vfdev-5 commented Jan 13, 2022

Let's update the codebase and tests:

  1. replace all os.path.exists(folder) usage by Path(folder).exists()
  2. replace all os.path.join(a, b) by Path(a) / b
  3. replace os.makedirs(folder) by Path.mkdir(folder, parents=True)
  4. update all folder/files being str to Union[str, Path] and make all folder/file-like attributes as Path objects.
Wikipedia
Wikipedia