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

grafana
mostlyjason
mostlyjason commented Sep 7, 2021

Kibana version:
7.15

Original install method (e.g. download page, yum, from source, etc.):
staging

Description of the problem including expected versus actual behavior:

The action menu for an integration policy says "Upgrade package policy". It should say "Upgrade integration policy". That's because we only expose the integration concept to users. Packages are an internal co

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

  • Updated Sep 8, 2021
  • Java
signoz
pranay01
pranay01 commented Sep 2, 2021

We support opentelemetry, so it should be possible to instrument ruby applications and visualise data on SigNoz. But we don't have lots of expertise in Ruby in the core team, so we have not tested this.

https://github.com/open-telemetry/opentelemetry-ruby

It would be good first issue for folks expert in Ruby to test this and report their findings. If this works fine, we can add this to our d

questdb
mugendi
mugendi commented Aug 10, 2021

Is your feature request related to a problem? Please describe.
So I'm working on a product that should allow schema-less ingestion out of the box. So my default ingestion method is via the influx line protocol.

But my challenge is that I also need to add indexes to some of the tags (symbols) after table creation. The problem is that the Influx Line protocol holds a lock to the table makin

UlricQin
UlricQin commented Mar 17, 2020
提问题?
请把问题现象、相关日志、初步排查结果写清楚,即提供尽量多的线索,这样方便我们定位问题。

提建议?
请写明白建议原因,即为何有此建议。

提修复PR?
请说明为何做此修改,需要做好测试。

提Feature?
建议先将想法提出,不着急写代码,与社区同道沟通,大家觉得OK再做代码实现

---

另外,我们是在做开源软件,不是服务于您的企业,做您的乙方,您一分钱没付,就不要颐指气使了,认同我们这个社区,则参与进来,不认同,就不参与,谢谢理解
sdesrozis
sdesrozis commented Sep 8, 2021

🚀 Feature

Running code from jupyter (Colab or whatever), one have to add the argument start_method="fork" in order to launch a parallel run.

https://github.com/pytorch/ignite/blob/4a243a1b1045ddd1ca8c70afe153b1b208777213/ignite/distributed/launcher.py#L114

An idea would be to detect if a jupyter environment is used and automatically add the start_method value if necessary.

EDIT:

Wikipedia
Wikipedia