pinpoint-apm / pinpoint

APM, (Application Performance Management) tool for large-scale distributed systems.
https://pinpoint-apm.gitbook.io/
Apache License 2.0
13.35k stars 3.75k forks source link

Supports request URL statistics #6609

Open koo-taejin opened 4 years ago

koo-taejin commented 4 years ago

description

Supports request URL statistics

Using traditional data is difficult to generate statistics for the whole information, cause traditional data is forwarded only if sampled. For this reason, will create new Handler for forwarding whole request information.

It is difficult to store all of the url requested, cause some frameworks support functions such as variable path. For this reason, SpringMVC that can know the MappingHandler of the request is going to be be first supported.

yjqg6666 commented 3 years ago

Any update for this feature, will there be any new page or sections(added to an existing page) to show the stat info ?

emeroad commented 3 years ago

We are applying OLAP solution(apache pinot) to the pinpoint.

URL statistics are added after OLAP is applied.

yjqg6666 commented 3 years ago

@emeroad You may also checkout Apache Druid for OLAP.

koo-taejin commented 3 years ago

Due to considering to apply OLAP system, the work has been postponed.