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

buddy-yao
buddy-yao commented Sep 9, 2021

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

I am using InfluxDB as the storage, the InFluxDB is provided by cloud provider, it does't has admin privilege.
If SkyWalking try to create database, it will fail.
I think, SkyWalking should check if the database exi

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

  • Updated Dec 14, 2021
  • Java
datasets
questdb
ideoma
ideoma commented Dec 13, 2021

Describe the bug

When 2 tables joined on INT and LONG columns error shown that there is join column mismatch

To reproduce

select x, y
from long_sequence(100) ls
join (
  select cast(x as int) y from long_sequence(100)
) as ls2
on ls.x = ls2.y

Expected Behavior

INT can be be upcast to LONG and equality should be checked as LONG equality so that above query returns 10

signoz
vfdev-5
vfdev-5 commented Dec 15, 2021

🚀 Feature

We can see on the CI that we are using a deprecated arg.

tests/ignite/metrics/test_ssim.py::test_ssim
  /home/runner/work/ignite/ignite/tests/ignite/metrics/test_ssim.py:79: FutureWarning: `multichannel` is a deprecated argument name for `structural_similarity`. It will be removed in version 1.0.Please use `channel_axis` instead.
    skimg_ssim = ski_ssim(

The idea

Wikipedia
Wikipedia