ng-monitoring icon indicating copy to clipboard operation
ng-monitoring copied to clipboard

Results 30 ng-monitoring issues
Sort by recently updated
recently updated
newest added

When network connection is re-established (so that local IP is changed), TiDB Dashboard keeps using a wrong advertise address, which makes TiDB Dashboard failed to connect to the ng-monitoring server:...

type/bug

In manual profiling mutex is provided as a text, but in conprof it is provided as a svg graph.

type/bug

The current code base is not carefully reviewed. There might be either design problems or logic faults hidden.

Now there is no up-to-date swagger API, so that it is hard for the frontend to keep track with the API interface.

enhancement

Considering that conprof data is not zstd'ed at all, maybe there is no need any more to split data of different kind into different tables?

Example: ``` ./ng-monitoring-server 2021-11-30 21:10:22.028505 I | Failed to initialize config, err: unexpected empty pd endpoints, please specify at least one, e.g. --pd.endpoints "[127.0.0.1:2379]" ``` Some outputted log format is...

type/bug

Currently it is not possible to specify different log levels via the command line args, which is not convenient.

enhancement

Now ngm can conprof other instances, but not itself. Sounds like "医者不能自医".