Skip to content
#

performance-monitoring

Here are 235 public repositories matching this topic...

cowboy93
cowboy93 commented Nov 21, 2016

image

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

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

exp-dev-dj
exp-dev-dj commented Aug 13, 2019

'http-outbound'/'https-outbound' events return undefined response statusCode if client uses request, request-promise or any other http libraries that do not use callback when making http.request. You mention this in the code comment (https://github.com/RuntimeTools/appmetrics/blob/master/probes/http-outbound-probe.js#L91), but there is no explanation on work-around for popular http libraries

falco
strizhechenko
strizhechenko commented Dec 2, 2019
Handle 0x1101, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x1000
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: DIMM
	Set: 1
	Locator: DIMM_A2 
	Bank Locator: Not Specified
	Type: DDR3
	Type Detail: Synchronous Registered (Buffered)
	Speed: 1600 MHz
	Manufacturer: 00AD04B300AD
	Serial Number: 4A87CE52
	As
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 performance-monitoring 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 performance-monitoring topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.