Skip to content
#

apm

Here are 370 public repositories matching this topic...

transmittable-thread-local
cowboy93
cowboy93 commented Nov 21, 2016

image

elastic 의 timelion 이라는 도구에서는 위와 같이 line 그래프에 커서를 올리면 동일한 시간대에 다른 그래프에도 세로 줄이 생깁니다.
어떤 이슈가 발생했을 때 동일 시점에 다른 항목들이 어떤 상태인지를 쉽게 볼 수 있는 방법인 듯 해요.

기능 추가 검토 요청 드립니다. ^^;

waleedsaud
waleedsaud commented Aug 31, 2016
  • There is no install docs detailing how to install it. the docker stuff I do not know how it is installed.
  • The documentation is messy.
  • There is no support docs meaning what application server you support monitoring .
  • I think you have 2 parts one is the browser plugin and the other is the server , there is no clear indication between them and do I need to use both of them .

--Thank you

desa
desa commented Apr 21, 2020

currently we fetch all the tasks the are available in kapacitor. For instances with large numbers of tasks this can take quite a bit of time. We should add some kind of pagination to allow for these types of operations.

对java、scala等运行于jvm的程序进行实时日志采集、索引和可视化,对系统进行进程级别的监控,对系统内部的操作进行策略性的报警、对分布式的rpc调用进行trace跟踪以便于进行性能分析

  • Updated Oct 22, 2019
  • Java
cspurk
cspurk commented Jan 28, 2019

Requirement - what kind of business use case are you trying to solve?

Always use time units in the Web UI which are easy to read by humans.

We use Jaeger to trace some complex, long-running offline jobs in which a seconds granularity in the Web UI is too fine-grained for human consumption.

Problem - what in Jaeger blocks you from solving the requirement?

Currently, durations seem

siddhant94
siddhant94 commented Apr 25, 2020

Is your feature request related to a problem? Please describe.

I am unable to add instrumentation for Global Objects in the agent in a way that is described here. There are few methods that I needed to instrument like eval(), setTimeout() etc.
(PS: I don't know if I am approaching this right)

**Describe the solution you'd li

SergeyKleyman
SergeyKleyman commented Jul 3, 2019

At the moment when creating a logger name/type of the current class is provided:

_logger = loggerArg.Scoped(nameof(MyClass));

or in the upcoming proposal for logger improvements (#345):

_logger = loggerFactory.GetLogger<MyClass>();

An error can be easily introduced when copying & pasting this code between classes.

One approach to solve this problem is to introduce a mec

Improve this page

Add a description, image, and links to the apm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the apm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.